dgaudet 98/02/02 23:32:55
Modified: src CHANGES
Log:
Revision Changes Path
1.614 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -r1.613 -r1.614
--- CHANGES 1998/02/03 02:45:43 1.613
+++ CHANGES 1998/02/03 07:32:53 1.614
@@ -1,5 +1,8 @@
Changes with Apache 1.3b4
+ *) Minor cleanups to r->finfo handling in some modules.
+ [Dean Gaudet]
+
*) Abstract read()/write() out of buff.c to the libap library.
Makes it easier to add other types of IO code such as SFIO.
[Randy Terbush]