diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 16:05:09 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 16:05:09 +0000 |
commit | d6ee29f5ae89934ec400b310db316a6543f8b87e (patch) | |
tree | 3192477e377003298179985efd541775ce9399be /CHANGES | |
parent | c5e5dc832c8dd43806ba4e01b0f4e773dc92db8e (diff) |
0.49 is close to done.
--HG--
extra : convert_revision : 4c32ad8064e93b83c6d635d193b34d5f9112d1ae
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |