From 921a8c9201e8f19c62221749ed851a2bc176be58 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 21 May 2015 10:04:05 +0300 Subject: [PATCH] Add changelog for the esp8266 core --- hardware/esp8266com/esp8266/changes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hardware/esp8266com/esp8266/changes.md diff --git a/hardware/esp8266com/esp8266/changes.md b/hardware/esp8266com/esp8266/changes.md new file mode 100644 index 000000000..25c27a12f --- /dev/null +++ b/hardware/esp8266com/esp8266/changes.md @@ -0,0 +1,21 @@ + + +# Current version + +- Add 32-bit Linux toolchain +- Better connection handling in ESP8266WebServer. + The server now sends Content-Length and Connection: close headers, + then waits for the client to disconnect. By not closing the connection + actively, server avoids TIME_WAIT TCP state, and the TCP stack is able to + release the memory immediately, without waiting for 2xMSL period. + If the client doesn't disconnect in 2000ms, the server closes the connection + actively. +- Add Hash library, which has a function to calculate SHA1 hash. + +--- + +# 1.6.4-g545ffde +19 May, 2015 + +- Initial release of board manager package +