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/06/03 16:25:17 UTC

svn commit: r781399 - in /apr/apr-util/branches/1.3.x: CHANGES STATUS include/apu_version.h

Author: wrowe
Date: Wed Jun  3 14:25:17 2009
New Revision: 781399

URL: http://svn.apache.org/viewvc?rev=781399&view=rev
Log:
Prepare to tag

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

Modified: apr/apr-util/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=781399&r1=781398&r2=781399&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Wed Jun  3 14:25:17 2009
@@ -1,7 +1,7 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-util 1.3.6
 
-
+  *) Minor build and bug fixes.
 
 Changes with APR-util 1.3.5
 

Modified: apr/apr-util/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=781399&r1=781398&r2=781399&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Wed Jun  3 14:25:17 2009
@@ -5,8 +5,8 @@
 
     2.0.0     : EOL - merged into apr/trunk/
     1.4.0     : in development on branches/1.4.x/
-    1.3.6     : in development on branches/1.3.x/
-    1.3.5     : tagged May 29, 2008
+    1.3.6     : tagged June 3, 2009
+    1.3.5     : not released
     1.3.4     : released August 15, 2008
     1.3.3     : not released
     1.3.2     : released June 23, 2008

Modified: apr/apr-util/branches/1.3.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=781399&r1=781398&r2=781399&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.3.x/include/apu_version.h Wed Jun  3 14:25:17 2009
@@ -66,7 +66,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-#define APU_IS_DEV_VERSION
+/* #undef APU_IS_DEV_VERSION */
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)