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 2007/06/05 00:19:23 UTC

svn commit: r544309 - in /apr/apr-iconv/trunk: STATUS include/api_version.h

Author: wrowe
Date: Mon Jun  4 15:19:20 2007
New Revision: 544309

URL: http://svn.apache.org/viewvc?view=rev&rev=544309
Log:
I believe these are done

Modified:
    apr/apr-iconv/trunk/STATUS
    apr/apr-iconv/trunk/include/api_version.h

Modified: apr/apr-iconv/trunk/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/STATUS?view=diff&rev=544309&r1=544308&r2=544309
==============================================================================
--- apr/apr-iconv/trunk/STATUS (original)
+++ apr/apr-iconv/trunk/STATUS Mon Jun  4 15:19:20 2007
@@ -2,7 +2,7 @@
 Last modified at [$Date$]
 
 Releases:
-    1.2.0   : in development
+    1.2.0   : tagged June 4, 2007
     1.1.1   : released November 23, 2005
     1.1.0   : not released
     1.0.1   : released November 19, 2004
@@ -16,15 +16,6 @@
 
 RELEASE SHOWSTOPPERS:
 
-    * Determine the package's relationship to apr/i18n/unix
-      and integrate into the apr build.
-
-    * The resulting .so must be libapriconv-1.so corresponding to
-      all other apr 1.x loadable modules, on unix.
-
-    * build\modules.mk.win includes /YX"iconv.h", which must be
-      split up to have one module precompile the header, the rest
-      to consume the precompiled header (/Yc"iconv, /Yu"iconv")
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 

Modified: apr/apr-iconv/trunk/include/api_version.h
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/include/api_version.h?view=diff&rev=544309&r1=544308&r2=544309
==============================================================================
--- apr/apr-iconv/trunk/include/api_version.h (original)
+++ apr/apr-iconv/trunk/include/api_version.h Mon Jun  4 15:19:20 2007
@@ -65,7 +65,7 @@
  * "development" copies of API.  It is undefined for released versions
  * of API.
  */
-#define API_IS_DEV_VERSION
+/* #undef API_IS_DEV_VERSION */
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)