From: Jim Jagielski Date: Thu, 17 Aug 2017 18:06:15 +0000 (+0000) Subject: userland change = we now are OK w/ ms X-Git-Tag: 2.5.0-alpha~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5398c7b4905e618615df0f258ba499b6c3e12e6f;p=thirdparty%2Fapache%2Fhttpd.git userland change = we now are OK w/ ms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0678d07313f..c018a9cb3bf 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,10 @@ Changes with Apache 2.5.0 *) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] + *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified + down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), + 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] + *) mod_ssl: add SSLPolicy (define/use) and SSLProxyPolicy directives plus documentation. Add core definitions for policies 'modern', 'intermediate' and 'old', as defined by Mozilla in . [Stefan Eissing]