summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-03-01 02:01:35 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-03-01 02:01:35 +0000
commitacd18ce243e7f435c02c5c3d4e41ab0986b018fa (patch)
treeafbb8df0c0304afe4e0bf43e1aea4b7d2b4011b8
parent6c9d2abc75e7efc3021c22fc18d65ca99344afcd (diff)
Mention 0.51-test2 changes
--HG-- extra : convert_revision : 9879f7138f243bb2077a06e4c9ea925fa34abe2b
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 27aa5cf..f732a78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+0.51-test2 prerelease
+
+- Make a copy of password fields rather erroneously relying on getwpnam()
+ to be safe to call multiple times
+
+- If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is
+ as well) always use that program, ignoring isatty() and $DISPLAY
+
+- Wait until a process exits before the server closes a connection, so
+ that an exit code can be sent. This fixes problems with scp failing
+ with exit code 255.
+
0.50 - Wed 8 August 2007
- Add DROPBEAR_PASSWORD environment variable to specify a dbclient password