summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2016-03-19 13:16:31 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-19 13:16:31 +0000
commit82ee3fb2f83441c8b8e06e5fba9b9268d8d9db1c (patch)
tree19e185884c25380d0b7d3f2f2fb80e8430d7d4c6 /NEWS
parent70036ff572f414f6276a5420280faa3cf645d9a3 (diff)
downloadlighttpd-git-82ee3fb2f83441c8b8e06e5fba9b9268d8d9db1c.tar.gz
[mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3106 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9756b267..758c30d3 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ NEWS
* [core] configparser: error on duplicate keys in array merge (fixes #2685)
* [core] more careful parse of $SERVER["socket"] config str (prepare #2204)
* [core] accept $SERVER["socket"] without port, use server.port as fallback (fixes #2204)
+ * [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)