diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-01-28 22:54:23 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-01-28 22:54:23 +0800 |
commit | dd0352d93b92a4cf78bc05958304bc779233d68c (patch) | |
tree | 6c8394fcd424204ac172025bc861d83bb55a20da | |
parent | 30ec18d9382a24378baca4b2522541a3484bc817 (diff) |
changelog for 2015.67
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | release.sh | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d4948ac..12484cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2015.67-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Wed, 28 Jan 2015 22:53:59 +0800 + dropbear (2014.66-0.1) unstable; urgency=low * New upstream release. @@ -7,7 +7,7 @@ if ! head -n1 CHANGES | grep -q $VERSION ; then fi if ! head -n1 debian/changelog | grep -q $VERSION ; then - echo "CHANGES needs updating" + echo "debian/changelog needs updating" exit 1 fi |