summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-11 11:28:44 +0000
committerpaul <paul>2004-10-11 11:28:44 +0000
commitc9eca01b298b83a849a608477f5f5b978a58167e (patch)
treeafd25d986e49e57c73a4d555d4c083ab66d454fa /lib/ChangeLog
parent6c83567192ada1a66822c3f35580ce6a85f51ac9 (diff)
2004-10-11 Paul Jakma <paul@dishone.st>
* if.h: mtu's should be unsigned. * routemap.{c,h}: const char updates * smux.{c,h}: ditto
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 30eafa81..d258ab30 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,9 @@
* thread.c: (funcname_thread_add_timer)
(funcname_thread_add_timer_msec) Fix mistakes from last change.
Pointed out by Liu Xin in [quagga-dev 1609].
+ * if.h: mtu's should be unsigned.
+ * routemap.{c,h}: const char updates
+ * smux.{c,h}: ditto
2004-10-10 Paul Jakma <paul@dishone.st>