dirkx 99/08/12 11:10:02
Modified: src CHANGES
Log:
Changes
Revision Changes Path
1.1416 +7 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /x3/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1415
retrieving revision 1.1416
diff -u -r1.1415 -r1.1416
--- CHANGES 1999/08/09 17:46:24 1.1415
+++ CHANGES 1999/08/12 18:09:58 1.1416
@@ -1,5 +1,12 @@
Changes with Apache 1.3.9
+ *) Roll back (re)naming in the uuencode/decode section. The ap/ap_
+ routines are now called ap_base64* and are 'plain'. I.e. no
+ pool access or anything clever. Inside apache the routines
+ acting like pstrdup are called ap_puuencode() and ap_uudecode().
+ The odly named ap_uuencode(), ap_uudecode() is kept around for
+ now but depricated. [dirkx]
+
Changes with Apache 1.3.8
*) Flush the output buffer immediately after sending an error or redirect