coar 97/12/23 13:21:41
Modified: src CHANGES
Log:
I almost *always* forget to update this..
Revision Changes Path
1.540 +3 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -r1.539 -r1.540
--- CHANGES 1997/12/23 20:36:17 1.539
+++ CHANGES 1997/12/23 21:21:39 1.540
@@ -1,5 +1,8 @@
Changes with Apache 1.3b4
+ *) ap_slack() moved out of main/util.c into ap/ap_slack.c as part of
+ the libap consolidation work. [Ken Coar]
+
*) ap_snprintf() with a len of 0 behaved like sprintf(). This is not
useful, and isn't what the standards require. Now it returns 0
and writes nothing. [Dean Gaudet]