You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ma...@apache.org on 2006/04/14 20:45:14 UTC

svn commit: r394171 - /apr/apr-util/trunk/CHANGES

Author: maxb
Date: Fri Apr 14 11:45:10 2006
New Revision: 394171

URL: http://svn.apache.org/viewcvs?rev=394171&view=rev
Log:
Sync apr-util trunk CHANGES from 1.2.x branch.

Modified:
    apr/apr-util/trunk/CHANGES

Modified: apr/apr-util/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/CHANGES?rev=394171&r1=394170&r2=394171&view=diff
==============================================================================
--- apr/apr-util/trunk/CHANGES (original)
+++ apr/apr-util/trunk/CHANGES Fri Apr 14 11:45:10 2006
@@ -11,11 +11,6 @@
   *) Make apr_dbd.h work as a stand alone header, without needing other
      files to be included before it. [Henry Jen <henryjen ztune.net>]
 
-  *) Fix incorrect byte order (PR 37342) and incorrect timestamp type
-     in the fallback UUID generator used when no external UUID generator
-     is detected by APR.
-     [Max Bowsher]
-
   *) On platforms that use autoconf stop automatically linking against
      apr-iconv when an apr-iconv source dir is found in ../apr-iconv.
      Instead, add a --with-apr-iconv option to configure that lets you
@@ -33,7 +28,17 @@
   *) Fix GMT offset for several date formats and add a new format.
      [Maxime Petazzoni <maxime.petazzoni bulix.org>]
 
+Changes with APR-util 1.2.8
+
+  *) Fix incorrect byte order (PR 37342) and incorrect timestamp type
+     in the fallback UUID generator used when no external UUID generator
+     is detected by APR.
+     [Max Bowsher]
+
 Changes with APR-util 1.2.7
+
+  *) Fix apr_dbd_init to be safe to call multiple times
+     [Bojan Smojver <bojan rexursive com>, Nick Kew]
 
   *) Win32 / Netware - add missing apu_version.c for apu_version_string()
      to the Windows and Netware specific builds.  Unix platforms supported