瀏覽代碼

Update release notes

Add differences since last update by using
git log --format=oneline ec7f68a2e264931cf129ec8771d2b69372dc2bfd..HEAD

For a full list since the last release, see (for 1.9 / 1.9.1):
git log --format=oneline 269e3f56256fe650d90233b8b34e667c49dda3b3..HEAD
git log --format=oneline ec7f68a2e264931cf129ec8771d2b69372dc2bfd..HEAD
bel 8 年之前
父節點
當前提交
52d097d82f
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      RELEASE_NOTES.md

+ 7 - 0
RELEASE_NOTES.md

@@ -5,6 +5,13 @@ Release Notes v1.10 (work in progress)
 Changes
 -------
 
+- Allow to compile civetweb.c wih a C++ compiler
+- Lua: Remove internal length limits of encode/decode functions
+- Allow sub-resources of index script files
+- Remove deprecated "uri" member of the request from the interface
+- Improve documentation
+- Make auth domain check optional (configuration)
+- Update unit test framework to check 0.11.0
 - Limit depth of mg.include for Lua server pages
 - Additional unit tests
 - OpenSSL 1.1 support