mirror of
https://github.com/clearml/dropbear
synced 2025-02-14 16:35:05 +00:00
0.48 bump
--HG-- extra : convert_revision : 7ad1775ed65e75dbece27fe6b65bf1a234db386a
This commit is contained in:
parent
94b28e420c
commit
46d53c37fa
2
CHANGES
2
CHANGES
@ -1,4 +1,4 @@
|
|||||||
0.48 -
|
0.48 - Thurs 9 March 2006
|
||||||
|
|
||||||
- Check that the circular buffer is properly empty before
|
- Check that the circular buffer is properly empty before
|
||||||
closing a channel, which could cause truncated transfers
|
closing a channel, which could cause truncated transfers
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
dropbear (0.48-0.1) unstable; urgency=high
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* SECURITY: Improve handling of denial of service attempts from a single IP.
|
||||||
|
|
||||||
|
-- Matt Johnston <matt@ucc.asn.au> Thu, 8 Mar 2006 19:20:21 +0800
|
||||||
|
|
||||||
dropbear (0.47-0.1) unstable; urgency=high
|
dropbear (0.47-0.1) unstable; urgency=high
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
@ -207,7 +207,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#ifndef DROPBEAR_VERSION
|
#ifndef DROPBEAR_VERSION
|
||||||
#define DROPBEAR_VERSION "0.47"
|
#define DROPBEAR_VERSION "0.48"
|
||||||
#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