Author: wrowe
Date: Thu Nov 15 11:19:10 2007
New Revision: 595399
URL: http://svn.apache.org/viewvc?rev=595399&view=rev
Log:
Note build schema updates
Modified:
apr/apr/branches/1.2.x/CHANGES
Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=595399&r1=595398&r2=595399&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.2.x/CHANGES [utf-8] Thu Nov 15 11:19:10 2007
@@ -1,6 +1,13 @@
-*- coding: utf-8 -*-
Changes for APR 1.2.12
+ *) Numerous fixes to the test/ framework, including better handling of
+ long size_t comparisons and more consistent Makefile.(in|win) setup
+ for authoring new tests. [William Rowe]
+
+ *) Win32 build fixes including a Makefile.win scheme, fixes for 64P
+ model x86_64 compiles and VC8 builds. [William Rowe]
+
*) Fix --disable-ipv6 build on platforms with getifaddrs().
PR 39199. [Joe Orton]
|