Author: psteitz
Date: Sat Dec 10 23:16:44 2011
New Revision: 1212923
URL: http://svn.apache.org/viewvc?rev=1212923&view=rev
Log:
Prepare for RC3.
Modified:
commons/proper/pool/branches/POOL_1_X/pool-RC.sh
commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml
Modified: commons/proper/pool/branches/POOL_1_X/pool-RC.sh
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pool-RC.sh?rev=1212923&r1=1212922&r2=1212923&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pool-RC.sh (original)
+++ commons/proper/pool/branches/POOL_1_X/pool-RC.sh Sat Dec 10 23:16:44 2011
@@ -23,7 +23,7 @@
# -----------------------------------------------------------------------------
# Set script variables
version=1.5.7
-rc=2
+rc=3
repo_path=~/.m2/repository/commons-pool/commons-pool/${version}
release_path=~/pool-${version}-rc${rc}
#
Modified: commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml?rev=1212923&r1=1212922&r2=1212923&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Sat Dec 10
23:16:44 2011
@@ -20,7 +20,7 @@
<title>Commons Pool Changes</title>
</properties>
<body>
- <release version="1.5.7" date="2011-11-30" description="This is a patch
release, including bugfixes only.">
+ <release version="1.5.7" date="TBD" description="This is a patch release,
including bugfixes only.">
<action dev="psteitz" type="fix" issue="POOL-189" due-to="Bill Speirs">
Awaken threads waiting on borrowObject when a pool has been closed and
have them throw
IllegalStateException. Prior to the fix for this issue, threads waiting
in borrowObject when