summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-09-25 13:10:40 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-09-25 13:10:40 +0000
commit6fcd3be92944bb3a17dd8637d1a756da8e6fc848 (patch)
treec662c58d6d5ab00d7e1d22eb9a65293d862ea1d4 /CHANGES
parent90cb1174de9a16494c735ae1f3beb13d1ce69606 (diff)
downloadlibapr-6fcd3be92944bb3a17dd8637d1a756da8e6fc848.tar.gz
TMPDIR is canonical
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@818843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a9e2c03f3..caf887ba6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Changes for APR 1.4.0
Fix overflow in pools and rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
+ *) apr_temp_dir_get() now checks the TMPDIR environment variable
+ first, instead of third. [Jim Jagielski]
+
*) The implementation of expand_array() in tables/apr_hash.c allocates
a new bucket array, without making any attempt to release the memory
allocated for the previous bucket array. That wastes memory: if the