瀏覽代碼

Update release notes

Add differences since last update by using
git log --format=oneline 52d097d82f81eeb9afa3612b6334dc933052bafd..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 年之前
父節點
當前提交
e917a8cf06
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      RELEASE_NOTES.md

+ 6 - 0
RELEASE_NOTES.md

@@ -5,6 +5,12 @@ Release Notes v1.10 (work in progress)
 Changes
 Changes
 -------
 -------
 
 
+- Fix timeout error when sending larger files
+- Add mg_send_chunk interface function
+- Allow to separate server private key and certificate chain in two different files
+- Support for multipart requests without quotes (for some C# clients)
+- Initialize SSL in mg_init_library, so https client functions can be used when no server is running
+- Allow "REPORT" HTTP method for REST calls to scripts
 - Allow to compile civetweb.c wih a C++ compiler
 - Allow to compile civetweb.c wih a C++ compiler
 - Lua: Remove internal length limits of encode/decode functions
 - Lua: Remove internal length limits of encode/decode functions
 - Allow sub-resources of index script files
 - Allow sub-resources of index script files