]> granicus.if.org Git - apache/commitdiff
- Wording improvemennt (I hope so)
authorRainer Jung <rjung@apache.org>
Sun, 5 May 2013 09:39:33 +0000 (09:39 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 5 May 2013 09:39:33 +0000 (09:39 +0000)
- Add forgotten MD5 in apr_expr change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1479269 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3673104666df44d10a115546d9b6ca5193358bb4..833a04b74c2003bbf40f6668778e3998376cbcc4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]