scolebourne 2004/06/22 15:23:12
Modified: collections/xdocs history.xml navigation.xml tasks.xml
index.xml
collections RELEASE-NOTES.html project.xml build.xml
Log:
Prepare for version 3.1
Revision Changes Path
1.4 +4 -2 jakarta-commons/collections/xdocs/history.xml
Index: history.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/history.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- history.xml 29 May 2004 14:23:25 -0000 1.3
+++ history.xml 22 Jun 2004 22:23:11 -0000 1.4
@@ -84,12 +84,14 @@
<p>
<b>Collections 2.1.1</b> is a patch release to v2.1.
-Unfortunately, v3.0 created a binary incompatibility in the IteratorUtils class.
+Unfortunately, v3.0 created a <a href="compatibility.html">binary
incompatibility</a> in the IteratorUtils class.
This patch was created as a work around, enabling v2.1.1 to be compatible with v3.1.
</p>
<p>
-<b>Collections 3.1</b> (due soon) fixes some bugs in v3.0 and adds a few new
enhancements.
+<b>Collections 3.1</b> fixes some bugs in v3.0 and adds a few new enhancements.
+The most notable change is a new list implementation, TreeList, that is well
balanced for insertions and removals at any index.
+Other changes include more classes implementing Serializable and a
ReferenceIdentityMap.
</p>
</section>
1.11 +2 -1 jakarta-commons/collections/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/navigation.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- navigation.xml 29 May 2004 14:23:25 -0000 1.10
+++ navigation.xml 22 Jun 2004 22:23:11 -0000 1.11
@@ -33,12 +33,13 @@
<item name="Download"
href="http://jakarta.apache.org/site/sourceindex.cgi#commons-collections"/>
<item name="Users guide" href="/userguide.html"/>
<item name="History" href="/history.html"/>
- <item name="Javadoc (3.0 release)" href="apidocs-COLLECTIONS_3_0/index.html"/>
+ <item name="Javadoc (3.1 release)" href="apidocs-COLLECTIONS_3_1/index.html"/>
<item name="Mailing lists" href="/mail-lists.html"/>
<item name="Team" href="/team-list.html"/>
<item name="Tasks" href="/tasks.html"/>
<item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-commons/collections/"/>
<item name="Javadoc (CVS latest)" href="apidocs/index.html"/>
+ <item name="Javadoc (3.0 old)" href="apidocs-COLLECTIONS_3_0/index.html"/>
<item name="Javadoc (2.1.1 old)" href="apidocs-COLLECTIONS_2_1_1/index.html"/>
</menu>
1.5 +1 -0 jakarta-commons/collections/xdocs/tasks.xml
Index: tasks.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/tasks.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tasks.xml 3 Jun 2004 22:12:51 -0000 1.4
+++ tasks.xml 22 Jun 2004 22:23:11 -0000 1.5
@@ -32,6 +32,7 @@
</p>
<ul>
+<li>MultiValueMap decorator</li>
<li>Synchronized BidiMap decorators</li>
<li>IdentitySet</li>
<li>BidiMapUtils</li>
1.16 +3 -7 jakarta-commons/collections/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- index.xml 12 Jun 2004 14:43:16 -0000 1.15
+++ index.xml 22 Jun 2004 22:23:11 -0000 1.16
@@ -53,7 +53,7 @@
</ul>
</p>
<p>
-Preview version 3.1-RC1 and patch version 2.1.1 have just been released.
+Version 3.1 and patch version 2.1.1 have just been released.
These provides a work around to a <a href="compatibility.html">version
compatibility</a> issue between v2.1 and v3.0.
</p>
</section>
@@ -67,7 +67,7 @@
The JavaDoc API documents are available online:
</p>
<ul>
-<li>The <a href="apidocs-COLLECTIONS_3_0/index.html">current release 3.0</a></li>
+<li>The <a href="apidocs-COLLECTIONS_3_1/index.html">current release 3.1</a></li>
<li>The <a href="apidocs-COLLECTIONS_2_1_1/index.html">previous version
2.1.1</a></li>
<li>The <a href="apidocs/index.html">latest CVS</a></li>
</ul>
@@ -79,13 +79,9 @@
<section name="Releases">
<p>
-Version 3.0/2.1.1 -
+Version 3.1/2.1.1 -
<a
href="http://jakarta.apache.org/site/binindex.cgi#commons-collections">Binary</a> -
<a
href="http://jakarta.apache.org/site/sourceindex.cgi#commons-collections">Source</a>
-</p>
-<p>
-Version 3.1-RC1 (preview for testing - not for production use) -
- <a href="http://www.apache.org/~scolebourne/coll31/">Source and binary</a>
</p>
<p>
For previous releases, see the <a
href="http://archive.apache.org/dist/jakarta/commons/collections/">Apache Archive</a>
1.65 +3 -2 jakarta-commons/collections/RELEASE-NOTES.html
Index: RELEASE-NOTES.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- RELEASE-NOTES.html 22 Jun 2004 21:44:51 -0000 1.64
+++ RELEASE-NOTES.html 22 Jun 2004 22:23:11 -0000 1.65
@@ -13,9 +13,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<title>RELEASE NOTES: COLLECTIONS 3.1-RC1</title>
+<title>RELEASE NOTES: COLLECTIONS 3.1</title>
-<center><h2>RELEASE NOTES: COLLECTIONS 3.1-RC1</h2></center>
+<center><h2>RELEASE NOTES: COLLECTIONS 3.1</h2></center>
<p>
This release adds various new classes and fixes a number of bugs.
@@ -27,6 +27,7 @@
<center><h3>COMPATABILITY</h3></center>
<p>
This release is fully source and binary compatible with v3.0.
+(Checks performed using JDiff and Clirr, thanks).
</p>
<p>
This release also enables a workaround of the binary compatability issue with
IteratorUtils in v3.0.
1.42 +1 -1 jakarta-commons/collections/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/project.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- project.xml 21 Jun 2004 22:30:05 -0000 1.41
+++ project.xml 22 Jun 2004 22:23:12 -0000 1.42
@@ -17,7 +17,7 @@
<project>
<pomVersion>3</pomVersion>
<id>commons-collections</id>
- <currentVersion>3.1-RC1</currentVersion>
+ <currentVersion>3.1</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Collections</name>
<shortDescription>Commons Collections</shortDescription>
1.68 +1 -1 jakarta-commons/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- build.xml 9 Jun 2004 20:47:59 -0000 1.67
+++ build.xml 22 Jun 2004 22:23:12 -0000 1.68
@@ -35,7 +35,7 @@
<property name="component.title.full" value="Apache Jakarta Commons
Collections"/>
<!-- The current version number of this component -->
- <property name="component.version" value="3.1-RC1"/>
+ <property name="component.version" value="3.1"/>
<!-- The base directory for component configuration files -->
<property name="source.conf" value="src/conf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]