You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/01/05 23:17:53 UTC

svn commit: r1555639 - /httpd/httpd/branches/2.4.x/CHANGES

Author: trawick
Date: Sun Jan  5 22:17:53 2014
New Revision: 1555639

URL: http://svn.apache.org/r1555639
Log:
slightly more consistent formatting

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1555639&r1=1555638&r2=1555639&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun Jan  5 22:17:53 2014
@@ -3,14 +3,14 @@
 Changes with Apache 2.4.8
 
   *) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
-     is equivalent to <ProxyMatch wildcard-url> [Christophe Jaillet]
+     is equivalent to <ProxyMatch wildcard-url>. [Christophe Jaillet]
 
   *) mod_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
      mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
      require directives. [Graham Leggett]
 
-  * mod_proxy_http: Core dumped under high load. PR 50335
-    [Jan Kaluza <jkaluza redhat.com>]
+  *) mod_proxy_http: Core dumped under high load. PR 50335.
+     [Jan Kaluza <jkaluza redhat.com>]
 
   *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
      previously limited to 64MB. [Jens Låås <jelaas gmail.com>]