summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:37:13 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:37:13 +1000
commitf6e758cdba3db30053afc4254b071ddae761a5df (patch)
tree866b4f6928b9d0b53e6833e25ad709bce85185b6 /ChangeLog
parent6232a16a9aab31a01481b2459ae2e675775dd1d8 (diff)
- djm@cvs.openbsd.org 2011/09/09 00:43:00
[ssh_config.5 sshd_config.5] 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 d2474f17a..e0978ce76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,10 @@
34 - deraadt@cvs.openbsd.org 2011/09/07 02:18:31 34 - deraadt@cvs.openbsd.org 2011/09/07 02:18:31
35 [ssh-keygen.1] 35 [ssh-keygen.1]
36 typo (they vs the) found by Lawrence Teo 36 typo (they vs the) found by Lawrence Teo
37 - djm@cvs.openbsd.org 2011/09/09 00:43:00
38 [ssh_config.5 sshd_config.5]
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
37 41
3820110909 4220110909
39 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 43 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From