Author: rpluem
Date: Wed May 28 14:54:37 2008
New Revision: 661106
URL: http://svn.apache.org/viewvc?rev=661106&view=rev
Log:
* This one is backported.
Modified:
apr/apr-util/trunk/CHANGES
Modified: apr/apr-util/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/CHANGES?rev=661106&r1=661105&r2=661106&view=diff
==============================================================================
--- apr/apr-util/trunk/CHANGES [utf-8] (original)
+++ apr/apr-util/trunk/CHANGES [utf-8] Wed May 28 14:54:37 2008
@@ -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]
|