1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Update readme and change log

#295
#299
This commit is contained in:
Ivan Grokhotkov
2015-05-22 02:20:41 +03:00
parent 06fb38bc2e
commit e6392d2546
2 changed files with 21 additions and 10 deletions

View File

@ -1,21 +1,28 @@
# Change log
## Current version
# Current version
### Tools
- Add 32-bit Linux toolchain.
- Rebuild toolchain and esptool with support for OS X down to 10.6.
### Libraries
- 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
actively, server avoids TIME_WAIT TCP state, and 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
## 1.6.4-g545ffde
May 19, 2015
- Initial release of board manager package
- Initial release of Boards Manager package for ESP8266 platform.