Merge branch 'master' into ppp-new

This commit is contained in:
Sylvain Rochet
2014-01-17 00:48:55 +01:00
8 changed files with 58 additions and 13 deletions

View File

@@ -145,6 +145,20 @@ HISTORY
++ Bugfixes:
2014-01-16: Stathis Voukelatos
* netif.c: patch #7902 Fixed netif_poll() operation when LWIP_LOOPBACK_MAX_PBUFS > 0
2014-01-14: "Freddie Chopin"
* snmp.h, mib2.c: fixed constness and spelling of sysdescr
2014-01-14: Simon Goldschmidt (patch by Thomas Faber)
* tcpip.c: patch #8241: Fix implicit declaration of ip_input with
LWIP_TCPIP_CORE_LOCKING_INPUT disabled
2014-01-14: chrysn
* timers.c: patch #8244 make timeouts usable reliably from outside of the
timeout routine
2014-01-10: Simon Goldschmidt
* ip_frag.c, ip6_frag.c: fixed bug #41041 Potential use-after-free in IPv6 reassembly