浏览代码

Update release notes

Add release notes for all commits since last update
git log --format="%s" 7ac5644..HEAD | sort -u
bel 9 年之前
父节点
当前提交
500daac7d5
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      RELEASE_NOTES.md

+ 11 - 0
RELEASE_NOTES.md

@@ -5,6 +5,17 @@ Release Notes v1.8 (work in progress)
 Changes
 Changes
 -------
 -------
 
 
+- CGI-scripts must receive EOF if all POST data is read
+- Add API function to handle all kinds of HTML form data
+- Do not allow short file names in Windows
+- Callback when a new thread is initialized
+- Support for short lived certificates
+- Add NO_CACHING compile option
+- Update Visual Studio project files to VS2015; rename directory VS2012 to VS
+- Sec-Wesocket-Protocol must only return one protocol
+- Mark some examples and tests as obsolete
+- Remove no longer maintained test utils
+- Add some default MIME types and the mg_send_mime_file API function.
 - Client API using SSL certificates
 - Client API using SSL certificates
 - Send "Cache-Control" headers
 - Send "Cache-Control" headers
 - Add alternative to mg_upload
 - Add alternative to mg_upload