summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-11-24 10:50:04 +1100
committerDamien Miller <djm@mindrot.org>2010-11-24 10:50:04 +1100
commit73de86ac5a1f8a82439dca4988288182ffd11489 (patch)
tree70dcdf425e3ed92e90e5996e8a76fbfd8084f50f /ChangeLog
parent4b6cbf7aabbcbe170a69e9780e7c4ec06a3224e0 (diff)
- (djm) [defines.h] Add IP DSCP defines
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e8fd43d6..905cb1159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
4 - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow 4 - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow
5 group read/write. ok dtucker@ 5 group read/write. ok dtucker@
6 - (dtucker) [packet.c] Remove redundant local declaration of "int tos". 6 - (dtucker) [packet.c] Remove redundant local declaration of "int tos".
7 - (djm) [defines.h] Add IP DSCP defines
7 8
820101122 920101122
9 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch 10 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch