summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-12-03 21:23:54 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-12-03 21:23:54 +0800
commit1c8a86cafbc8734d83c8c7aff89d883b06058b5d (patch)
tree0c5488d89d6b1519d2e791a46009406707991e7c
parentb56686de817d7a88eb02550c510285fce19a22dd (diff)
downloaddropbear-1c8a86cafbc8734d83c8c7aff89d883b06058b5d.tar.gz
-rw-r--r--CHANGES2
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 163df29..7b1e2da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-2015.71 - December 2015
+2015.71 - 3 December 2015
- Fix "bad buf_incrpos" when data is transferred, broke in 2015.69
diff --git a/debian/changelog b/debian/changelog
index 7de6617..79ea117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2015.71-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Thu, 3 Dec 2015 22:52:58 +0800
+
dropbear (2015.70-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index 0ca491a..a29cbbe 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2015.70"
+#define DROPBEAR_VERSION "2015.71"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION