scolebourne 2004/06/12 07:43:16
Modified: collections/xdocs compatibility.xml index.xml
Log:
Update website docs
Revision Changes Path
1.2 +4 -2 jakarta-commons/collections/xdocs/compatibility.xml
Index: compatibility.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/compatibility.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compatibility.xml 29 May 2004 14:23:25 -0000 1.1
+++ compatibility.xml 12 Jun 2004 14:43:16 -0000 1.2
@@ -48,8 +48,8 @@
</li>
</ul>
<p>
-Releases of Apache projects, including collections, aim to be source and binary
compatible
-within minor versions, and to avoid breakages as much as possible between major
versions.
+Releases of commons collections aim to be source and binary compatible within minor
versions,
+and to avoid breakages as much as possible between major versions.
</p>
<p>
@@ -62,6 +62,8 @@
<b>except for certain methods on one class</b>.
As the release was a major version, this is permitted, however it was unintentional
and an error.
The problem is in the <b><code>IteratorUtils</code></b> class (see methods below).
+(Strictly speaking, there are some minor incompatibilities on other classes, but
these
+changes were deliberate and have not caused any known issues.)
</p>
<p>
1.15 +6 -2 jakarta-commons/collections/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- index.xml 29 May 2004 14:23:25 -0000 1.14
+++ index.xml 12 Jun 2004 14:43:16 -0000 1.15
@@ -53,8 +53,8 @@
</ul>
</p>
<p>
-Patch version 2.1.1 has just been released.
-The provides a work around to a <a href="compatibility.html">version
compatibility</a> issue between v2.1 and v3.0.
+Preview version 3.1-RC1 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>
@@ -82,6 +82,10 @@
Version 3.0/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]