summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES15
-rw-r--r--debian/changelog4
-rw-r--r--sysoptions.h2
3 files changed, 18 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index fec3dbe..b93a8df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+2013.62 - Tuesday 3 December 2013
+
+- Disable "interactive" QoS connection options when a connection doesn't
+ have a PTY (eg scp, rsync). Thanks to Catalin Patulea for the patch.
+
+- Log when a hostkey is generated with -R, fix some bugs in handling server
+ hostkey commandline options
+
+- Fix crash in Dropbearconvert and 521 bit key, reported by NiLuJe
+
+- Update config.guess and config.sub again
+
2013.61test - Thursday 14 November 2013
- ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to
@@ -15,6 +27,9 @@
- Compile fixes for old vendor compilers like Tru64 from Daniel Richard G.
+- Make authorized_keys handling more robust, don't exit encountering
+ malformed lines. Thanks to Lorin Hochstein and Mark Stillwell
+
2013.60 - Wednesday 16 October 2013
- Fix "make install" so that it doesn't always install to /bin and /sbin
diff --git a/debian/changelog b/debian/changelog
index 28d72f7..0a668db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-dropbear (2013.61test-0.1) unstable; urgency=low
+dropbear (2013.62) unstable; urgency=low
* New upstream release.
- -- Matt Johnston <matt@ucc.asn.au> Thu, 14 Nov 2013 22:54:00 +0800
+ -- Matt Johnston <matt@ucc.asn.au> Tue, 7 Dec 2013 22:54:00 +0800
dropbear (2013.60-0.1) unstable; urgency=low
diff --git a/sysoptions.h b/sysoptions.h
index 8f90669..c569ab4 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2013.61test"
+#define DROPBEAR_VERSION "2013.62"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION