# HG changeset patch # User Matt Johnston # Date 1150128309 0 # Node ID bfa09e369e0eb6f5b5ecf782ef62838eab1508be # Parent 2dd116db1956dbdea76daaf5fd6f384680dfb0ed 0.49 is close to done. diff -r 2dd116db1956 -r bfa09e369e0e CHANGES --- a/CHANGES Mon Jun 12 16:03:52 2006 +0000 +++ b/CHANGES Mon Jun 12 16:05:09 2006 +0000 @@ -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 - Compile fix for scp diff -r 2dd116db1956 -r bfa09e369e0e debian/changelog --- a/debian/changelog Mon Jun 12 16:03:52 2006 +0000 +++ b/debian/changelog Mon Jun 12 16:05:09 2006 +0000 @@ -1,3 +1,9 @@ +dropbear (0.49-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Tues, 13 June 2005 19:20:21 +0800 + dropbear (0.48.1-1) unstable; urgency=medium * new upstream point release. diff -r 2dd116db1956 -r bfa09e369e0e options.h --- a/options.h Mon Jun 12 16:03:52 2006 +0000 +++ b/options.h Mon Jun 12 16:05:09 2006 +0000 @@ -207,7 +207,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.48" +#define DROPBEAR_VERSION "0.49" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION