summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-09-15 21:53:59 +0200
committerStefan Fritsch <sf@apache.org>2011-09-15 21:53:59 +0200
commit2d4e23d88b52302bada92e581bd48e9f993e2df6 (patch)
treed3d5ef0d76c876f3ebc69dae5a27500693395394 /CHANGES
parent- start definitive list of modules not to be included in 2.4 (diff)
downloadapache2-2d4e23d88b52302bada92e581bd48e9f993e2df6.tar.xz
apache2-2d4e23d88b52302bada92e581bd48e9f993e2df6.zip
Create wrapper API for apr_random;
use in mod_lbmethod_heartbeat and mod_serf to - replace some needles use of apr_generate_random_bytes - remove code duplication git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 735f597a73..688981faf0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,8 @@ Changes with Apache 2.3.15
PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener,
<lowprio20 gmail.com>]
+ *) core: Add convenience API for apr_random. [Stefan Fritsch]
+
*) core: Add MaxRangeOverlaps and MaxRangeReversals directives to control
the number of overlapping and reversing ranges (respectively) permitted
before returning the entire resource, with a default limit of 20.