Просмотр исходного кода

Update RELEASE_NOTES.md

git log --format=oneline 8e243456965c9be5212cb96519da69cd54550e3d..HEAD
bel2125 4 лет назад
Родитель
Сommit
3462be2431
1 измененных файлов с 10 добавлено и 3 удалено
  1. 10 3
      RELEASE_NOTES.md

+ 10 - 3
RELEASE_NOTES.md

@@ -1,16 +1,23 @@
 Release Notes v1.14 (under construction)
 Release Notes v1.14 (under construction)
 ===
 ===
-### Objectives: *TO BE DEFINED*
+### Objectives: *mbedTLS, log filtering*
 
 
 Changes
 Changes
 -------
 -------
 
 
+- Add local_uri_raw field (not sanitized URI) to request_info
+- Additional API functions and a callback after closing connections
+- Allow mbedTLS as OpenSSL alternative (basic functionality)
+- Support UNIX/Linux domain sockets
+- Fuzz tests and ossfuzz integration
+- Compression for websockets
+- Restructure some source files
 - Improve documentation
 - Improve documentation
 - Fix HTTP range requests
 - Fix HTTP range requests
-- All some functions for Lua scripts/LSP
+- Add some functions for Lua scripts/LSP
 - Build system specific fixes (CMake, MinGW)
 - Build system specific fixes (CMake, MinGW)
 - Update 3rd party components (Lua, lfs, sqlite)
 - Update 3rd party components (Lua, lfs, sqlite)
-- Allow Lua background scripts to use timers
+- Allow Lua background script to use timers, format and filter logs
 - Update version number
 - Update version number