Commit e94a02dc authored by Sergey Lyubka's avatar Sergey Lyubka

Added more in 5.4 release notes

parent 5680b0fc
...@@ -2,7 +2,16 @@ ...@@ -2,7 +2,16 @@
## Release 5.4 ## Release 5.4
Changes in Libmongoose library:
* Added `hexdump_file` option for low-level request/reply debugging
* Added `mg_template()` API function for generating HTML pages from
templates with expansions
* Fixed `struct mg_connection::local_ip` handling, `mg_set_option()`
behavior with NULL values
* Removed Lua support
Changes in pre-compiled binaries: Changes in pre-compiled binaries:
* Created HTML administration console
* When server is started, browser is started automatically * When server is started, browser is started automatically
* Fixed directory listing bug when directory contains `#` character * Fixed directory listing bug when directory contains `#` character
* Removed built-in Lua Server Pages in the binary, and instead * Removed built-in Lua Server Pages in the binary, and instead
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment