From a0dfe15e4179ff469181deab802b32c4b1cb0eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 17 Oct 2009 14:06:37 +0000 Subject: [PATCH] Fix NEWS - referenced wrong bug (fixes #2084) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2668 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 92ccf65f..77186001 100644 --- a/NEWS +++ b/NEWS @@ -58,7 +58,7 @@ NEWS * Add SSL Client Certificate verification (#1288) * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825) * mod_accesslog: escape special characters (fixes #1551, thx icy) - * fix mod_webdav crash from #1793 (fixes #2048, thx hiroya) + * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya) * Don't print ssl error if client didn't support TLS SNI - 1.4.23 - 2009-06-19