You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2013/10/03 16:48:48 UTC

svn commit: r1528898 - /apr/apr/trunk/CHANGES

Author: rjung
Date: Thu Oct  3 14:48:47 2013
New Revision: 1528898

URL: http://svn.apache.org/r1528898
Log:
Wrong item removed in r1528828.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1528898&r1=1528897&r2=1528898&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Thu Oct  3 14:48:47 2013
@@ -5,7 +5,8 @@ Changes for APR 2.0.0
      blocking state before, disable that setting so that timeouts work.
      [Jeff Trawick]
 
-  *) Add support for Berkeley DB 6.0. [Rainer Jung]
+  *) Add apr_pbase64_encode() and apr_pbase64_decode() to encode to/from
+     the pool. [Graham Leggett]
 
   *) Add the apr_escape interface. [Graham Leggett]