Ver Fonte

Update release notes

For a full list since the last release, see
git log --format=oneline 1dba82d..HEAD
bel há 8 anos atrás
pai
commit
deacd3479a
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      RELEASE_NOTES.md

+ 4 - 0
RELEASE_NOTES.md

@@ -5,6 +5,9 @@ Release Notes v1.9 (work in progress)
 Changes
 Changes
 -------
 -------
 
 
+- Add library init/exit functions (calls will be required in later versions)
+- Add Lua background script, running independent from server state
+- Change name of CMake generated C++ library to civetweb-cpp
 - Add option to set linger timeout
 - Add option to set linger timeout
 - Update Duktape and Lua (third-party code)
 - Update Duktape and Lua (third-party code)
 - Add continuous integration tests
 - Add continuous integration tests
@@ -29,6 +32,7 @@ Changes
 - Read client certificate information
 - Read client certificate information
 - Do not tolerate URIs with invalid characters
 - Do not tolerate URIs with invalid characters
 - Fix mg_get_cookie to ignore substrings
 - Fix mg_get_cookie to ignore substrings
+- Fix memory leak in form handling
 - Fix bug in timer logic (for Lua Websockets)
 - Fix bug in timer logic (for Lua Websockets)
 - Updated version number
 - Updated version number