diff --git a/CHANGES b/CHANGES index 6d4067668a62890c307584e7f2aefe18f42b242a..06c20d1bec75b1df1fbf75bf974bdfe54f1d194b 100644 --- a/CHANGES +++ b/CHANGES @@ -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 d8c77623e1e5ae25083447bee2039451bebec386..53650036e2275e8acce830fd8a541e5fb35271a2 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 8a359fb5ebe9b4ec3c79ef4d15ddbca6a61e0005..e4fae86a052e38117a21183f65650a8f87903a29 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