From 4318631dd66626ca0e2f38c9b6f09de7482e2918 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 27 Mar 2019 21:47:34 +0800 Subject: [PATCH] Bump to 2019.78 --- CHANGES | 5 +++++ debian/changelog | 6 ++++++ sysoptions.h | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index cb28fd4..1af3f1e 100644 --- a/CHANGES +++ b/CHANGES @@ -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 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