brian 98/05/21 13:45:24
Modified: . Announcement Log: Prepare for release. I've got to take my wife to the airport, I'll roll the release in about 2 hours. Revision Changes Path 1.22 +48 -87 apache-1.3/Announcement Index: Announcement =================================================================== RCS file: /export/home/cvs/apache-1.3/Announcement,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Announcement 1998/05/12 11:27:05 1.21 +++ Announcement 1998/05/21 20:45:23 1.22 @@ -16,93 +16,54 @@ and the huge list of available "International Mirror Sites" at http://www.apache.org/mirrors/ - For a detailed list of changes please read the CHANGES file in the - distribution and the "New Features with Apache 1.3" document at - http://www.apache.org/docs/new_features_1_3.html - For your convenience here is a short summary of all major changes between - Apache 1.2 and 1.3: - - o Ported to Windows 95/NT - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/windows - http://www.apache.org/dist/apache_1.3b7/README.NT - - o Ported to BS2000/OSD, a mainframe OS with EBCDIC charset - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/ebcdic - - o Apache Autoconf-style Interface (APACI) for out-of-the-box installation - http://www.apache.org/dist/apache_1.3b7/README.configure - http://www.apache.org/dist/apache_1.3b7/INSTALL - - o Dynamic Shared Object (DSO) support for all major Unix platforms - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/dso.html - - o APache eXtenSion (APXS) tool for building third-party modules as DSO - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/dso.html - http://www.apache.org/dist/apache_1.3b7/src/support/ - - o Additional support tools: apachectl, ab (ApacheBench), dbmmanage - http://www.apache.org/dist/apache_1.3b7/src/support/ - - o Enhanced configuration support: Include and Line-Continuation - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/new_features_1_3 - - o New `Magic' MIME-typing module for content type guessing - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_mime_magic - - o Regular Expression support for Alias and Redirect directives - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_alias - - o Overhauled and enhanced URL Rewriting Engine - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_rewrite - - o Spell-checking module for on-the-fly URL corrections - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_speling + For a full list of specific code changes see src/CHANGES. - o Additional access control via CIDR and Netmasks - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_access - - o Improved HTTP/1.1-style Virtual Host support - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/vhosts/ - - o Less Buffering of CGI Script Output (makes nph- obsolete) - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/new_features_1_3 - - o Various Proxy Enhancements (NoProxy, ProxyDomain, ProxyPassReverse) - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_proxy - - o Various internal performance improvements - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/new_features_1_3 - - o Various fixes to the hostname DNS lookup handling - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/core - - o Various Directory Indexing enhancements - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_autoindex - - o Various Logging enhancements (Reliable Piped Logs, Named Log Formats) - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/core - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_log_config - - o Unique Identifiers - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/mod/mod_unique_id - - o Source tree reorganization - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/sourcereorg - - o Big Symbol Renaming to avoid symbol clashes with third-party code - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/sourcereorg - - o API Additions - http://www.apache.org/dist/apache_1.3b7/htdocs/manual/new_features_1_3 - - Apache has been the most popular web server on the Internet since April of - 1996. The Web Server Survey by Netcraft (http://www.netcraft.co.uk/Survey/) - found that more web servers were using Apache than any other software. - Apache and its derivatives are run on over 50% of all web domains on the - Internet. + For an overview of new features in 1.2 please read the CHANGES file + in the distribution and the "New Features with Apache 1.3" document at + http://www.apache.org/docs/new_features_1_3.html - The Apache project has been organized to provide an open-source, secure, - efficient and extensible server which provides HTTP services in sync with the - current HTTP standards. For more information about the Apache project check - out http://www.apache.org/. + Major changes with this beta: + HTTP: fixes for 400 and 408 error codes. + WIN32: Child process spawning now uses native Win32 API. + This should address many problems people have had + on Win32 - it also forced us to modify the + related child_spawn calls in the Apache API. + Other various stability fixes. + Extensive overhaul of the way UNCs are handled. + Various mod_rewrite fixes. + Various makefile cleanups. + Various APACI changes. + Various DSO cleanups, better support for AIX, OpenBSD, NetBSD + Server's OS family now reported in Server: strings. + PORT: added support for NCR MP/RAS 3.0 + Security: we now make sure all config files opened by Apache are not + special devices. + Added "-s" command line option to dump out vhost settings. + + Contributing code to this beta: + Ralf S. Engelschall <[EMAIL PROTECTED]> + Ed Korthof <[EMAIL PROTECTED]> + Rick Ohnemus <[EMAIL PROTECTED]> + Brian Behlendorf <[EMAIL PROTECTED]> + Bob Beck <[EMAIL PROTECTED]> + Ben Laurie <[EMAIL PROTECTED]> + Bill Stoddard <[EMAIL PROTECTED]> + Ernst Kloppenburg <[EMAIL PROTECTED]> + John Withers <[EMAIL PROTECTED]> + Jim Patterson <[EMAIL PROTECTED]> + Jim Jagielski <[EMAIL PROTECTED]> + Martin Kraemer <[EMAIL PROTECTED]> + Dean Gaudet <[EMAIL PROTECTED]> + Paul Eggert <[EMAIL PROTECTED]> + Lars Eilebrecht <[EMAIL PROTECTED]> + [EMAIL PROTECTED] + Kari Likovuori <[EMAIL PROTECTED]> + Michael Anderson's <[EMAIL PROTECTED] + Jaromir Dolecek <[EMAIL PROTECTED]> + Roy Fielding <[EMAIL PROTECTED]> + David MacKenzie <[EMAIL PROTECTED]> + Francisco Tomei <[EMAIL PROTECTED]> + Jens Schleusener <[EMAIL PROTECTED]> + Jeff Earickson <[EMAIL PROTECTED]> + Marc Slemko <[EMAIL PROTECTED]>