diff options
author | Matt Johnston <matt@ucc.asn.au> | 2019-03-27 21:47:34 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-03-27 21:47:34 +0800 |
commit | 4318631dd66626ca0e2f38c9b6f09de7482e2918 (patch) | |
tree | 58da52596d5ed973be19b3b2dbe0011007abe61d | |
parent | 7bc6280613f5ab4ee86c14c779739070e5784dfe (diff) |
Bump to 2019.78
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2019.78 - 27 March 2019 + +- Fix dbclient regression in 2019.77. After exiting the terminal would be left + in a bad state. Reported by Ryan Woodsmall + 2019.77 - 23 March 2019 - Fix server -R option with ECDSA - only advertise one key size which will be accepted. diff --git a/debian/changelog b/debian/changelog index 4167b04..37d5578 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2019.78-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Wed, 27 Mar 2019 22:51:57 +0800 + dropbear (2019.77-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index a8cad88..efb27d8 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2019.77" +#define DROPBEAR_VERSION "2019.78" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |