diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-11-12 14:55:01 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-11-12 14:55:01 +0000 |
commit | 6ce80bdb2523ad82cef813f6d8a7e0d4daa8cfae (patch) | |
tree | d0b0fc8725c9f120cdcc16fa7f711d8104051815 /lib/ChangeLog | |
parent | 3a02d1f7fb778a1ea4f45d037f13dfcd126e2337 (diff) |
+ fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated)
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0725f795..bd66f071 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2007-11-12 Denis Ovsienko + + * linklist.c: (listnode_add_after) Don't forget to increment list + items counter. + * workqueue.h: Changed working queue flags from enum into integer + and introduced WQ_AIM_HEAD flag to indicate our will to insert + new data before the list head. + * workqueue.[ch]: (work_queue_schedule, show_work_queues, + work_queue_plug, work_queue_unplug) Adjust to the new flags style. + * workqueue.[ch]: (work_queue_aim_head) new function to control the + WQ_AIM_HEAD flag + * workqueue.[ch]: (work_queue_new) Explicitly set both WQ flags + during new WQ initialization. + * workqueue.[ch]: (work_queue_add) If WQ_AIM_HEAD indicates a need + to place the new data into list head, do it. + 2007-10-22 Lorenzo Colitti <lorenzo@colitti.com> * smux.c: (smux_stop) Avoid cancelling a defunct thread pointer |