summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2013-07-09 19:06:50 +0200
committerRALOVICH, Kristóf <tade60@freemail.hu>2013-07-09 19:06:50 +0200
commit55a8e708b9f4d6fc57456a7bc17f1075ac018802 (patch)
tree56d48b0060805ad78534daf86cc10d41626950f2
parente8a97deb6401df9e0aed7ea853f6dca4d4f3a232 (diff)
new versiondebian/1.9-1
-rw-r--r--debian/changelog41
-rw-r--r--docs/maintainer.txt6
2 files changed, 44 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3c16f05..7513036 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+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
diff --git a/docs/maintainer.txt b/docs/maintainer.txt
index 83d6603..be0883e 100644
--- a/docs/maintainer.txt
+++ b/docs/maintainer.txt
@@ -19,10 +19,10 @@
** RELEASE CHECKLIST
* make sure all files are listed in scripts/origsrc-file-list
* update version info in src/VERSION
-* run scripts/make-tarball
* optional: update version minor in scrips/make-changelog
-* run scrips/make-changelog
-* run scrips/deb
+* run scripts/make-changelog
+* run scripts/make-tarball
+* run scripts/deb
* commit above changes and tag respective version
** FEATURES