summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2008-05-28 21:54:37 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2008-05-28 21:54:37 +0000
commitbb3d7149550a76363d9a53d9d237d401fcb07356 (patch)
tree495fddce65307b47fa2455a5592c42c5fda852a7 /CHANGES
parent788d85c516a0a19e03ad419681cbb67f715ce7ea (diff)
downloadlibapr-util-bb3d7149550a76363d9a53d9d237d401fcb07356.tar.gz
* This one is backported.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@661106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 08d988f7..5ae7d72f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,14 @@
-*- coding: utf-8 -*-
Changes with APR-util 1.4.0
- *) 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
+ *) apr_reslist: destroy all resources in apr_cleanup.
+ PR 45086 [Nick Kew]
+
*) Add apr_brigade_split_ex for reusing existing brigades in situation where
brigades need to be split often during the lifetime of a pool.
[Ruediger Pluem]