]> granicus.if.org Git - apache/blob - Announcement
Apache 1.3.9 baseline for the Apache 2.0 repository.
[apache] / Announcement
1 Apache 1.3.6 Released
2 =====================
3
4 The Apache Group is pleased to announce the release of version
5 1.3.6 of the Apache HTTP server.
6
7 This new Apache version incorporates over 60 significant improvements
8 to the server.  Apart from portability and security fixes, documentation
9 enhancements, performance improvements, and assorted other minor
10 features or fixes notable changes are:
11
12  - mod_log_config now supports conditional logging based upon
13    environment variables and support for multiline entries.
14
15  - New CustomLog directive %V: This logs the hostname according to the
16    UseCanonicalName setting (this is the pre-1.3.4 behaviour of %v).
17
18  - Enhanced mod_rewrite's mapfile handling: The in-core cache for text
19    and DBM format mapfiles now uses a hash table with LRU functionality.
20    Furthermore map lookups for non-existent keys are now cached as well.
21    The changes drastically improve the performance when large rewrite
22    maps are in use.
23
24  - Ability to handle DES or MD5 authentication passwords.
25  
26  - New <LimitExcept> directive to allow the user to assign authentication
27    control to any HTTP method that is *not* given in the argument list;
28    i.e., the logical negation of the <Limit> directive.
29  
30  - Improved content negotiation.
31  
32  - New ScriptInterpreterSource directive to enable searching the
33    Win32 registry for script interpreters.
34  
35  - The FAQ document was reorganised.
36  
37  - Overhauled ApacheBench benchmark program.
38  
39  - Several new API functions have been added.
40
41 A complete listing with detailed descriptions is provided in the
42 src/CHANGES file.
43
44 We consider Apache 1.3.6 to be the best version of Apache available and
45 we strongly recommend that users of older versions, especially of the
46 1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
47 will be made in the 1.2.x family.
48
49
50 Apache 1.3.6 is available for download from
51
52     http://www.apache.org/dist/
53
54 Please see the CHANGES_1.3 file in the same directory for a full
55 list of changes.
56
57 Binary distributions are available from
58
59    http://www.apache.org/dist/binaries/
60
61 As of Apache 1.3.6 binary distributions contain all standard Apache
62 modules as shared objects (if supported by the platform) and include
63 full source code.  Installation is easily done by executing the
64 included install script.  See the README.bindist and INSTALL.bindist
65 files for a complete explanation.  Please note that the binary
66 distributions are only provided for your convenience and current
67 distributions for specific platforms are not always available.
68
69 The source and binary distributions are also available via any of the
70 mirrors listed at
71
72     http://www.apache.org/mirrors/
73
74 For an overview of new features in 1.3 please see
75
76     http://www.apache.org/docs/new_features_1_3.html
77
78 In general, Apache 1.3 offers several substantial improvements
79 over version 1.2, including better performance, reliability and a
80 wider range of supported platforms, including Windows 95/98 and NT
81 (which fall under the "Win32" label).
82
83 Apache is the most popular web server in the known universe; over
84 half of the servers on the Internet are running Apache or one of
85 its variants.
86
87 IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have
88 come to trust Apache as a secure and stable server.  It must
89 be realized that the current Win32 code has not yet reached these
90 levels and should still be considered to be of beta quality.  Any
91 Win32 stability or security problems do not impact, in any way,
92 Apache on other platforms.  With the continued donation of time
93 and resources by individuals and companies, we hope that the Win32
94 version of Apache will grow stronger through the 1.3.x release cycle.
95