summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-18 22:57:47 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-18 22:57:47 +0800
commitb311c9e20a1c3aef79b47c0ca7d924297bb7b992 (patch)
tree08d76e9a1318c4a369597818c2d1317239396b46
parent98667c4f59244dcfad4f691d56618618b704624b (diff)
downloaddropbear-b311c9e20a1c3aef79b47c0ca7d924297bb7b992.tar.gz
-rw-r--r--CHANGES11
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index afe972e..abd9b46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+2013.58 - Thursday 18 April 2013
+
+- Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz
+
+- Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder
+
+- Reject logins for other users when running as non-root, from Hans Harder
+
+- Disable client immediate authentication request by default, it prevents
+ passwordless logins from working
+
2013.57 - Monday 15 April 2013
- Decreased connection setup time particularly with high latency connections,
diff --git a/debian/changelog b/debian/changelog
index 11e924e..d6aeeb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2013.58-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Thu, 18 Apr 2013 22:54:00 +0800
+
dropbear (2013.57-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index be736ef..c12f5d1 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2013.57"
+#define DROPBEAR_VERSION "2013.58"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION