]> granicus.if.org Git - apache/blob - CHANGES
xforms
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) core: Add post_perdir_config hook.
5      [Steinar Gunderson <sgunderson bigfoot.com>]
6
7   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
8      URIs to Lua scripts and functions using regular expressions.
9      [Daniel Gruno]
10
11   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
12      caching of lua scripts. [Daniel Gruno]
13
14   *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will
15      activate compatibility mode for Lua 5.2. [Daniel Gruno]
16
17   *) mod_proxy_balancer: Restore balancing after a failed worker has
18      recovered when using lbmethod_bybusyness.  PR 48735.  [Jeff Trawick]
19
20   *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock
21      implementation.  [Ruediger Pluem, Joe Orton]
22
23   *) mod_proxy: Check hostname from request URI against ProxyBlock list,
24      not forward proxy, if ProxyRemote* is configured.  [Joe Orton]
25
26   *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI 
27      if ProxyRemote* is configured.  PR 43697.  [Joe Orton]
28
29   *) mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
30      DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file.  [Jeff Trawick]
31
32   *) mpm_event: Don't count connections in lingering close state when
33      calculating how many additional connections may be accepted.
34      [Stefan Fritsch]
35
36   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
37
38   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
39      authorization provider in lua. [Stefan Fritsch]
40
41   *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
42      client_ip to match conn_rec. [Stefan Fritsch]
43
44   *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
45      causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
46
47   *) mod_ssl: If exiting during initialization because of a fatal error,
48      log a message to the main error log pointing to the appropriate
49      virtual host error log. [Stefan Fritsch]
50
51   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
52      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
53      Christophe Renou, Peter Sylvester]
54
55   *) mod_ssl: Add new directive SSLCompression to disable TLS-level
56      compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
57
58   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
59      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
60      requirement to version 6.0. PR 53284. [Stefan Fritsch]
61
62   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
63      setuid/setgid capability bits rather than a setuid root binary.
64      [Joe Orton]
65
66   *) suexec: Add support for logging to syslog as an alternative to logging
67      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
68      [Joe Orton]
69
70   *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
71      one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
72
73   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
74      [Matthew Steele <mdsteele google.com>]
75
76   *) various modules, rotatelogs: Replace use of apr_file_write() with
77      apr_file_write_full() to prevent incomplete writes. PR 53131.
78      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
79
80   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
81      be compiled by the build compiler instead of the host compiler.
82      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
83      PR 51257. [Guenter Knauf]
84
85   *) core: In maintainer mode, replace apr_palloc with a version that
86      initializes the allocated memory with non-zero values, except if
87      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
88
89   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
90      search before exhausting all AuthLDAPGroupAttribute checks on the
91      current group. PR52464 [Eric Covener]
92
93   *) mod_policy: Add a new testing module to help server administrators
94      enforce a configurable level of protocol compliance on their
95      servers and application servers behind theirs. [Graham Leggett]
96
97   *) mod_firehose: Add a new debugging module able to record traffic
98      passing through the server in such a way that connections and/or
99      requests be reconstructed and replayed. [Graham Leggett]
100
101   *) mod_noloris
102
103   *) APREQ
104
105   *) Simple MPM
106
107   *) mod_serf
108
109   [Apache 2.5.0-dev includes those bug fixes and changes with the
110    Apache 2.4.xx tree as documented below, except as noted.]
111
112 Changes with Apache 2.4.x and later:
113
114   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
115
116 Changes with Apache 2.2.x and later:
117
118   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
119
120 Changes with Apache 2.0.x and later:
121
122   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
123