Browse Source

Update release notes

See also
git log --format=oneline e917a8cf06af0e7098c795720517e4e376cd8530..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 8 years ago
parent
commit
b2a9ad06ab
1 changed files with 8 additions and 0 deletions
  1. 8 0
      RELEASE_NOTES.md

+ 8 - 0
RELEASE_NOTES.md

@@ -5,6 +5,14 @@ Release Notes v1.10 (work in progress)
 Changes
 -------
 
+- Collect server status data
+- Allow hostname in listening_ports
+- Make maximum request size configurable
+- Allow multiple Sec-Websocket-Protocol
+- Add configuration option to send additional headers
+- Add configuration option for Strict-Transport-Security
+- Mark "file in memory" feature is a candidate for deletion
+- Improve examples
 - Fix timeout error when sending larger files
 - Add mg_send_chunk interface function
 - Allow to separate server private key and certificate chain in two different files