changeset 1650:009d52ae26d3 DROPBEAR_2019.78

Bump to 2019.78
author Matt Johnston <matt@ucc.asn.au>
date Wed, 27 Mar 2019 21:47:34 +0800
parents 4b01f4826a29
children ebcdb893992d
files CHANGES debian/changelog sysoptions.h
diffstat 3 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Sun Mar 24 20:41:02 2019 +0800
+++ b/CHANGES	Wed Mar 27 21:47:34 2019 +0800
@@ -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.
--- a/debian/changelog	Sun Mar 24 20:41:02 2019 +0800
+++ b/debian/changelog	Wed Mar 27 21:47:34 2019 +0800
@@ -1,3 +1,9 @@
+dropbear (2019.78-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <[email protected]>  Wed, 27 Mar 2019 22:51:57 +0800
+
 dropbear (2019.77-0.1) unstable; urgency=low
 
   * New upstream release.
--- a/sysoptions.h	Sun Mar 24 20:41:02 2019 +0800
+++ b/sysoptions.h	Wed Mar 27 21:47:34 2019 +0800
@@ -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