summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 12 insertions, 1 deletions
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 <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