summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2013-06-29 10:07:43 +0000
committerStefan Bühler <stbuehler@web.de>2013-06-29 10:07:43 +0000
commit12c4a40b28bdd8f00fecbd29ab01d24da3f17a16 (patch)
tree31edc280b7bd51e12b510ae61e7498308d91ac3d /NEWS
parent46240fdb7ed2b732707e03375536e5e9b2c29308 (diff)
downloadlighttpd-git-12c4a40b28bdd8f00fecbd29ab01d24da3f17a16.tar.gz
[mod_userdir] add userdir.active option, "enabled" by default
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2880 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 e9acde9b..caefa295 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ NEWS
* [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
* [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
* [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)
+ * [mod_userdir] add userdir.active option, "enabled" by default
- 1.4.32 - 2012-11-21
* Code cleanup with clang/sparse (fixes #2437, thx kibi)