summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-04-28 23:23:54 +0000
committerJeff Trawick <trawick@apache.org>2015-04-28 23:23:54 +0000
commitf1b5f5fdce5f7575b97a4e00beec4708735973fc (patch)
tree79e9ac6cb811e4b6a3426751a4d105f78f71eefd
parentac44f8529f02791cea90ddd3d4c5a8310f657b01 (diff)
downloadapr-f1b5f5fdce5f7575b97a4e00beec4708735973fc.tar.gz
Give Windows consumers of the static library a hint that they
might not be able to link without rpcrt4. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1676647 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index db89ff4d8..a6b8df3d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,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]