summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-04-28 23:23:54 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-04-28 23:23:54 +0000
commit6c58174d59c4ee9eb79bb4a29ef109bd9e183443 (patch)
tree79e9ac6cb811e4b6a3426751a4d105f78f71eefd
parent295b4927616d4782040c65665e03ee4e066ea1c6 (diff)
downloadlibapr-6c58174d59c4ee9eb79bb4a29ef109bd9e183443.tar.gz
Give Windows consumers of the static library a hint that they
might not be able to link without rpcrt4. git-svn-id: http://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]