You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/05/27 12:20:31 UTC

svn commit: r779082 - in /commons/proper/pool/trunk: src/assembly/bin.xml src/assembly/src.xml xdocs/changes.xml

Author: psteitz
Date: Wed May 27 10:20:31 2009
New Revision: 779082

URL: http://svn.apache.org/viewvc?rev=779082&view=rev
Log:
Prepare for 1.5-RC1

Modified:
    commons/proper/pool/trunk/src/assembly/bin.xml
    commons/proper/pool/trunk/src/assembly/src.xml
    commons/proper/pool/trunk/xdocs/changes.xml

Modified: commons/proper/pool/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/assembly/bin.xml?rev=779082&r1=779081&r2=779082&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/assembly/bin.xml (original)
+++ commons/proper/pool/trunk/src/assembly/bin.xml Wed May 27 10:20:31 2009
@@ -26,6 +26,7 @@
             <includes>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Modified: commons/proper/pool/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/assembly/src.xml?rev=779082&r1=779081&r2=779082&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/assembly/src.xml (original)
+++ commons/proper/pool/trunk/src/assembly/src.xml Wed May 27 10:20:31 2009
@@ -32,6 +32,7 @@
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>README.txt</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Modified: commons/proper/pool/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=779082&r1=779081&r2=779082&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Wed May 27 10:20:31 2009
@@ -22,7 +22,7 @@
   </properties>
   <body>
 
-  <release version="1.5" date="TBD" description=
+  <release version="1.5-RC1" date="2009-05-27" description=
 "This is a maintenance release including several important bug fixes. This release
 is source and binary compatible with versions 1.3 and 1.4 of commons pool. In addition
 to resolving some important concurrency-related bugs (POOL-135, POOL-125, POOL-29