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/04/15 15:49:27 UTC

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

Author: rjung
Date: Mon Apr 15 13:49:27 2013
New Revision: 1468074

URL: http://svn.apache.org/r1468074
Log:
Add some CHANGES entries for today's backports.

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=1468074&r1=1468073&r2=1468074&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Apr 15 13:49:27 2013
@@ -2,6 +2,12 @@
  
 Changes with Apache 2.4.5
 
+  *) ap_expr: Add the ability to base64 encode and base64 decode
+     strings and to generate their SHA1 hash.  [Graham Leggett]
+
+  *) mod_log_config: Fix crash when logging request end time for a failed
+     request.  PR 54828 [Rainer Jung]
+
   *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
      in the error log to debug level.  [William Rowe]