From a8141c53a8e243b109eea294382b63ccf785b000 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 12 Jun 2008 20:21:40 +0000 Subject: [PATCH] Got the date & place of the newest feature wrong ;-) --- CHANGELOG | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index da1ce943..6af7c072 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.