jim         00/01/16 16:37:54

  Modified:    .        Announcement
               src/include httpd.h
               src/os/win32 registry.c
  Log:
  This _is_ 1.3.10
  
  Revision  Changes    Path
  1.46      +30 -51    apache-1.3/Announcement
  
  Index: Announcement
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Announcement,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Announcement      1999/08/19 21:13:07     1.45
  +++ Announcement      2000/01/17 00:37:51     1.46
  @@ -1,76 +1,55 @@
  -Apache 1.3.9 Released
  -=====================
  +Apache 1.3.10 Released
  +======================
   
  -The Apache Group is pleased to announce the release of version
  -1.3.9 of the Apache HTTP server.
  +The Apache Software Foundation and The Apache Server Project are
  +pleased to announce the release of version 1.3.10 of the Apache HTTP server.
   
  -This new Apache version incorporates over 130 significant improvements
  +This new Apache version incorporates numerous significant improvements
   to the server.  Apart from portability and security fixes, documentation
   enhancements, performance improvements, and assorted other minor
   features or fixes notable changes are:
   
  - - A new experimental digest authentication module, compatible with
  -   the latest digest-auth standards, has been added to the base package.  
  +   - Binary and shared builds on several platforms have been
  +     improved.
   
  - - The expat XML parser has been added to allow modules to deal with
  -   XML if necessary.
  +   - The time that a parent waits for its children to die
  +     after SIGKILL has been sent has been reduced.
   
  - - The processing on Windows of basic authentication passwords in
  -   mod_auth password files has been fixed.  In addition, the SHA1
  -   encoding algorithm has been added to those available and
  -   known to htpasswd, and passwords on Windows may be longer than
  -   the inadvertent 1.3.6 limit of 8 characters.
  +   - Various suexec improvements.
   
  - - Several problems with mod_access and CIDR addresses have been fixed.
  +   - More rigorous checking of Host: headers to fix security problems
  +     with mass name-based virtual hosting.
   
  - - Support has been added or enhanced for Tandem, TPF, and
  -   the Macintosh OS X platforms.
  +   - Addition of the  %q logging format directive (logs "?" and the query
  +     string part of a query, or the empty string if no query).
   
  - - Some processing of Vary response header fields has been corrected.
  +   - Improvement of the OS390 port.
   
  - - Restarts with "apache -k" on Windows are now honoured immediately,
  -   instead of after the system's listen queue is drained.
  +   - Several EBCDIC fixes.
   
  - - "Expect: 100-continue" processing has been corrected.
  +   - Better error reporting during the "compiler sanity" check.
   
  - - Script errors on Windows are now copied to the server's error log
  -   if the scripts fail; this is closer to the Unix behaviour.
  +   - Fixed the `quad integer' (aka `long long') handling in ap_snprintf.c
   
  - - Mass-vhosting has been added (see the documentation for module
  -   mod_vhost_alias).
  +   - mod_rewrite's general substitution function was overhauled.
   
  - - The server no longer automatically checks for the existence of a
  -   valid DocumentRoot for all virtual hosts; this was imposing a
  -   significant startup penalty on systems with numerous vhosts.
  -   The default behaviour has changed to *not* performing this
  -   check, but it can be re-enabled by specifying the "-t" command
  -   line option for full configuration testing.
  +   - Several WIN32 bugs have been fixed, including:
  +     - CGIs broken if script calls other programs which deliver on stdout
  +       (Search this file for "DETACHED")
  +     - 16 bit CGIs should work now
  +     - Server will not start if passed the -d option with spaces in the
  +       argument.
   
  - - "apache -S" on Windows now exits properly after completing the
  -   configuration testing.
  -
  - - SetEnvIf* directives can now test the values of environment
  -   variables as well as request attributes.  In addition,
  -   the request protocol and level (e.g., "HTTP/1.1") can now be tested.
  -
  - - ReadmeName and HeaderName files (mod_autoindex) are now
  -   server-parsable and accessible with MultiViews.
  -
  - - AddDescription directives now behave as documented with regard
  -   to partial filename matches.
  -
  - - The name of the cookie used by mod_usertrack is now customisable.
  -
   A complete listing with detailed descriptions is provided in the
   src/CHANGES file.
   
  -We consider Apache 1.3.9 to be the best version of Apache available and
  +We consider Apache 1.3.10 to be the best version of Apache available and
   we strongly recommend that users of older versions, especially of the
   1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
   will be made in the 1.2.x family.
   
   
  -Apache 1.3.9 is available for download from
  +Apache 1.3.10 is available for download from
   
       http://www.apache.org/dist/
   
  @@ -81,7 +60,7 @@
   
      http://www.apache.org/dist/binaries/
   
  -As of Apache 1.3.9 binary distributions contain all standard Apache
  +As of Apache 1.3.10 binary distributions contain all standard Apache
   modules as shared objects (if supported by the platform) and include
   full source code.  Installation is easily done by executing the
   included install script.  See the README.bindist and INSTALL.bindist
  @@ -109,8 +88,8 @@
   
   IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have
   come to trust Apache as a secure and stable server.  It must
  -be realized that the current Win32 code has not yet reached these
  -levels and should still be considered to be of beta quality.  Any
  +be realized that the current Win32 code has not yet reached the
  +levels of the Unix version, but is of acceptable quality. Any
   Win32 stability or security problems do not impact, in any way,
   Apache on other platforms.  With the continued donation of time
   and resources by individuals and companies, we hope that the Win32
  
  
  
  1.299     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.298
  retrieving revision 1.299
  diff -u -r1.298 -r1.299
  --- httpd.h   2000/01/11 14:13:39     1.298
  +++ httpd.h   2000/01/17 00:37:52     1.299
  @@ -421,7 +421,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.10-dev"       /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.10"   /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -437,7 +437,7 @@
    * Always increases along the same track as the source branch.
    * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
    */
  -#define APACHE_RELEASE 10310000
  +#define APACHE_RELEASE 10310100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.27      +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- registry.c        1999/08/16 18:55:38     1.26
  +++ registry.c        2000/01/17 00:37:53     1.27
  @@ -38,7 +38,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.10 dev"
  +#define VERSION  "1.3.10"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to