trawick 2004/05/04 20:00:28
Modified: . CHANGES
Log:
sync with 0.9 branch
Revision Changes Path
1.466 +3 -3 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -r1.465 -r1.466
--- CHANGES 4 May 2004 00:47:05 -0000 1.465
+++ CHANGES 5 May 2004 03:00:28 -0000 1.466
@@ -7,9 +7,6 @@
Changes with APR 1.0
- *) Support setuid, setgid and sticky file permissions bits on Unix.
- [Andr� Malo]
-
*) Add new functions apr_signal_block, apr_signal_unblock to block/unblock
the delivery of a particular signal. [Madhusudan Mathihalli]
@@ -124,6 +121,9 @@
apr_compat.h
Changes with APR 0.9.5
+
+ *) Support setuid, setgid and sticky file permissions bits on Unix.
+ [Andr� Malo]
*) Fix sign error in apr_file_seek(APR_END).
[Greg Hudson <ghudson MIT.EDU>]