You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2015/04/29 01:26:43 UTC

svn commit: r8740 - in /dev/apr: CHANGES-APR-1.5 CHANGES-APR-1.5.2

Author: trawick
Date: Tue Apr 28 23:26:43 2015
New Revision: 8740

Log:
Same as r1676647 in apr/apr/branches/1.5.x/CHANGES:

Give Windows consumers of the static library a hint that they
might not be able to link without rpcrt4.

Modified:
    dev/apr/CHANGES-APR-1.5
    dev/apr/CHANGES-APR-1.5.2

Modified: dev/apr/CHANGES-APR-1.5
==============================================================================
--- dev/apr/CHANGES-APR-1.5 (original)
+++ dev/apr/CHANGES-APR-1.5 Tue Apr 28 23:26:43 2015
@@ -8,6 +8,11 @@ Changes for APR 1.5.2
      Initial analysis and report was provided by John Hernandez of Casaba 
      Security via HP SSRT Security Alert.  [Yann Ylavic]
 
+  *) Potential Windows build consideration: The increased use of 
+     UuidCreate() in APR may introduce a link error for applications
+     which link with apr-1.lib.  Include the Windows library rpcrt4 if
+     linking fails with an unresolved reference to UuidCreate().
+     
   *) apr_atomic: Fix errors when building on Visual Studio 2013 while
      maintaining the ability to build on Visual Studio 6 with Windows
      Server 2003 R2 SDK. PR 57191. [Gregg Smith]

Modified: dev/apr/CHANGES-APR-1.5.2
==============================================================================
--- dev/apr/CHANGES-APR-1.5.2 (original)
+++ dev/apr/CHANGES-APR-1.5.2 Tue Apr 28 23:26:43 2015
@@ -8,6 +8,11 @@ Changes for APR 1.5.2
      Initial analysis and report was provided by John Hernandez of Casaba 
      Security via HP SSRT Security Alert.  [Yann Ylavic]
 
+  *) Potential Windows build consideration: The increased use of 
+     UuidCreate() in APR may introduce a link error for applications
+     which link with apr-1.lib.  Include the Windows library rpcrt4 if
+     linking fails with an unresolved reference to UuidCreate().
+
   *) apr_atomic: Fix errors when building on Visual Studio 2013 while
      maintaining the ability to build on Visual Studio 6 with Windows
      Server 2003 R2 SDK. PR 57191. [Gregg Smith]