summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:37:38 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:37:38 +1000
commit4cb855b070a814b0148ae0f3f5cbd5f8e255c8be (patch)
treee93709273134c0747cef1e6f66cb8938086b9d60 /ChangeLog
parentf6e758cdba3db30053afc4254b071ddae761a5df (diff)
- djm@cvs.openbsd.org 2011/09/09 00:44:07
[PROTOCOL.mux] MUX_C_CLOSE_FWD includes forward type in message (though it isn't implemented anyway)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0978ce76..4c69c135a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,10 @@
38 [ssh_config.5 sshd_config.5] 38 [ssh_config.5 sshd_config.5]
39 fix typo in IPQoS parsing: there is no "AF14" class, but there is 39 fix typo in IPQoS parsing: there is no "AF14" class, but there is
40 an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk 40 an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
41 - djm@cvs.openbsd.org 2011/09/09 00:44:07
42 [PROTOCOL.mux]
43 MUX_C_CLOSE_FWD includes forward type in message (though it isn't
44 implemented anyway)
41 45
4220110909 4620110909
43 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 47 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From