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 2005/09/29 17:46:37 UTC

svn commit: r292453 - in /apr/apr-iconv/branches/1.1.x: CHANGES STATUS include/api_version.h

Author: wrowe
Date: Thu Sep 29 08:46:33 2005
New Revision: 292453

URL: http://svn.apache.org/viewcvs?rev=292453&view=rev
Log:

  Jump on the treadmill and reroll, thank you gump (and Paul) for finding
  the build failure.

Modified:
    apr/apr-iconv/branches/1.1.x/CHANGES
    apr/apr-iconv/branches/1.1.x/STATUS
    apr/apr-iconv/branches/1.1.x/include/api_version.h

Modified: apr/apr-iconv/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/CHANGES?rev=292453&r1=292452&r2=292453&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/CHANGES (original)
+++ apr/apr-iconv/branches/1.1.x/CHANGES Thu Sep 29 08:46:33 2005
@@ -1,6 +1,6 @@
-Changes with APR-ICONV 1.1.1-dev
-
+Changes with APR-ICONV 1.1.1
 
+  *) Fix syntax error in 1.1.0 candidate.  [Paul Querna] 
 
 Changes with APR-ICONV 1.1.0
 

Modified: apr/apr-iconv/branches/1.1.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/STATUS?rev=292453&r1=292452&r2=292453&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/STATUS (original)
+++ apr/apr-iconv/branches/1.1.x/STATUS Thu Sep 29 08:46:33 2005
@@ -3,7 +3,8 @@
 
 Release:
 
-    1.1.0   : Tagged September 28, 2005
+    1.1.1   : Tagged September 29, 2005
+    1.1.0   : Not Released
     1.0.1   : Released November 19, 2004
     1.0.0   : Released September 1, 2004
 

Modified: apr/apr-iconv/branches/1.1.x/include/api_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/include/api_version.h?rev=292453&r1=292452&r2=292453&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/include/api_version.h (original)
+++ apr/apr-iconv/branches/1.1.x/include/api_version.h Thu Sep 29 08:46:33 2005
@@ -65,7 +65,7 @@
  * "development" copies of API.  It is undefined for released versions
  * of API.
  */
-#define API_IS_DEV_VERSION
+/* #define API_IS_DEV_VERSION */
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)