@@ -6,11 +6,92 @@ HISTORY
66
77 * [Enter new changes just after this line - do not remove this line]
88
9+ (STABLE-2.2.0):
10+
11+ 2018-10-02: Dirk Ziegelmeier
12+ * Integrate contrib repository into main lwIP repository
13+
14+ ++ New features:
15+
16+ 2022-04-05: David Cermak
17+ * contrib/addons: Add example of using DHCP extra options hooks
18+
19+ 2023-05-11: David Cermak
20+ * dhcp: Add macro for appending extra client's request options
21+
22+ 2023-05-11: xueyunfei
23+ * dhcp: Enable custom config for timeouts, thresholds, backoff time
24+
25+ 2021-04-26
26+ * test/unit: added more unit tests
27+
28+ 2020-03-27: Simon Goldschmidt
29+ * test/fuzz: improve fuzz test
30+
31+ 2019-12-11: Simon Goldschmidt
32+ * ip6addr_aton: support scoped address strings (via '%')
33+
34+ 2019-08-28: Joan Lledó
35+ * Contrib: Add kFreeBSD to the Unix port
36+
37+ 2019-07-14: Joan Lledó
38+ * Unix port: improve support for the Hurd
39+
40+ ++ Bugfixes:
41+
42+ 2019-12-11: David Girault
43+ * altcp_tls: support for saving/restoring session information
44+
45+ 2018-11-16: Craig McQUeen
46+ * dns: allow a DNS look-up with a trailing dot in the name
47+
48+ 2018-10-19: Timmy Brolin
49+ * Add outgoing VLAN PCP support for Ethernet level QoS
50+
51+ 2018-10-08: Ben Wijen
52+ * apps/tftp: added TFTP client
53+
954 2018-10-04: Jasper Verschueren
1055 * Implement IPv4 ACD (Address Conflict Detection)
1156
12- 2018-10-02: Dirk Ziegelmeier
13- * Integrate contrib repository into main lwIP rep, tag STABLE-2_1_0_RELEASE
57+ 2023-05-10
58+ * altcp_tls_mbedtls: note which version of mbedtls we are compatible to
59+ * altcp_tls_mbedtls: multiple compatibility fixes
60+
61+ 2023-04-26: Jan Breuer, Harrold Spier, Ognjen Bjelica, Dirk Ziegelmeier, Simon Goldschmidt
62+ * apps/snmp: multiple fixes and improvements to snmp
63+
64+ 2022-01-12: Simon Goldschmidt
65+ * httpd: clean up custom file handling
66+
67+ 2021-11-25: quanjia
68+ * ping: fix sockaddr len in ping_send() for PING_USE_SOCKETS==1
69+
70+ 2021-11-12: Bas Prins
71+ * http_client: reset timeout when receiving data
72+
73+ 2020-07-07: Erik Ekman
74+ * Rename IP and Ethernet equality checkers from _cmp to _eq
75+
76+ 2020-03-05: Simon Goldschmidt
77+ * tcp: tighten up checks for received SYN
78+
79+ 2020-01-30: Simon Goldschmidt, David Girault, David J. Fiddes, Tom Ferrin
80+ * apps/sntp: multiple fixes and improvements for sntp
81+
82+ 2020-01-30: Simon Goldschmidt
83+ * ip_forward: fix IPv4 forwarding with multiple netifs/offloading
84+
85+ 2019-06-11: David Girault, Giuseppe Modugno
86+ * apps/mqtt: multiple fixes for mqtt
87+
88+ 2019-05-19: Joan Lledó
89+ * New function tcpip_callback_wait()
90+ Call a function inside the tcpip thread and block the calling thread until
91+ the callback finishes
92+
93+ 2018-08-15: Jasper Verschueren, David Girault, Our Air Quality
94+ * apps/mdns: greatly improved the mdns client
1495
1596(STABLE-2.1.2):
1697
0 commit comments