mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Bump to 2019.78
This commit is contained in:
parent
7bc6280613
commit
4318631dd6
5
CHANGES
5
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
|
2019.77 - 23 March 2019
|
||||||
|
|
||||||
- Fix server -R option with ECDSA - only advertise one key size which will be accepted.
|
- Fix server -R option with ECDSA - only advertise one key size which will be accepted.
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
dropbear (2019.77-0.1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#ifndef DROPBEAR_VERSION
|
#ifndef DROPBEAR_VERSION
|
||||||
#define DROPBEAR_VERSION "2019.77"
|
#define DROPBEAR_VERSION "2019.78"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user