summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-06-04 18:50:48 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-06-04 18:59:31 -0400
commit488688301eb1a3e1554bb8f81326ad44b23c7242 (patch)
tree896e1a41e71ce20f9807d753e24de0823438cbb4 /NEWS
parentaee88d691657eba0447c045877c56c72833ca428 (diff)
downloadlighttpd-git-488688301eb1a3e1554bb8f81326ad44b23c7242.tar.gz
[doc] NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7111be71..17713538 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,26 @@ NEWS
* static build instructions using SCons or make
* [mod_auth] preserve WWW-Authenticate for error docs (fixes #2730)
* check close() return code after writing to file
+ * adjustments for openssl 1.1.0 pre-release
+ * [config] support include file glob (fixes #1221)
+ * [mod_evasive] 302 redirect option if limit reached (fixes #2199)
+ * [build] enhancements for cross-compiling (fixes #2276)
+ * [mod_accesslog] report aborted con state with %X (fixes #1890)
+ * [mod_ssi] fix SSI statement parser
+ * [mod_ssi] include relative to alias,userdir (fixes #222)
+ * [mod_ssi] add PCRE_* options to constrain regex
+ * [mod_ssi] more flexible quoting (fixes #1768)
+ * [core] wrap IPv6 literal in "[]" in redirect URL
+ * [mod_ssi] fix parse of tag across buf boundary (fixes #2732)
+ * [mod_cgi,mod_scgi] X-Sendfile sets file_started (fixes #2733)
+ * [mod_fastcgi] no chunked response w/ X-Sendfile (fixes #2733)
+ * [config] opts for http header parsing strictness (fixes #551, fixes #1086, f
+ixes #1184, fixes #2143, #2258, #2281, fixes #946, fixes #1330, fixes #602, #101
+6)
+ * [config] normalize IP strings in lighttpd.conf
+ * [build_cmake] use MODULE on Mac OS X (fixes #1761)
+ * [config] server.bsd-accept-filter option
+ * [mod_webdav] create file w/ LOCK request if ENOENT
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)