Quellcode durchsuchen

Update release notes

Add selected changes from git commit list.
For the full list, see
git log --format=oneline bebe254340b3fbc051780eab132c2703238464e0..HEAD
bel2125 vor 5 Jahren
Ursprung
Commit
58365e3339
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      RELEASE_NOTES.md

+ 10 - 0
RELEASE_NOTES.md

@@ -5,6 +5,16 @@ Release Notes v1.12
 Changes
 -------
 
+- Format configuration dialogs for Windows
+- Add option "hide_tray" to start without Windows systray icon
+- URI checking according to "remove_dot_segments" algorithm from RFC
+- Experimental support for a new server and client start API
+- Additional callbacks to initialize external SSL context
+- More cache control options for static files
+- Trace function for Lua server pages
+- Access to client certificate data for Lua pages
+- Allow to configure SOMAXCONN (max. number of waiting connections)
+- Include some build options for Zephyr
 - 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