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/05/29 09:54:33 UTC

svn commit: r779888 - in /apr/apr/branches/1.3.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Fri May 29 07:54:33 2009
New Revision: 779888

URL: http://svn.apache.org/viewvc?rev=779888&view=rev
Log:
on to 1.3.5-dev

Modified:
    apr/apr/branches/1.3.x/CHANGES
    apr/apr/branches/1.3.x/STATUS
    apr/apr/branches/1.3.x/include/apr_version.h

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=779888&r1=779887&r2=779888&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Fri May 29 07:54:33 2009
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.3.5
+
+
+
 Changes for APR 1.3.4
 
   *) apr_strerror() on OS/2: Fix problem with calculating buffer size.

Modified: apr/apr/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/STATUS?rev=779888&r1=779887&r2=779888&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.3.x/STATUS [utf-8] Fri May 29 07:54:33 2009
@@ -4,6 +4,7 @@
 Releases:
     2.0.0     : in development on trunk/
     1.4.0     : in development on branches/1.4.x/
+    1.3.5     : in development on branches/1.3.x/
     1.3.4     : tagged May 29, 2008
     1.3.3     : released August 14, 2008
     1.3.2     : released June 23, 2008

Modified: apr/apr/branches/1.3.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_version.h?rev=779888&r1=779887&r2=779888&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_version.h (original)
+++ apr/apr/branches/1.3.x/include/apr_version.h Fri May 29 07:54:33 2009
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       4
+#define APR_PATCH_VERSION       5
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 /**
  * Check at compile time if the APR version is at least a certain