summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-26 13:49:43 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-26 13:49:43 +0000
commitd17d48e01e384fe85eb2a148f28e81539a02913e (patch)
treec13f3515338dc827d308514c65185835714f7822 /NEWS
parent292309f88b3ebf083ea69202943add6e907d3321 (diff)
downloadlighttpd-git-d17d48e01e384fe85eb2a148f28e81539a02913e.tar.gz
[stat] mimetype.xattr-name global config option (fixes #2631)
For backwards compatibility with existing lighttpd configs, default is mimetype.xattr-name = "Content-Type" Those who wish to use the freedesktop.org definition of xattr mimetype can set the following in the global lighttpd config: mimetype.xattr-name = "user.mime_type" From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3131 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 8d389899..9df2a8a6 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,7 @@ NEWS
* [core] respond 411 Length Required if request has Transfer-Encoding: chunked (fixes #631)
* [core] fixed the loading for default modules if they are specified explicitly
* [core] lighttpd -tt performs preflight startup checks (fixes #411)
+ * [stat] mimetype.xattr-name global config option (fixes #2631)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)