Author: sandymac
Date: Fri Mar 24 08:33:14 2006
New Revision: 388571
URL: http://svn.apache.org/viewcvs?rev=388571&view=rev
Log:
Added RELEASE-NOTES.txt and updated to rc3
Added:
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt
(with props)
Modified:
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml
Added: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt?rev=388571&view=auto
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt
(added)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt
Fri Mar 24 08:33:14 2006
@@ -0,0 +1,39 @@
+$Id$
+
+ Commons Pool Package
+ Version 1.3
+ Release Notes
+
+Full Release Notes can be found online at
+http://jakarta.apache.org/commons/pool/release-notes-1.3.html
+or in the binary distrobution in the docs/release-notes-1.3.html
+
+
+Compatibility with 1.2
+----------------------
+
+Binary compatible - Yes
+
+Source compatible - Yes
+
+Semantic compatible - Yes*
+
+
+* GenericObjectPool and GenericKeyedObjectPool have always
+ been documented to be a FIFO but it was actually
+ implemented as a LIFO. Code that depends on the previous
+ LIFO behavior may have issues.
+
+
+Feedback
+--------
+Open source works best when you give feedback:
+http://jakarta.apache.org/commons/pool/
+
+Please direct all bug reports to Bugzilla (prefix bug reports by [io])
+http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&component=Pool
+
+Or subscribe to the commons-user mailing list (prefix emails by [io])
+http://jakarta.apache.org/site/mail.html
+
+The Commons-Pool Team
\ No newline at end of file
Propchange:
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/RELEASE-NOTES.txt
------------------------------------------------------------------------------
svn:eol-style = native
Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml?rev=388571&r1=388570&r2=388571&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/build.xml Fri Mar
24 08:33:14 2006
@@ -39,7 +39,7 @@
<property name="name" value="commons-pool"/>
<property name="title" value="Jakarta Commons Object Pooling Package"/>
- <property name="version" value="1.3-rc2"/>
+ <property name="version" value="1.3-rc3"/>
<property name="package" value="org.apache.commons.pool.*"/>
<property name="src.dir" value="${basedir}/src"/>
Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml?rev=388571&r1=388570&r2=388571&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml
(original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.xml Fri Mar
24 08:33:14 2006
@@ -21,7 +21,7 @@
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>1.3-rc2</currentVersion>
+ <currentVersion>1.3-rc3</currentVersion>
<shortDescription>Commons Object Pooling Library</shortDescription>
<description>Commons Object Pooling Library</description>
<logo>/images/pool-logo-white.png</logo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]