You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2006/03/22 18:13:06 UTC

svn commit: r387892 - in /jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH: README.txt xdocs/release-notes-1.3.xml

Author: sandymac
Date: Wed Mar 22 09:13:02 2006
New Revision: 387892

URL: http://svn.apache.org/viewcvs?rev=387892&view=rev
Log:
Updated README with a release notes summary.

Modified:
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/release-notes-1.3.xml

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt?rev=387892&r1=387891&r2=387892&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt Wed Mar 22 09:13:02 2006
@@ -1,2 +1,23 @@
 See http://jakarta.apache.org/commons/pool/ for additional and 
 up-to-date information on Commons Pool.
+
+Pool 1.3 is largely a bug fix only release. For a complete set of release
+notes see: http://jakarta.apache.org/commons/pool/release-notes-1.3.html
+
+Notable Bugfixes since 1.2:
+
+* GenericObjectPools are now a FIFOs. Previously they was documented as such
+  but actually implemented as a LIFOs.
+
+* Synchronizations improvements across all implementations.
+
+Notable Additions since 1.2:
+
+* GenericObjectPool introduced a SoftMinEvictableIdleTimeMillis property
+  which can be used to evict idle objects so long as their eviction
+  would maintain the requested minIdle count.
+
+* PoolUtils contains a number of utility methods to decorate pools.
+
+* The one dependency on Commons Collections has been removed (okay,
+  technically a deletion) and the only requirement is Java 1.3 or above.
\ No newline at end of file

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/release-notes-1.3.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/release-notes-1.3.xml?rev=387892&r1=387891&r2=387892&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/release-notes-1.3.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/release-notes-1.3.xml Wed Mar 22 09:13:02 2006
@@ -47,6 +47,11 @@
     </li>
     <li>
         <p>
+            The PoolUtils class with a number static decorator methods has been added. 
+        </p>
+    </li>
+    <li>
+        <p>
             The following issues were resolved since v1.2: (see Bugzilla for complete description)
         </p>
 <table>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org