summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:38:00 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:38:00 +1000
commit0603d98b4e014acdca549d8d090d93759207e5fa (patch)
tree17c6f6b9ff8cad33b6a92f626200b1e97cad21ea /ChangeLog
parent4cb855b070a814b0148ae0f3f5cbd5f8e255c8be (diff)
- djm@cvs.openbsd.org 2011/09/09 22:37:01
[scp.c] suppress adding '--' to remote commandlines when the first argument does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms; feedback & ok dtucker ok markus
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c69c135a..cd7032735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,11 @@
42 [PROTOCOL.mux] 42 [PROTOCOL.mux]
43 MUX_C_CLOSE_FWD includes forward type in message (though it isn't 43 MUX_C_CLOSE_FWD includes forward type in message (though it isn't
44 implemented anyway) 44 implemented anyway)
45 - djm@cvs.openbsd.org 2011/09/09 22:37:01
46 [scp.c]
47 suppress adding '--' to remote commandlines when the first argument
48 does not start with '-'. saves breakage on some difficult-to-upgrade
49 embedded/router platforms; feedback & ok dtucker ok markus
45 50
4620110909 5120110909
47 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 52 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From