You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2013/05/05 11:39:33 UTC

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

Author: rjung
Date: Sun May  5 09:39:33 2013
New Revision: 1479269

URL: http://svn.apache.org/r1479269
Log:
- Wording improvemennt (I hope so)
- Add forgotten MD5 in apr_expr change.

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=1479269&r1=1479268&r2=1479269&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun May  5 09:39:33 2013
@@ -3,7 +3,7 @@
 Changes with Apache 2.4.5
 
   *) mod_cache_socache: New cache implementation backed by mod_socache
-     that replaces mod_mem_cache removed from httpd v2.2. [Graham
+     that replaces mod_mem_cache known from httpd 2.2. [Graham
      Leggett]
 
   *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
@@ -34,7 +34,8 @@ Changes with Apache 2.4.5
      with very long lines. PR 54893. [Rainer Jung]
 
   *) ap_expr: Add the ability to base64 encode and base64 decode
-     strings and to generate their SHA1 hash.  [Graham Leggett]
+     strings and to generate their SHA1 and MD5 hash.
+     [Graham Leggett, Stefan Fritsch]
 
   *) mod_log_config: Fix crash when logging request end time for a failed
      request.  PR 54828 [Rainer Jung]