diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-06-26 11:53:45 +0200 |
---|---|---|
committer | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-06-26 11:53:45 +0200 |
commit | 53aea86cc070c1a34e22b258907108eae846fa43 (patch) | |
tree | 9063b56572b39db639de0aa60e22e01b0300ee14 | |
parent | c8a1f5644d0b54dac6fddee0fc48cb5769997c40 (diff) |
new version 1.6-3debian/1.6-3
-rw-r--r-- | debian/changelog | 12 | ||||
-rwxr-xr-x | scripts/make-changelog | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8d28599..137cffc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 ] diff --git a/scripts/make-changelog b/scripts/make-changelog index f7b9d3d..ab94144 100755 --- a/scripts/make-changelog +++ b/scripts/make-changelog @@ -1,3 +1,3 @@ -#!/bin/sh
-
-git-dch -vaN 1.6-2
+#!/bin/sh + +git-dch -vaN 1.6-3 |