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/04 21:40:26 UTC

svn commit: r544220 - /apr/apr-iconv/trunk/CHANGES

Author: wrowe
Date: Mon Jun  4 12:40:25 2007
New Revision: 544220

URL: http://svn.apache.org/viewvc?view=rev&rev=544220
Log:
Some notes

Modified:
    apr/apr-iconv/trunk/CHANGES

Modified: apr/apr-iconv/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/CHANGES?view=diff&rev=544220&r1=544219&r2=544220
==============================================================================
--- apr/apr-iconv/trunk/CHANGES (original)
+++ apr/apr-iconv/trunk/CHANGES Mon Jun  4 12:40:25 2007
@@ -1,4 +1,14 @@
-Changes with APR-ICONV 1.2.0-dev
+Changes with APR-ICONV 1.2.0
+
+  *) Install 'iconv' utility as bin/apriconv to avoid colliding with
+     system provided iconv, install public headers to include/apr-1/
+     per convention.  [William Rowe]
+
+  *) Fixes for Mingw builds and normalize to the APR conventions (e.g.
+     apriconv-1.so library name).  [Kouhei Sutou <kou cozmixng.org>]
+
+  *) Fix compiler emits for char <-> 2byte unicode pointer assignments.
+     [William Rowe]
 
   *) Correct from_ucs zero width joiner/byte order mark to be injected
      only at the *start* of stream (when state is still 0).