You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2006/08/09 01:33:21 UTC

svn commit: r429883 - /httpd/httpd/trunk/CHANGES

Author: niq
Date: Tue Aug  8 16:33:21 2006
New Revision: 429883

URL: http://svn.apache.org/viewvc?rev=429883&view=rev
Log:
That proxy change was functional, even if it was just one character:-)

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=429883&r1=429882&r2=429883&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Aug  8 16:33:21 2006
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_proxy: don't URLencode tilde in path component
+     [Stijn Hoop <stijn sandcat.nl>]
+
   *) mpm_winnt: Fix return values from wait_for_many_objects.
      The return value is index to the signaled thread in the
      creted_threads array. We can not use WAIT_TIMEOUT because