summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 18:51:09 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 18:51:09 +0000
commitfc7aec1376f7b3717a52d2a22de4600896ece7fc (patch)
tree1e9b41d67dc307f7f666dc39a4e5850a2ffa2ea5 /CHANGES
parenta546ccfad8068ddb16fcc71573c6c3758b2d6a6d (diff)
downloadlibapr-fc7aec1376f7b3717a52d2a22de4600896ece7fc.tar.gz
Add comments describing the thread-safety properties of apr_pool_t.
Submitted by: Neil Conway nrc cs.berkeley.edu git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@813076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 9beb8f483..ff06a9faf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,16 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.0
- *) Make sure that "make check" is used in the RPM spec file, consistent
- with apr-util. [Graham Leggett]
-
*) SECURITY: CVE-2009-2412 (cve.mitre.org)
Fix overflow in pools and rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
+ *) Add comments describing the thread-safety properties of apr_pool_t.
+ [Neil Conway nrc cs.berkeley.edu]
+
+ *) Make sure that "make check" is used in the RPM spec file, consistent
+ with apr-util. [Graham Leggett]
+
*) Pass default environment to testflock, testoc, testpipe, testsock,
testshm and testproc children, so that tests run when APR is compiled
with Intel C Compiler. [Bojan Smojver]