Got the date & place of the newest feature wrong ;-)

This commit is contained in:
goldsimon 2008-06-12 20:21:40 +00:00
parent 88ff8c83e9
commit a8141c53a8

View File

@ -19,6 +19,11 @@ HISTORY
++ New features:
2008-06-12 Simon Goldschmidt (patch by Luca Ceresoli)
* netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
modified version of patch # 6370: Moved loopif code to netif.c so that
loopback traffic is supported on all netifs (all local IPs).
++ Bugfixes:
2008-05-30 Kieran Mansley
@ -53,11 +58,6 @@ HISTORY
++ New features:
2008-03-10 Simon Goldschmidt (patch by Luca Ceresoli)
* netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
modified version of patch # 6370: Moved loopif code to netif.c so that
loopback traffic is supported on all netifs (all local IPs).
2008-03-10 Jonathan Larmour
* inet_chksum.c: Allow choice of one of the sample algorithms to be
made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM.