jerenkrantz 02/04/30 17:25:26
Modified: . CHANGES
Log:
Crazy Love
Revision Changes Path
1.274 +7 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- CHANGES 30 Apr 2002 10:57:40 -0000 1.273
+++ CHANGES 1 May 2002 00:25:26 -0000 1.274
@@ -1,5 +1,12 @@
Changes with APR b1
+ *) Add --disable-atomics switch to override our handcoded assembly
+ optimizations. Note that this has no effect if your operating
+ system has a userspace atomic interface. [Justin Erenkrantz]
+
+ *) Remove Linux atomic support since it does not have a usable
+ userspace atomic interface. [Justin Erenkrantz]
+
*) Don't require that the DNS can map 127.0.0.1 when checking for
the presence/usability of getnameinfo(). PR 7642. [Jeff Trawick]