jerenkrantz 2002/09/11 17:48:41
Modified: . CHANGES
Log:
Fixup CHANGES for 0.9.1 release
Revision Changes Path
1.331 +3 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -u -r1.330 -r1.331
--- CHANGES 9 Sep 2002 22:02:17 -0000 1.330
+++ CHANGES 12 Sep 2002 00:48:41 -0000 1.331
@@ -1,4 +1,4 @@
-Changes with APR 0.9.0
+Changes with APR 0.9.1
*) Fixed usage of alloca in apr_poll() on Tru64
[Dave Hill <[EMAIL PROTECTED]>]
@@ -10,6 +10,8 @@
*) Fixed the native SPARC v8plus version of apr_atomic_dec
to match the semantics of the default C version [Brian Pane]
+
+Changes with APR 0.9.0
*) If the length argument to apr_snprintf is 0, then we should return the
length that the string would be if we actually were going to fill it
out.