summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2012-11-15 08:44:10 +0000
committerStefan Bühler <stbuehler@web.de>2012-11-15 08:44:10 +0000
commit29b126d5d375284015aedcdaffbd42d9a077f002 (patch)
tree7c4e3c9cfd2d68bfb07a7dc072faf1b8d2cdf226 /NEWS
parent4f4bcdd3c32389d2ecc2718f6940b18151cb5d73 (diff)
downloadlighttpd-git-29b126d5d375284015aedcdaffbd42d9a077f002.tar.gz
mod_extforward: log address of untrusted proxy with debug.log-request-handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2858 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 4e20cace..fe5f504c 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ NEWS
* network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
* detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
* tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
+ * mod_extforward: log address of untrusted proxy with debug.log-request-handling
- 1.4.31 - 2012-05-31
* [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI (thx carpii for reporting)