From e94a02dc1225d961117de94b75227ff0c62ca87e Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Mon, 31 Mar 2014 09:49:42 +0100 Subject: [PATCH] Added more in 5.4 release notes --- docs/ReleaseNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 60e2bd604..5021aff85 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -2,7 +2,16 @@ ## 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: + * Created HTML administration console * When server is started, browser is started automatically * Fixed directory listing bug when directory contains `#` character * Removed built-in Lua Server Pages in the binary, and instead -- GitLab