diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-12 01:41:15 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-12 01:41:15 +0200 |
commit | 32ac8d669d1f4dd3abfd18006d3a276d7231bb9a (patch) | |
tree | 649d6503920d63a1aeb8c4efa029d3de0101f405 | |
parent | eac0a04dab57b44f27e13cc7425f30c265af2855 (diff) |
new version 1.11v1.11upstream/20131011
-rw-r--r-- | docs/maintainer.txt | 1 | ||||
-rw-r--r-- | scripts/debian/changelog | 88 | ||||
-rwxr-xr-x | scripts/make-changelog | 7 | ||||
-rw-r--r-- | src/VERSION | 2 |
4 files changed, 96 insertions, 2 deletions
diff --git a/docs/maintainer.txt b/docs/maintainer.txt index d181a1a..90f0ced 100644 --- a/docs/maintainer.txt +++ b/docs/maintainer.txt @@ -21,7 +21,6 @@ * update version info in src/VERSION * optional: update version minor in scrips/make-changelog * run scripts/make-changelog -* run scripts/make-tarball * run scripts/deb * commit above changes and tag respective version * coninous integration is provided by travis (https://travis-ci.org/ralovich/antpm/builds), through the github mirror (https://github.com/ralovich/antpm) diff --git a/scripts/debian/changelog b/scripts/debian/changelog index 7513036..ba8593f 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,5 +1,93 @@ +antpm (1.11-1) UNRELEASED; urgency=low + + [ Jordan Miller ] + * First Import + * Added Wali's Change to gant.c + * Syncing to ant0_t3 + * Added some typecasting in the debug statements to get gant.c and antlib.c to compile + * Adding rapiddescent's recommendation to change output filename so it sorts properly + * Adding Wali's 20090124 patch. + * Adding Wali's changes + * Adding Chris Turchin's Python Monitor + * Removed generated files + + [ Klaus Ethgen ] + * Removed needless files + * Cleanup the code + * Rewrite the XML part + * Handle more events + * Cleanup and better debug handling + * Complete redesign of garmin protocol + * Update version information + * Indent the file proper + * Implementing better debugging output + * Hmpf, one more unneeded file + + [ Ilya Barygin ] + * Place needed libraries in a correct variable + + [ Klaus Ethgen ] + * Ignore error on clean + + [ Ralf Treinen ] + * Imported Upstream version 20110626 + + [ RALOVICH, Kristóf ] + * write copyright file + * ignore misc files + * include release version in getVersionString() + * gentoo build scripts from root@proscript.ru + * docs: update user's guide + * fix build due to missing include + * make sure we expect this exception + * common: add folderExists() + * AntFr310XT: not a problem if download folder name is already computed + * AntFr310XT: relax the check when creating download folde + * fix typo + * fix an other typo + * fix getVersionString() under MSVC + * bugfix: avoid infinite recursion + * log: include the version string in the header of the log file + * msvc build fixes + * fix for undefined 64-bit abs() under msvc + * FIT: fix build under gcc 4.4.5 + * add todo + * testing: import travis description + * testing: refine build dependencies for travis + * docs: note on Travis Continous Integration support + * testing: add and run unit tests from cmake + * testing: make sure tests are actually run + * testing: add more tests + * scripts: update udev rules + * debian: silence lintian hardening warning + * debian: make a copy of the changelog + * show that this is a development version + * usb: sometimes the device is 0x0fcf, 0x1008 + * tty: do some device auto-detection under linux + * fix build with clang + * write man pages for all executables + * DeviceSettings: allow passing in std::string too + * bugfix: save config.ini after downloads are done + * misc: add note + * update notes + * cmake: fix linking with clang version 3.4 (trunk 181662) + * cmake: let antpm depend on the VERSION too + * update notes + * cmake: include gant in the build process + * travis: build the gant-integration branch too + * gant: write man page + * gant: fix a build warning + * gant: fix a bunch of build warnings + * gant: more build warning fixes + * various fixes for packaging problems + * update packaging information + * travis: libxml2-dev is also needed + + -- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 12 Oct 2013 01:32:08 +0200 + antpm (1.9-1) UNRELEASED; urgency=low + [ RALOVICH, Kristóf ] * docs: update todo list * cleanup * antpm-fit2gpx: sort file names diff --git a/scripts/make-changelog b/scripts/make-changelog index bd0f781..83af7e6 100755 --- a/scripts/make-changelog +++ b/scripts/make-changelog @@ -6,7 +6,14 @@ DEB_VER_MINOR=1 echo 'VER='$VER echo 'DEB_VER_MINOR='$DEB_VER_MINOR +( + cp -r scripts/debian . + cp debian/changelog.2 debian/changelog.3 cp debian/changelog.1 debian/changelog.2 cp debian/changelog debian/changelog.1 git-dch --git-author -vaN $VER-$DEB_VER_MINOR + + cp debian/changelog* scripts/debian + rm -rv ./debian +) diff --git a/src/VERSION b/src/VERSION index 0868fca..b816207 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.9+dev
\ No newline at end of file +1.11
\ No newline at end of file |