summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2015-04-24 02:39:14 +0000
committerGregg Lewis Smith <gsmith@apache.org>2015-04-24 02:39:14 +0000
commite621eeb85a32f989cecf6c5227d333ea0b8823d6 (patch)
treece01426baf46689b7fae3593e3b7a72fba68dcb9 /CHANGES
parentefe392020c548e4f853c9f410903796b450cac3d (diff)
downloadapr-e621eeb85a32f989cecf6c5227d333ea0b8823d6.tar.gz
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 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1675751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0093051c0..ab586ddb3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) 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]
+
*) build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation.
PR: 56866. [Timothy Gu <timothygu99 gmail.com>]