summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2003-12-21 09:51:42 +0000
committerhasso <hasso>2003-12-21 09:51:42 +0000
commite90fbabdc6a8db7a6bbf9fa22b83da1a03023d32 (patch)
treea961d314a2a6233b0b6b0562f826005d2f9423ad /ChangeLog
parentd9fd04c24bb6e6fc9aaca6daf5c062beced2605f (diff)
lib/if.c part from [quagga-dev 552] and lib/inklist.c part from [quagga-dev
555]. Okayed by Paul.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e1f152..635d47de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-21 Hasso Tepper <hasso@estpak.ee>
+
+ * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
+ function should not drop nodes in any case. But fix behavior where
+ nodes were added to the end of list when cmp returned 0.
+ * lib/if.c: Check for duplicates before calling listnode_add_sort().
+
2003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
* {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather