9725N/A *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
9725N/A *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
9725N/A *) mod_dav: Improve error handling in dav_method_put(), add new
9725N/A *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
9725N/A *) mod_cache_disk: CacheMinFileSize and CacheMaxFileSize were always
9725N/A using compiled in defaults of 1000000/1 respectively. [Eric Covener]
9725N/A *) mod_ldap: LDAP connections used for authentication were not respecting
9725N/A LDAPConnectionPoolTimeout. PR 54587
9725N/A *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
9725N/A in the error log to debug level. [William Rowe]
9725N/A *) core: ap_rgetline_core now pulls from r->proto_input_filters.
9725N/A *) mod_proxy_html: process parsed comments immediately.
9725N/A Fixes bug where parsed comments may be lost. [Nick Kew]
9725N/A *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
9725N/A *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
9725N/A *) core: Fix valgrind warning about uninitialized memory in argument to
9725N/A semctl. PR 53690. [Mikhail T. <mi+apache aldan algebra com>]
9725N/A *) core: Add option to add valgrind support. Use it to reduce false positive
9725N/A warnings in mod_ssl. [Stefan Fritsch]
9725N/A *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
9725N/A Cache the result of the most recent password hash verification for every
9725N/A keep-alive connection. This saves some expensive calculations.
9725N/A *) http: Remove support for Request-Range header sent by Navigator 2-3 and
9725N/A *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
9725N/A conformance or to only log the found problems. [Stefan Fritsch]
9725N/A *) core: Correctly parse an IPv6 literal host specification in an absolute
9725N/A URL in the request line. [Stefan Fritsch]
9725N/A *) mod_ssl: add support for subjectAltName-based host name checking
9725N/A in proxy mode. PR 54030. [Kaspar Brand]
9725N/A *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
9725N/A [Jackie Zhang <jackie qq zhang gmail com>]
9725N/A *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
9725N/A *) core: Add LogLevelOverride directive that allows to override the
9728N/A loglevel for clients from certain IPs. This also works for things
9725N/A like the SSL handshake where <If> LogLevel ... </If> is evaluated
15153N/A *) core: Add new directive Warning to issue warnings from a configuration
9725N/A file. Both Warning and Error now generate a timestamped log message.
15921N/A *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
10017N/A *) core: New directive RegisterHttpMethod for registering non-standard
10017N/A *) core: New directive HttpProtocol which allows to disable HTTP/0.9
15153N/A *) mod_allowhandlers: New module to forbid specific handlers for specific
15157N/A *) configure: Fix processing of --disable-FEATURE for various features.
10017N/A *) mod_systemd: New module, for integration with systemd on Linux.
11192N/A *) mod_cache_socache: New cache implementation backed by mod_socache
9725N/A that replaces mod_mem_cache removed from httpd v2.2. [Graham
10017N/A *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
15153N/A to be used without patches to httpd core. [Jeff Trawick]
9838N/A *) WinNT MPM: Store pid and generation for each thread in scoreboard
12285N/A to allow tracking of threads from exiting children via mod_status
15153N/A or other such mechanisms. [Jeff Trawick]
10017N/A *) mod_lua: Allow scripts handled by the lua-script handler to return
16320N/A a status code to the client (such as a 302 or a 500) [Daniel Gruno]
10017N/A *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
10017N/A rather than throwing an internal server error. [Daniel Gruno]
15153N/A *) mod_lua: Add functions r:flush and r:sendfile as well as additional
10656N/A request information to the request_rec structure. [Daniel Gruno]
15522N/A *) mod_lua: Add a server scope for Lua states, which creates a pool of
15153N/A states with managable minimum and maximum size. [Daniel Gruno]
15153N/A *) core: Add post_perdir_config hook.
15153N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
9725N/A URIs to Lua scripts and functions using regular expressions.
15153N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
15153N/A caching of lua scripts. [Daniel Gruno]
15922N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
15922N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
10017N/A - mod_cache: thundering herd lock directory
10017N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
15153N/A - mod_ldap: shared memory cache
15153N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
10017N/A *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
10017N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
10017N/A *) suexec: Add support for logging to syslog as an alternative to logging
10017N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
10017N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
10017N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
10017N/A be compiled by the build compiler instead of the host compiler.
10017N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
15153N/A *) core: In maintainer mode, replace apr_palloc with a version that
15153N/A initializes the allocated memory with non-zero values, except if
16395N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
10017N/A *) mod_policy: Add a new testing module to help server administrators
10017N/A enforce a configurable level of protocol compliance on their
10017N/A servers and application servers behind theirs. [Graham Leggett]
15157N/A *) mod_firehose: Add a new debugging module able to record traffic
15157N/A passing through the server in such a way that connections
and/or 15157N/A requests be reconstructed and replayed. [Graham Leggett]
15153N/A [Apache 2.5.0-dev includes those bug fixes and changes with the