summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2013-07-06 00:50:41 +0200
committerRALOVICH, Kristóf <tade60@freemail.hu>2013-07-06 00:50:41 +0200
commit66ff43ab4f7cf2b8de18019be7c3f535540f2cda (patch)
tree5bfb9c32035277e893b23f806d12c2bc8acf0442
parent9a2d4bf518b603d77f69b1e31712113c8fd57dac (diff)
new versiondebian/1.8-1
Signed-off-by: RALOVICH, Kristóf <tade60@freemail.hu>
-rw-r--r--debian/changelog7
-rwxr-xr-xscripts/make-changelog2
-rwxr-xr-xscripts/make-tarball2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4bdaed4..3c16f05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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
diff --git a/scripts/make-changelog b/scripts/make-changelog
index 8b79599..43f9b3e 100755
--- a/scripts/make-changelog
+++ b/scripts/make-changelog
@@ -1,3 +1,3 @@
#!/bin/sh
-git-dch --git-author -vaN 1.7-1
+git-dch --git-author -vaN 1.8-1
diff --git a/scripts/make-tarball b/scripts/make-tarball
index 9ba9640..52cdd5e 100755
--- a/scripts/make-tarball
+++ b/scripts/make-tarball
@@ -1,6 +1,6 @@
#!/bin/bash
-VER=1.7
+VER=1.8
GIT_VER=`git log | head -1 | awk '{print $2 }'`
OUTNAME=antpm_${VER}.orig.tar