Browse Source

Update release notes

Add a selection of features from the full commit log
git log --format=oneline 34586568dc7b27091fcb25ab4a8cf7fcce0ca793..HEAD
bel2125 6 years ago
parent
commit
bebe254340
1 changed files with 18 additions and 0 deletions
  1. 18 0
      RELEASE_NOTES.md

+ 18 - 0
RELEASE_NOTES.md

@@ -5,6 +5,24 @@ Release Notes v1.12
 Changes
 -------
 
+- Support for flawed CGI interpreters returning only <LF> instead of <CR><LF>
+- Add NO_FILESYSTEM flag for (embedded) system without any file system
+- Several fixes for server side Lua scripts
+- Disable SSL renegotiation for new OpenSSL version
+- Allow to force TLSv1.3 (disable TLSv1.2)
+- Prefer pre-compressed *.gz file, if it already exists
+- Fix some #include statements for various compilers / OS / SDK versions
+- Support for Linux Standard Base (LSB)
+- Fixes to mg_get_*_info() API functions
+- Fix some bugs/deficiencies in examples and tests
+- Fix some static source code analysis warnings
+- Add Conan package build
+- Fix include for Lua pages in "Kepler Syntax"
+- Replace some uses of deprecated Linux and OpenSSL API functions
+- Improved documentation and examples
+- Fixes for timeout handling
+- Fixes for the request queue (rare loss of requests)
+- Client side SNI
 - Update version number