|
From: | Simon Goldschmidt |
Subject: | [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack annotated tag, STABLE-2_0_3_RELEASE, created. STABLE-2_0_3_RELEASE |
Date: | Fri, 15 Sep 2017 14:53:24 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The annotated tag, STABLE-2_0_3_RELEASE has been created at f07e2edb7aec977cc79eabbbb0925a7cf4d54a5f (tag) tagging 92f23d6ca0971a32f2085b9480e738d34174417b (commit) replaces STABLE-2_0_2_RELEASE_VER tagged by goldsimon on Fri Sep 15 20:53:09 2017 +0200 - Log ----------------------------------------------------------------- Create release tag for 2.0.3 (STABLE-2_0_3_RELEASE) Axel Lin (1): tcp: Remove unreachable code in tcp_close_shutdown_fin Dirk Ziegelmeier (7): Fix starting DHCP in NO_SYS example code Fix coding style NO_SYS example code Update doxygen version to 2.0.3 as in init.h Apply [patch #9287] Possible null-pointer dereference from Mikhail Lappo in a modified way Fix bug #50618: dhcp_remove_struct() macro does not work Apply patch from Kudratov Olimjon: Array index used before limits check Fix bug #50932: LWIP-provided byteorder functions defined in the wrong scope Matthias Hofmann (1): Fix using DHCP IP configuration after lease time is expired. Mikhail Lappo (2): Possible null-pointer dereference Possible null-pointer dereference Pascal Quantin (1): Fixed bug #51528 (Bug when parsing WND_SCALE option) goldsimon (17): lwip_init(): at least IAR warns about "LWIP_UNUSED_ARG(a)" accessing an uninitialized variable... Try to fix this by initializing it (it will be optimized away anyway) memp.h: added missing include try to satisfy clang's '-Wempty-body' dhcp_parse_reply: return ERR_VAL instead of asserting on offset-out-of-pbuf Fixed bug #50838 (mem.c needs SYS_ARCH_PROTECTION around MEM_STATS) Fix sys_timeouts_init() for LWIP_TCP==0 (see patch #9375) ip4_reass: fixed bug #51595 (ip_reass_pbufcount may be updated incorectly) ip4_reass: fixed bug #51597 (Last fragment is assumed to have arrived even if it was discarded) ip4_reass: fixed bug #51596 (Insufficient overlap check) Fixed bug #51623: DHCP request XID should probably be regenerated for INIT-REBOOT Fixed bugs #51606 and #51535: IPv4 reassembly could be finished although there are holes refactor tcp_input a bit in preparation of a fix for bug #51937 Fix bug #51937 by checking TF_CLOSED at the end of all pcb callbacks in tcp_input() Fix bug #51687 (tcp_close(): is it OK to return ERR_MEM if TF_CLOSEPEND is set?) Adapt CHANGELOG to changes for 2.0.3 UPGRADING: added a note for 2.0.2 that was forgotten back then set lwip version to 2.0.3 RELEASE ----------------------------------------------------------------------- hooks/post-receive -- lwIP - A Lightweight TCPIP stack
[Prev in Thread] | Current Thread | [Next in Thread] |