# HG changeset patch # User Matt Johnston # Date 1406471118 -28800 # Node ID e4453b367db799e6ec95281f1b49aa32632dd992 # Parent 17d874ae93a125c0ae114df5d15c9afd5897cfe3 Version 2014.64 diff -r 17d874ae93a1 -r e4453b367db7 CHANGES --- a/CHANGES Sun Jul 27 22:06:26 2014 +0800 +++ b/CHANGES Sun Jul 27 22:25:18 2014 +0800 @@ -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 -r 17d874ae93a1 -r e4453b367db7 debian/changelog --- a/debian/changelog Sun Jul 27 22:06:26 2014 +0800 +++ b/debian/changelog Sun Jul 27 22:25:18 2014 +0800 @@ -1,3 +1,9 @@ +dropbear (2014.64-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Sun, 27 Jul 2014 22:54:00 +0800 + dropbear (2014.63-0.1) unstable; urgency=low * New upstream release. diff -r 17d874ae93a1 -r e4453b367db7 sysoptions.h --- a/sysoptions.h Sun Jul 27 22:06:26 2014 +0800 +++ b/sysoptions.h Sun Jul 27 22:25:18 2014 +0800 @@ -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