I believe these are done


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@544309 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index eab9e2c..148280d 100644
--- a/STATUS
+++ b/STATUS
@@ -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:
 
diff --git a/include/api_version.h b/include/api_version.h
index df8fff0..ab27ac2 100644
--- a/include/api_version.h
+++ b/include/api_version.h
@@ -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)