summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:34:35 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:34:35 +1000
commit2918e030fc0afb9064d6b884c4f80393b552d2a5 (patch)
tree667d46344414912ab5b2ae883f9c75dbebd39f96 /ChangeLog
parente577772a89ba6ba37b3f9bbfebcc037c3711c138 (diff)
- djm@cvs.openbsd.org 2011/09/05 05:59:08
[misc.c] fix typo in IPQoS parsing: there is no "AF14" class, but there is an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01822ab3b..644bbc51a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,10 @@
24 [scp.1 sftp.1] 24 [scp.1 sftp.1]
25 mention ControlPersist and KbdInteractiveAuthentication in the -o 25 mention ControlPersist and KbdInteractiveAuthentication in the -o
26 verbiage in these pages too (prompted by jmc@) 26 verbiage in these pages too (prompted by jmc@)
27 - djm@cvs.openbsd.org 2011/09/05 05:59:08
28 [misc.c]
29 fix typo in IPQoS parsing: there is no "AF14" class, but there is
30 an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
27 31
2820110909 3220110909
29 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 33 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From