]> granicus.if.org Git - apache/blob - CHANGES
* Backported
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
5      we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
6
7   *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
8      full advantage of the event MPM. Enable the ability for a module
9      to reverse the sense of a poll event from a read to a write or vice
10      versa. [Graham Leggett]
11
12   *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
13
14   *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
15
16   *) mod_dav: Improve error handling in dav_method_put(), add new
17      dav_join_error() function.  PR 54145.  [Ben Reser <ben reser.org>]
18
19   *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
20      Fritsch]
21  
22   *) mod_ldap: LDAP connections used for authentication were not respecting
23      LDAPConnectionPoolTimeout.  PR 54587
24
25   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
26
27   *) mod_proxy_html: process parsed comments immediately. 
28      Fixes bug where parsed comments may be lost. [Nick Kew]
29
30   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
31
32   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
33      HTML/XHTML [Nick Kew]
34
35   *) core: Add option to add valgrind support. Use it to reduce false positive
36      warnings in mod_ssl. [Stefan Fritsch]
37
38   *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
39      [Daniel Gruno]
40
41   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
42      Cache the result of the most recent password hash verification for every
43      keep-alive connection. This saves some expensive calculations.
44      [Stefan Fritsch]
45
46   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
47      MSIE 3. [Stefan Fritsch]
48
49   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
50      conformance or to only log the found problems. [Stefan Fritsch]
51
52   *) core: Correctly parse an IPv6 literal host specification in an absolute
53      URL in the request line. [Stefan Fritsch]
54
55   *) mod_ssl: add support for subjectAltName-based host name checking
56      in proxy mode. PR 54030. [Kaspar Brand]
57
58   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
59      [Jackie Zhang <jackie qq zhang gmail com>]
60
61   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
62
63   *) EventOpt MPM
64
65   *) core: Add LogLevelOverride directive that allows to override the
66      loglevel for clients from certain IPs. This also works for things
67      like the SSL handshake where <If> LogLevel ... </If> is evaluated
68      too late. [Stefan Fritsch]
69
70   *) core: Add new directive Warning to issue warnings from a configuration
71      file. Both Warning and Error now generate a timestamped log message.
72      [Fabien Coelho] 
73
74   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
75      variables. [Stefan Fritsch]
76
77   *) core: New directive RegisterHttpMethod for registering non-standard
78      HTTP methods. [Stefan Fritsch]
79
80   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
81      support. [Stefan Fritsch]
82
83   *) mod_allowhandlers: New module to forbid specific handlers for specific
84      directories. [Stefan Fritsch]
85
86   *) configure: Fix processing of --disable-FEATURE for various features.
87      [Jeff Trawick]
88
89   *) mod_systemd: New module, for integration with systemd on Linux.
90      [Jan Kaluza <jkaluza redhat.com>]
91
92   *) mod_cache_socache: New cache implementation backed by mod_socache
93      that replaces mod_mem_cache removed from httpd v2.2. [Graham
94      Leggett]
95
96   *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
97      to be used without patches to httpd core.  [Jeff Trawick]
98
99   *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
100      filters in Lua [Daniel Gruno]
101
102   *) WinNT MPM: Store pid and generation for each thread in scoreboard
103      to allow tracking of threads from exiting children via mod_status
104      or other such mechanisms.  [Jeff Trawick]
105
106   *) mod_ssl: Catch missing or mismatched client cert/key pairs with
107      SSLProxyMachineCertificateFile/Path directives.  PR 52212.  
108      [Keith Burdis <keith burdis.org>, Joe Orton]
109
110   *) mod_lua: Allow scripts handled by the lua-script handler to return 
111      a status code to the client (such as a 302 or a 500) [Daniel Gruno]
112
113   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
114      rather than throwing an internal server error. [Daniel Gruno]
115
116   *) mod_lua: Add functions r:flush and r:sendfile as well as additional
117      request information to the request_rec structure. [Daniel Gruno]
118
119   *) mod_lua: Add a server scope for Lua states, which creates a pool of
120      states with managable minimum and maximum size. [Daniel Gruno]
121
122   *) core: Add post_perdir_config hook.
123      [Steinar Gunderson <sgunderson bigfoot.com>]
124
125   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
126      URIs to Lua scripts and functions using regular expressions.
127      [Daniel Gruno]
128
129   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
130      caching of lua scripts. [Daniel Gruno]
131
132   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
133      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
134      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
135        mutexes (Mutex)
136      - mod_cache: thundering herd lock directory
137      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
138      - mod_ldap: shared memory cache
139      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
140      [Jeff Trawick]
141
142   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
143      setuid/setgid capability bits rather than a setuid root binary.
144      [Joe Orton]
145
146   *) suexec: Add support for logging to syslog as an alternative to logging
147      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
148      [Joe Orton]
149
150   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
151      [Matthew Steele <mdsteele google.com>]
152
153   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
154      be compiled by the build compiler instead of the host compiler.
155      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
156      PR 51257. [Guenter Knauf]
157
158   *) core: In maintainer mode, replace apr_palloc with a version that
159      initializes the allocated memory with non-zero values, except if
160      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
161
162   *) mod_policy: Add a new testing module to help server administrators
163      enforce a configurable level of protocol compliance on their
164      servers and application servers behind theirs. [Graham Leggett]
165
166   *) mod_firehose: Add a new debugging module able to record traffic
167      passing through the server in such a way that connections and/or
168      requests be reconstructed and replayed. [Graham Leggett]
169
170   *) mod_noloris
171
172   *) APREQ
173
174   *) Simple MPM
175
176   *) mod_serf
177
178   [Apache 2.5.0-dev includes those bug fixes and changes with the
179    Apache 2.4.xx tree as documented below, except as noted.]
180
181 Changes with Apache 2.4.x and later:
182
183   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
184
185 Changes with Apache 2.2.x and later:
186
187   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
188
189 Changes with Apache 2.0.x and later:
190
191   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
192