wrowe 02/02/12 18:31:02
Modified: . CHANGES
Log:
Note goodness.
Revision Changes Path
1.219 +7 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- CHANGES 12 Feb 2002 22:16:39 -0000 1.218
+++ CHANGES 13 Feb 2002 02:31:01 -0000 1.219
@@ -1,4 +1,11 @@
Changes with APR b1
+
+ *) Correct serious problems with the Win32 apr_file_dup2
+ and apr_file_open_stdxxx() fns. [William Rowe]
+
+ *) Begin implementation of the WinCE port.
+ [Mladen Turk <[EMAIL PROTECTED]>]
+
*) added new functions for atomic operations. These are experimental
at the moment, so use in apps is discouraged [Ian Holsman]