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/28 23:21:02 UTC

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

Author: wrowe
Date: Wed Sep 28 14:20:59 2005
New Revision: 292308

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

  Prepare to tag 1.1.0 candidate

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=292308&r1=292307&r2=292308&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/CHANGES (original)
+++ apr/apr-iconv/branches/1.1.x/CHANGES Wed Sep 28 14:20:59 2005
@@ -1,4 +1,4 @@
-Changes with APR-ICONV 1.1
+Changes with APR-ICONV 1.1.0
 
   *) APR_ICONV1_PATH distinguishes between our apr-iconv 0.9 and 1.x
      flavors (the pool arguments to several internal functions changed

Modified: apr/apr-iconv/branches/1.1.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/STATUS?rev=292308&r1=292307&r2=292308&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/STATUS (original)
+++ apr/apr-iconv/branches/1.1.x/STATUS Wed Sep 28 14:20:59 2005
@@ -3,8 +3,9 @@
 
 Release:
 
-    0.9.3   : Tagged March 30, 2002
-    0.9.2   : Released March 22, 2002   (alpha)
+    1.1.0   : Tagged September 28, 2005
+    1.0.1   : Released November 19, 2004
+    1.0.0   : Released September 1, 2004
 
 RELEASE SHOWSTOPPERS:
 

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=292308&r1=292307&r2=292308&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 Wed Sep 28 14:20:59 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)