From 47a95f4028e07a1f94df88363923d0989a7edd0f Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 14 Jun 2014 06:57:22 +0200 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c413dc40..d5bbe09d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,7 @@ Release Notes v1.6 (Under Development) Changes ------- +- Add examples of Lua pages, scripts and websockets to the test directory (bel) - Add dialog to change htpasswd files for the Windows standalone server (bel) - Fix compiler warnings and warnings from static code analysis (Danny Al-Gaaf, jmc-, Thomas, bel, ...) - Add new unit tests (bel) @@ -31,7 +32,8 @@ Changes - Fixes for Lua Server Pages, as described within the google groups thread. (bel) - Added support for plain Lua Scripts, and an example script. (bel) - A completely new, and more illustrative websocket example for C. (bel) -- An implementation of "Websocket for Lua", which allows to configure an optional websocket_root directory, incl. URL rewriting. Added an example. The Lua interface may change if the threading model changes. (bel) +- Websocket for Lua (bel) +- An optional websocket_root directory, including URL rewriting (bel) - Update of SQLite3 to 3.8.1. (bel) - Add "date" header field to replies, according to the requirements of RFC 2616 (the HTTP standard), Section 14.18 (bel) - Fix websocket long pull (celeron55)