"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".gitchangelog.tpl" between
navit-0.5.5.tar.gz and navit-0.5.6.tar.gz

About: NavIt is a car navigation system with GPS tracking and a routing engine.

.gitchangelog.tpl  (navit-0.5.5):.gitchangelog.tpl  (navit-0.5.6)
skipping to change at line 32 skipping to change at line 32
GUI): this is definitely the UI equivalent of a breaking API change GUI): this is definitely the UI equivalent of a breaking API change
* Dropped support for a data format or interface: also a breaking change and * Dropped support for a data format or interface: also a breaking change and
usually tends to occur along with larger changes which would warrant a new m ajor usually tends to occur along with larger changes which would warrant a new m ajor
version anyway version anyway
% for version in data["versions"]: % for version in data["versions"]:
<% title = "## [%s] - %s" % (version["tag"], version["date"]) if version["tag"] else "## %s" % opts["unreleased_version_label"] %>${title} <% title = "## [%s] - %s" % (version["tag"], version["date"]) if version["tag"] else "## %s" % opts["unreleased_version_label"] %>${title}
% for section in version["sections"]: % for section in version["sections"]:
<% lbl = "## %s" % section["label"] %>${lbl} <% lbl = "### %s" % section["label"] %>${lbl}
% for commit in section["commits"]: % for commit in section["commits"]:
<% <%
author = commit["author"].replace('_', '\_') author = commit["author"].replace('_', '\_')
subject = "%s [%s]" % (commit["subject"], author) subject = "%s [%s]" % (commit["subject"], author)
entry = indent(subject, first=" * ").strip() entry = indent(subject, first=" * ").strip()
%>${entry} %>${entry}
% endfor % endfor
% endfor % endfor
% endfor % endfor
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)