dreid 2004/08/24 13:01:58
Modified: . CHANGES
Log:
"And as if by magic the shop keeper appeared"
Revision Changes Path
1.489 +15 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -r1.488 -r1.489
--- CHANGES 24 Aug 2004 20:01:11 -0000 1.488
+++ CHANGES 24 Aug 2004 20:01:58 -0000 1.489
@@ -1,3 +1,18 @@
+Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
+
+ *) Improve apr_file_gets() performance on buffered files. [Justin
Erenkrantz]
+
+ *) Win32: Fix bug in apr_socket_sendfile that interferred with
+ Win32 LSPs. PR 23982 [Jan Bilek, Bill Stoddard]
+
+ *) Add a new PRNG. Note that the implementation of SHA-256 is a
+ stop-gap pending snarfing the SHA-1 implementation from apr-util
+ and upgrading it to do SHA-256. Not yet ready for prime time.
+ [Ben Laurie]
+
+ *) Win32: Fix bug tracking the file pointer on a file opened for
+ overlapped/APR_XTHREAD io. [Bill Stoddard]
+
Changes with APR 1.0
*) Only install apr-$MAJOR-config and add appropriate detection code to