Quellcode durchsuchen

Update release notes

See also
git log --format=oneline b2a9ad06ab33a570af71a439e9d3e9a6c17bc68d..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
bel2125 vor 8 Jahren
Ursprung
Commit
5aaed4416f
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      RELEASE_NOTES.md

+ 8 - 0
RELEASE_NOTES.md

@@ -5,6 +5,14 @@ Release Notes v1.10 (work in progress)
 Changes
 -------
 
+- Add USE\_SERVER\_STATS define, so the server collects statistics data
+- Add experimental function to query the connection status
+- Add document on proposed future interface changes (for comments)
+- Officially drop Symbian support
+- Ignore leading blank lines in multipart messages (Android upload service)
+- Rewrite some functions, in particular request parsing
+- CORS preflight directly in the server, with additional config options
+- Solve some warnings from different static source code analysis tools
 - Collect server status data
 - Allow hostname in listening_ports
 - Make maximum request size configurable