Update website docs

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-12 14:43:16 +00:00
parent 46fd2cb394
commit 2f568d53aa
2 changed files with 10 additions and 4 deletions

View File

@ -48,8 +48,8 @@ There are two types of compatibility discussed here, source and binary.
</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 @@ Commons collections 3.0 is binary compatible with version 2.1 and 2.0
<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>

View File

@ -53,8 +53,8 @@ There are many features, including:
</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>
@ -83,6 +83,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>
</p>