summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2011-11-08 20:48:15 +0800
committerMatt Johnston <matt@ucc.asn.au>2011-11-08 20:48:15 +0800
commita46fceb6b3f3a5dd21a0104c8081badb36ae5a01 (patch)
tree1d70182e5b87b161275d88e79c6d24d81fbc8419
parenta47c41229130e61a33314472030cd86edf01549e (diff)
downloaddropbear-a46fceb6b3f3a5dd21a0104c8081badb36ae5a01.tar.gz
Changelog and version bump for 2011.54DROPBEAR_2011.54
-rw-r--r--CHANGES34
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 41 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 79bc88d..e111dc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+2011.54 - Tuesday 8 November 2011
+
+- Building statically works again, broke in 0.53 and 0.53.1
+
+- Fix crash when forwarding with -R
+
+- Fixed various leaks found by Klocwork analysis software, thanks to them for
+ running it
+
+- Set IPTOS_LOWDELAY for IPv6, thanks to Dave Taht
+
+- Bind to sockets with IPV6_V6ONLY so that it works properly on systems
+ regardless of the system-wide setting
+
+- Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public key logins
+ to accounts with a blank password. Thanks to Rob Landley
+
+- Fixed case where "-K 1" keepalive for dbclient would cause a SSH_MSG_IGNORE
+ packet to be sent
+
+- Avoid some memory allocations in big number maths routines, improves
+ performance slightly
+
+- Fix symlink target for installdropbearmulti with DESTDIR set, thanks to
+ Scottie Shore
+
+- When requesting server allocated remote ports (-R 0:host:port) print a
+ message informing what the port is, thanks to Ali Onur Uyar.
+
+- New version numbering scheme.
+
+Source repository has now migrated to Mercurial at
+https://secure.ucc.asn.au/hg/dropbear/graph/default
+
0.53.1 - Wednesday 2 March 2011
- -lcrypt needs to be before object files for static linking
diff --git a/debian/changelog b/debian/changelog
index 4c14a97..f415943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2011.54-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Tues, 8 Nov 2011 22:54:00 +0800
+
dropbear (0.53.1-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index 264f0fd..1b417e5 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "0.53.1"
+#define DROPBEAR_VERSION "2011.54"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION