pcs 98/02/03 03:19:28
Modified: src CHANGES Log: mod_so, SharedModule Revision Changes Path 1.615 +5 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.614 retrieving revision 1.615 diff -u -r1.614 -r1.615 --- CHANGES 1998/02/03 07:32:53 1.614 +++ CHANGES 1998/02/03 11:19:26 1.615 @@ -1,4 +1,9 @@ Changes with Apache 1.3b4 + + *) Added mod_so module to support dynamic loading of modules on Unix + (like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule + instead of AddModule in Configuration to build shared modules + [Sameer Parekh, Paul Sutton] *) Minor cleanups to r->finfo handling in some modules. [Dean Gaudet]