jwoolley 02/05/17 21:16:52
Modified: . CHANGES
Log:
Whoops, meant to note that in CHANGES
Revision Changes Path
1.288 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -u -r1.287 -r1.288
--- CHANGES 17 May 2002 18:07:23 -0000 1.287
+++ CHANGES 18 May 2002 04:16:52 -0000 1.288
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Renamed APR_XtOffset -> APR_OFFSET and APR_XtOffsetOf -> APR_OFFSETOF.
+ [Cliff Woolley]
+
*) Cygwin: the unix version of apr_file_open() must respect the
APR_BINARY flag if the underlying platform requires it (in
which case we assume O_BINARY is defined). PR 9185.