summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-11-30 20:46:49 +0000
committerStefan Bühler <stbuehler@web.de>2011-11-30 20:46:49 +0000
commitb748fb890de25ca412dced4ef792dcccc66362c5 (patch)
tree5aac072cb79e1984a0a41f3b5ca33bdd30950ea0 /NEWS
parent0f96222e7e3ca51767cf13144ec5d777b8869677 (diff)
downloadlighttpd-git-b748fb890de25ca412dced4ef792dcccc66362c5.tar.gz
[core] accept dots in ipv6 addresses in host header (fixes #2359)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2811 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 fb03e689..2f9ec8fe 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ NEWS
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
* [ssl] count renegotiations to prevent client renegotiations
* [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
+ * [core] accept dots in ipv6 addresses in host header (fixes #2359)
- 1.4.29 - 2011-07-03
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)