This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
commit 977d1ad64545aa07581cc581dc5f2e278dc37849 Author: Thomas Vandahl <[email protected]> AuthorDate: Sun Jun 21 19:22:57 2009 +0000 Prepare release git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@787070 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 7 ++++++- xdocs/index.xml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index cfae165..fbff7f4 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -19,11 +19,16 @@ --> <document> <properties> - <title>Fulcrum Pool Impl</title> + <title>Fulcrum Pool Component</title> <author email="[email protected]">Eric Pugh</author> </properties> <body> + <release version="1.0.4" date="2009-06-21"> + <action dev="tv" type="add"> + Added a Maven-2 build + </action> + </release> <release version="1.0.3" date="2004-11-24"> <action dev="epugh" type="update" due-to="Kostyantyn Shchekotykhin"> Merge api and impl jars into one project. diff --git a/xdocs/index.xml b/xdocs/index.xml index 62d3c0b..7aa2370 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -21,7 +21,7 @@ <document> <properties> - <title>Pool Component</title> + <title>Fulcrum Pool Component</title> <author email="[email protected]">Eric PUgh</author> </properties> @@ -31,7 +31,7 @@ <p> The Pool Service extends the functionality of the Factory Service by adding - support for pooling objects intantiated from the given class name or + support for pooling objects instantiated from the given class name or Class object reference. Pooling of objects stabilizes memory consumption and reduces garbage collection making response times in server applications more predictable.
