diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-07-27 22:25:18 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-07-27 22:25:18 +0800 |
commit | 83511fecc0d235cbf7173faf788c934e13c5877f (patch) | |
tree | 00c6407682de4a2ce4b9278f6b0d83fc45984681 | |
parent | ed0552f21417ffb90d52ac12becb03cf6a03e13c (diff) | |
download | dropbear-83511fecc0d235cbf7173faf788c934e13c5877f.tar.gz |
Version 2014.64
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -2014.64 pending +2014.64 - Sunday 27 July 2014 - Fix compiling with ECDSA and DSS disabled @@ -24,6 +24,8 @@ - Use monotonic clock where available, timeouts won't be affected by system time changes +- Add -V for version + 2014.63 - Wednesday 19 February 2014 - Fix ~. to terminate a client interactive session after waking a laptop diff --git a/debian/changelog b/debian/changelog index d8c7762..5365003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2014.64-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Sun, 27 Jul 2014 22:54:00 +0800 + dropbear (2014.63-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index 8a359fb..e4fae86 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2014.63" +#define DROPBEAR_VERSION "2014.64" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |