changeset 1200:9a944a243f08 DROPBEAR_2015.71

2015.71
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Dec 2015 21:23:54 +0800
parents 1d41a7b8f31c
children 926e7275cef4 a3e8389e01ff
files CHANGES debian/changelog sysoptions.h
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Wed Dec 02 23:37:04 2015 +0800
+++ b/CHANGES	Thu Dec 03 21:23:54 2015 +0800
@@ -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
 
--- a/debian/changelog	Wed Dec 02 23:37:04 2015 +0800
+++ b/debian/changelog	Thu Dec 03 21:23:54 2015 +0800
@@ -1,3 +1,9 @@
+dropbear (2015.71-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <[email protected]>  Thu, 3 Dec 2015 22:52:58 +0800
+
 dropbear (2015.70-0.1) unstable; urgency=low
 
   * New upstream release.
--- a/sysoptions.h	Wed Dec 02 23:37:04 2015 +0800
+++ b/sysoptions.h	Thu Dec 03 21:23:54 2015 +0800
@@ -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