summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2008-05-28 19:59:38 +0000
committerniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2008-05-28 19:59:38 +0000
commit5a459d2a470acc7b11660df9f83b5fcf13c4e172 (patch)
tree6b4d0bc3318afb3f29624fb71ccdb0465a86476a /CHANGES
parentc329f7cfb6cd47b499640ac5d22708936746e133 (diff)
downloadlibapr-util-5a459d2a470acc7b11660df9f83b5fcf13c4e172.tar.gz
apr_reslist: destroy all resources in a cleanup (don't stop immediately
on error) PR 45086 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@661063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index acd015e6..9489ee6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,17 @@
-*- coding: utf-8 -*-
Changes with APR-util 1.4.0
- *) Amend apr_reslist to expire resources whose idle time exceeds ttl.
- PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem]
+ *) apr_reslist: destroy all resources in apr_cleanup.
+ PR 45086 [Nick Kew]
*) Add DTrace Probes to Hooks, making it easier to inspect APR Hook based
applications with DTrace. [Theo Schlossnagle <jesus omniti.com>]
Changes with APR-util 1.3.0
+ *) Amend apr_reslist to expire resources whose idle time exceeds ttl.
+ PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem]
+
*) Modularize ldap's stub with the dbd dso modular structure, and teach
the apu dso's to respect the system specific shared lib path var.
To link to an application without ldap libs, query