diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2013-07-21 17:52:38 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2013-07-21 18:04:07 +0200 |
commit | 5e0aec6283469672a17db5fe2d3cf3773ba30c43 (patch) | |
tree | b77b9e598442961451a01459899f50ad34047541 | |
parent | 41fb53ef9d8a1c6e0d5debbc928b73376d97ad34 (diff) | |
download | apache2-5e0aec6283469672a17db5fe2d3cf3773ba30c43.tar.gz |
list some new features
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5c19caf5..1502b5f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,14 @@ apache2 (2.4.6-1) UNRELEASED; urgency=low New upstream release: * CVE-2013-1896: mod_dav: Fix a denial of service via MERGE request (Closes: #717272) + * New modules mod_cache_socache, mod_proxy_wstunnel. + * mod_ssl: Add support for subjectAltName-based host name checking in proxy + mode (SSLProxyCheckPeerName). + * mod_lua: Many new functions. + * mod_auth_basic: Add a generic mechanism to fake basic authentication + using the ap_expr parser (AuthBasicFake). + * mod_proxy: New BalancerInherit and ProxyPassInherit options. + * mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind password. [ Arno Töll ] * Document our security model in our NEWS file and highlight we do not allow |