You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2009/10/02 15:06:09 UTC

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

Author: trawick
Date: Fri Oct  2 13:06:09 2009
New Revision: 821004

URL: http://svn.apache.org/viewvc?rev=821004&view=rev
Log:
don't list changes that were in APR-Util 1.3.x or 1.4.x

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=821004&r1=821003&r2=821004&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Fri Oct  2 13:06:09 2009
@@ -1,28 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 2.0.0
 
-  *) Add support for Berkeley DB 4.8. [Arfrever Frehtes Taifersar Arahesis
-     <arfrever.fta gmail.com>]
-
-  *) Make sure that "make check" is used in the RPM spec file, so that
-     the crypto, dbd and dbm tests pass. [Graham Leggett]
-
-  *) Make sure the mysql version of dbd_mysql_get_entry() respects the
-     rule that if the column number exceeds the number of columns, we
-     return NULL. [Graham Leggett]
-
   *) Transfer the apr-util spec file contents to apr.spec. [Graham
      Leggett]
 
-  *) Clarify the error messages within the dbd tests. [Graham Leggett]
-
-  *) Use locally scoped variables in PostgreSQL driver to avoid stomping
-     on return codes. PR 47431
-     [Wayne Jensen <wayne_jensen trendmicro.com>]
-
-  *) Fix race conditions in initialisation of DBD, DBM and DSO.
-     [Bojan Smojver]
-
   *) apr_thread_cond_*wait() on BeOS: Fix broken logic.  PR 45800.
      [Jochen Voss (no e-mail)]