summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-02-28 11:59:09 +0000
committerStefan Bühler <stbuehler@web.de>2016-02-28 11:59:09 +0000
commit75e4859a1ba0211e99951bae933f643b03eb012f (patch)
tree371ab54a7d51f23e176aa5a48ca371f139267c01 /NEWS
parent6c3c360129223dd52ff52fa6e32dc78f2aa222c2 (diff)
downloadlighttpd-git-75e4859a1ba0211e99951bae933f643b03eb012f.tar.gz
[mod_compress] case-insensitive content-codings (fixes #2645)
From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3086 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 084ac1bb..55efda1f 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ NEWS
* [core] never evaluate else branches until the previous branches are ready (fixes #2598)
* [core] fix conditional cache handling
* [core] improve conditional enabling (thx Gwenlliana, #2598)
+ * [mod_compress] case-insensitive content-codings (fixes #2645)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)