rse 98/04/10 03:41:14
Modified: . STATUS
Log:
Munich, Germany: sunny wheater...
Revision Changes Path
1.288 +4 -18 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- STATUS 1998/04/10 10:34:30 1.287
+++ STATUS 1998/04/10 10:41:13 1.288
@@ -2,7 +2,7 @@
Release:
- 1.3b6: in development
+ 1.3b6: in development; release proposed for Friday, April 17
1.3b5: Tagged APACHE_1_3b5 and released
2.0 : In pre-alpha development, see apache-2.0 repository
@@ -149,9 +149,12 @@
* Ralf's add of the query (-q) option to apxs
* Ralf's initial doc and Configuration.tmpl entry for mod_mmap_static
* OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
+ * Roy's reduce of logging level of "normal" warning messages
+ * Alexei's change Win32 IS_MODULE to SHARED_MODULE to match Unix way
* Fixed ordering of argument checks for RewriteBase directive, PR#2045
* Ralf's cleanup of subdir movement to again allow correct breaks on
error
* Ralf's consistent add of "distclean" targets for the src/-Makefiles
+ * Build the libraries before building the rest of the tools
* Ralf's and Martin's DSO support for all SVR4-derivate Unix platforms
Available Patches:
@@ -164,23 +167,6 @@
runs with DNS lookups turned off.
In progress:
-
- * Ralf's and Martin's enhancement to the DSO support in Apache to be
- able to support DSO under mostly all SVR4 variants, too. This would
- be a major milestone for Apache's DSO support. It is done by
- providing a Configuration.tmpl Rule which builds Apache into its own
- libhttpd.so while the httpd program is just a stub. This implicitly
- makes DSO working under SVR4 because under this platform there is no
- generally available compiler switch to force the linker to export
- global symbols (to make them available to the DSO modules). But when
- Apache's core itself is in a shared object these symbols _are_
- available. BINGO! A nice side effect is that the usage of a
- libhttpd.so can be nice under other platforms, too. Oh, BTW: This is
- the trick Perl 5 already does to support DSO under SVR4, i.e. the
- idea is just stolen from Perl 5 because this trick is the only
- portable way to provide DSO support for program extensions under
- SVR4 ;-)
- Patch from Ralf is coming in the next days!
* Ken's IndexFormat enhancement to mod_autoindex to allow
CustomLog-like tailoring of directory listing formats