Ver código fonte

Update RELEASE_NOTES.md

For a full list of changes since the last release, see
git log --format=oneline 4b440a339979852d5a51fb11a822952712231c23..HEAD
bel2125 4 anos atrás
pai
commit
f74bad4014
1 arquivos alterados com 17 adições e 1 exclusões
  1. 17 1
      RELEASE_NOTES.md

+ 17 - 1
RELEASE_NOTES.md

@@ -1,10 +1,26 @@
 Release Notes v1.13
 ===
-### *work in progress*
+### Objectives: *Various updates and fixes*
 
 Changes
 -------
 
+- Add arguments for CGI interpreters
+- Support multiple CGi interpreters
+- Some new API functions
+- Fix some memory leaks
+- Extended use of atomic operations (e.g., for server stats)
+- Add fuzz tests
+- Set OpenSSL 1.1 API as default (from 1.0)
+- Add Lua 5.4 support and deprecate Lua 5.1
+- Provide additional Lua API functions
+- Fix Lua websocket memory leak when closing the server
+- Remove obsolete "file in memory" implementation
+- Improvements and fixes in documentation
+- Fixes from static source code analysis
+- Additional unit tests
+- Various small bugfixes
+- Experimental support for some HTTP2 features (not ready for production)
 - Update version number