From: Jim Jagielski Date: Tue, 18 Sep 2012 12:13:28 +0000 (+0000) Subject: Document new provider function fgrab() X-Git-Tag: 2.5.0-alpha~6317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acd622fb6546d6e43bb92bede596ff9c63b45cf;p=thirdparty%2Fapache%2Fhttpd.git Document new provider function fgrab() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387108 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a823686c8e2..a5f19777ccd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_slotmem: New provider function, fgrab(), which forces an + allocation of a slot. [Jim Jagielski] + *) mod_proxy_balancer: The nonce is only derived from the UUID iff not set via the 'nonce' balancer param. [Jim Jagielski]