You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/08/06 22:44:44 UTC

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

Author: sf
Date: Mon Aug  6 20:44:43 2012
New Revision: 1370001

URL: http://svn.apache.org/viewvc?rev=1370001&view=rev
Log:
Add changes entry for r1369995, r1369999

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1370001&r1=1370000&r2=1370001&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Aug  6 20:44:43 2012
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_rewrite: Fix crash with dbd RewriteMaps. PR 53663. [Mikhail T.
+     <mi apache aldan algebra com>]
+
   *) mod_lua: Add a server scope for Lua states, which creates a pool of
      states with managable minimum and maximum size. [Daniel Gruno]