mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
0.49 is close to done.
--HG-- extra : convert_revision : 4c32ad8064e93b83c6d635d193b34d5f9112d1ae
This commit is contained in:
parent
c5e5dc832c
commit
d6ee29f5ae
19
CHANGES
19
CHANGES
@ -1,3 +1,22 @@
|
|||||||
|
0.49 - Tues 13 June 2003
|
||||||
|
|
||||||
|
- Return immediately for "sleep 10 & echo foo", rather than waiting
|
||||||
|
for the sleep to return (pointed out by Rob Landley)
|
||||||
|
|
||||||
|
- Added -P pidfile argument to the server (from Swen Schillig)
|
||||||
|
|
||||||
|
- Compile fixes, make sure that all variable definitions are at the start
|
||||||
|
of a scope.
|
||||||
|
|
||||||
|
- Use $HOME in preference to that from /etc/passwd, so that it
|
||||||
|
dbclient can still work on systems with a broken setup.
|
||||||
|
|
||||||
|
- Add -N dbclient option for "no command"
|
||||||
|
|
||||||
|
- Add -f dbclient option for "background after auth"
|
||||||
|
|
||||||
|
- Try to finally fix ss_family compilation problems
|
||||||
|
|
||||||
0.48.1 - Sat 11 March 2006
|
0.48.1 - Sat 11 March 2006
|
||||||
|
|
||||||
- Compile fix for scp
|
- Compile fix for scp
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
dropbear (0.49-0.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Matt Johnston <matt@ucc.asn.au> Tues, 13 June 2005 19:20:21 +0800
|
||||||
|
|
||||||
dropbear (0.48.1-1) unstable; urgency=medium
|
dropbear (0.48.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream point release.
|
* new upstream point 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.48"
|
#define DROPBEAR_VERSION "0.49"
|
||||||
#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