summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfbrosson <fbrosson@users.noreply.github.com>2016-01-03 14:48:07 +0000
committerStefan Bühler <stbuehler@web.de>2016-01-03 14:48:07 +0000
commitd8e028e06900b781bebfe2f52cc7254444a31716 (patch)
tree5f5b70fd9b4b33e5424b75efb748b98c05a867a9 /NEWS
parent3dd2f66d1321025078938015bd20df2c69fd5e48 (diff)
downloadlighttpd-git-d8e028e06900b781bebfe2f52cc7254444a31716.tar.gz
[mod_ssi] enhance support for ssi vars
Try ssi_vars if ssi_cgi_env does not have a matching var name. Allow var names to also include digits after the initial letter or underscore. From: fbrosson <fbrosson@users.noreply.github.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3069 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 179bac04..34251a16 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ NEWS
====
- 1.4.40
+ * [mod_ssi] enhance support for ssi vars (thx fbrosson)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)