diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-12 01:01:50 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-12 01:01:50 +0200 |
commit | 9e0151dcded3b24a9859c1a8ba2cef7261cd53e1 (patch) | |
tree | c695900025d1cba195db536d30b62c3ba86db818 /scripts/debian/changelog | |
parent | f9e980d63c3c7f3bd262cffa0f361684aafced72 (diff) |
update packaging information
Reflect the inclusion of gant. Also move the debian and gentoo meta
data under the scripts folder for clarity and to avoid conflicts with
the downstream debian package layout.
Diffstat (limited to 'scripts/debian/changelog')
-rw-r--r-- | scripts/debian/changelog | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/scripts/debian/changelog b/scripts/debian/changelog new file mode 100644 index 0000000..7513036 --- /dev/null +++ b/scripts/debian/changelog @@ -0,0 +1,172 @@ +antpm (1.9-1) UNRELEASED; urgency=low + + * docs: update todo list + * cleanup + * antpm-fit2gpx: sort file names + * Log: mention build info in logs + * allow saving/loading per-device settings + * tests: DeviceSettings testing + * remove unused code + * more research on GARMIN_EPOCH + * cleanup + * FIT: sort directory based on date + * docs: add todo + * AntFr310XT: bugfix: improve stopAsync() + * improve comments + * deb: properly hook-up udev rule installation + * fix build with gcc 4.7 + * getVersionString() + * remove a bunch of warnings + * remove a bunch of warnings + * DeviceSettings: comment the code + * DeviceSettings: bugfix: don't count daylight saving here + * tests: remove unused code + * these parts were outside of the namespace, fix it + * Log: add missing header + * Log: set verbosity to maximum + * FIT: rework timestamp retrieval + * tests: test-case for FIT date-time handling + * antpm-fit2gpx: many additions + * fix typo in pervious commit + * fix an other build fallout + * fix typo + * fix typo 2 + * fix types + * require at least boost 1.41 + * antpm-downloader: run-time log level, version info + * AntMessage: don't create the protocol log if not necessary + * preparing for new release + + -- RALOVICH, Kristóf <tade60@freemail.hu> Tue, 09 Jul 2013 19:05:03 +0200 + +antpm (1.8-1) UNRELEASED; urgency=low + + * GarminConvert: add a method that offsets the timestamps + * AntMessage: bugfix: correctly convert file creation time + + -- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 06 Jul 2013 00:46:18 +0200 + +antpm (1.7-1) UNRELEASED; urgency=low + + * antpm-*: recongize -h option for --help too + * fit: this is a run-time warning + * docs: start writing user's guide + * docs: how to submit a bug report + * docs: add a note on installing the udev rule for user access to the + USB2ANT stick + * docs: refine udev procedure + * docs: split maintainer documentation from end-user documentation + * FIT: bugfix: don't offset timestamps twice + * bugfix: this was a crippling bug + * docs: add todo + * new version + + -- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 06 Jul 2013 00:11:34 +0200 + +antpm (1.6-3) UNRELEASED; urgency=low + + [ RALOVICH, Kristóf ] + * docs: more notes + * this change was only necessary for win64 + * debian: refine c++ compiler dependency + * serial: add more verbosity to output + + [ Ralovich Kristof ] + + -- Ralovich Kristof <tade@cg.iit.bme.hu> Wed, 26 Jun 2013 11:43:35 +0200 + +antpm (1.6-2) UNRELEASED; urgency=low + + [ Kristof Ralovich ] + * script to generate changelog from git + + [ Ralovich Kristof ] + + -- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:10:28 +0200 + +antpm (1.6-0) UNRELEASED; urgency=low + + [ RALOVICH, Kristóf ] + * include Release builds in a .deb. package + * clarify build- and run-time dependencies + * add todo + * fix build with clang 3.0 + * add some documentation + * fix build warning + * git should ignore build folder + * AntFr310XT2::createDownloadFolder() + * further define folder name based on device S/N + * cleanup + * deb: lower build time dependencies + * create download folder after knowing the device id + * fit2gpx: option to decode ANT root folder + * initial, file based logging + * docs: note on performance + * fix output + * use centralized logging in more places + * fix output + * introduce namespace antpm + * namespace conversion + * missing namespace + * more unified logging + * more unified logging + * cleanup + * fix an assertion failure + * unified logging replaced loggerc() + * reindent + * define NDEBUG in release + * avoid crashes + + [ unknown ] + * build fixes + + [ RALOVICH, Kristóf ] + * add todo + * add todo + * move GARMIN_EPOCH to antdefs.hpp + * bugfix: fix thinko + * try setting date of .fit files + * change logging + * first stub for centralized per-device setting + + [ RALOVICH, Kristof ] + * missing include + * cmake: fix linking under win + * previously the x86 dll hada weird name... + * cmake: make sure the correct generator is invoked + * fix 64-bit linking + * cmake: fix determination of win64 + * scripts: build helper for win64 + * antpm-downloader: bugfix + * update discriution list + + [ Kristof Ralovich ] + * deb: relax build time dependencies + + [ RALOVICH, Kristof ] + * deb: libusb was missing as a build-dep + + [ Kristof Ralovich ] + * bugfix: resolve gcc-4.4 build issues + + [ RALOVICH, Kristof ] + * pkgconfig should look for libusb-1.0 + + [ Kristof Ralovich ] + * cleanup + * fix missing include + * debian: fixing dependencies + * account for boost:filesystem version changes + + [ RALOVICH, Kristof ] + * cmake: fix finding libusb under nix + + [ Ralovich Kristof ] + + -- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:02:17 +0200 + +antpm (1.0-1) UNRELEASED; urgency=low + + * Initial release. + + -- Kristof Ralovich <tade60@freemail.hu> Tue, 21 Mar 2013 16:22:10 +0100 |