Skip to content

Commit 6e14666

Browse files
committed
Add changelog for the esp8266 core
1 parent 73f6f28 commit 6e14666

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changes.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
# Current version
4+
5+
- Add 32-bit Linux toolchain
6+
- Better connection handling in ESP8266WebServer.
7+
The server now sends Content-Length and Connection: close headers,
8+
then waits for the client to disconnect. By not closing the connection
9+
actively, server avoids TIME_WAIT TCP state, and the TCP stack is able to
10+
release the memory immediately, without waiting for 2xMSL period.
11+
If the client doesn't disconnect in 2000ms, the server closes the connection
12+
actively.
13+
- Add Hash library, which has a function to calculate SHA1 hash.
14+
15+
---
16+
17+
# 1.6.4-g545ffde
18+
19 May, 2015
19+
20+
- Initial release of board manager package
21+

0 commit comments

Comments
 (0)