coar 98/01/24 11:39:48
Modified: src CHANGES
Log:
Don't go into controversial detail about the new_connection()
renaming; the final new name is yet TBD, but the old name is
definitely dead.
Revision Changes Path
1.597 +2 -4 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -r1.596 -r1.597
--- CHANGES 1998/01/24 19:02:01 1.596
+++ CHANGES 1998/01/24 19:39:46 1.597
@@ -9,10 +9,8 @@
structures. Specifically, module authors should be using table_elts()
to get access to an array_header * for the table. [Dean Gaudet]
- *) Rename new_connection() to ap__new_connection() to avoid namespace
- collision with LDAP library routines. The "ap__" prefix means
- it's a private non-API interface, as opposed to "ap_".
- [Ken Coar, Rasmus Lerdorf]
+ *) Renamed new_connection() to avoid namespace collision with LDAP
+ library routines. [Ken Coar, Rasmus Lerdorf]
*) WIN32: mod_speling is now available on the Win32 platform.
[Marc Slemko]