You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/12/04 06:50:56 UTC

svn commit: r887076 - in /apr/apr-util/branches/1.5.x: STATUS include/apu_version.h

Author: wrowe
Date: Fri Dec  4 05:50:56 2009
New Revision: 887076

URL: http://svn.apache.org/viewvc?rev=887076&view=rev
Log:
catch up with release activity

Modified:
    apr/apr-util/branches/1.5.x/STATUS
    apr/apr-util/branches/1.5.x/include/apu_version.h

Modified: apr/apr-util/branches/1.5.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/STATUS?rev=887076&r1=887075&r2=887076&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/STATUS [utf-8] Fri Dec  4 05:50:56 2009
@@ -2,9 +2,18 @@
 Last modified at [$Date$]
 
 Releases:
-    2.0.0     : in development on trunk/
+    2.0.0     : None/EOL - merged into apr/trunk/
+    1.5.0     : in development on branches/1.5.x/
     1.4.0     : in development on branches/1.4.x/
-    1.3.1     : in maintenance on branches/1.3.x/
+    1.3.9     : released August 5, 2009
+    1.3.8     : released July 6, 2009
+    1.3.7     : released June 5, 2009
+    1.3.6     : not released
+    1.3.5     : not released
+    1.3.4     : released August 15, 2008
+    1.3.3     : not released
+    1.3.2     : released June 23, 2008
+    1.3.1     : not released
     1.3.0     : released June 3, 2008
     1.2.12    : released November 25, 2007
     1.2.11    : not released

Modified: apr/apr-util/branches/1.5.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apu_version.h?rev=887076&r1=887075&r2=887076&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.5.x/include/apu_version.h Fri Dec  4 05:50:56 2009
@@ -53,7 +53,7 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading APU_MAJOR_VERSION
  */
-#define APU_MINOR_VERSION       4
+#define APU_MINOR_VERSION       5
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.