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 2017/10/18 14:44:44 UTC

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

Author: wrowe
Date: Wed Oct 18 14:44:44 2017
New Revision: 1812533

URL: http://svn.apache.org/viewvc?rev=1812533&view=rev
Log:
Note fix to win32 build breakage

Modified:
    apr/apr-iconv/trunk/CHANGES

Modified: apr/apr-iconv/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/CHANGES?rev=1812533&r1=1812532&r2=1812533&view=diff
==============================================================================
--- apr/apr-iconv/trunk/CHANGES [utf-8] (original)
+++ apr/apr-iconv/trunk/CHANGES [utf-8] Wed Oct 18 14:44:44 2017
@@ -1,7 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-ICONV 1.2.2
 
-
+  *) Win32: Resolve build issues with modern Visual Studio toolchains.
+     Specifically changed the handling of precompiled headers; the .obj
+     file which contains a traceable flavor of the intrinsic functions
+     is now required.  [William Rowe]
 
 Changes with APR-ICONV 1.2.1