]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
userland change = we now are OK w/ ms
authorJim Jagielski <jim@apache.org>
Thu, 17 Aug 2017 18:06:15 +0000 (18:06 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Aug 2017 18:06:15 +0000 (18:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805322 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0678d07313facefceb0268187bee83d7505bcadd..c018a9cb3bf87dfff27efc73e717996ec60464cb 100644 (file)
--- 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 <https://wiki.mozilla.org/Security/Server_Side_TLS>. [Stefan Eissing]