You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/07 20:22:57 UTC

svn commit: r1443674 - in /commons/proper/collections/trunk/src/site/xdoc: building.xml compatibility.xml history.xml index.xml release_3_3.xml release_4_0.xml

Author: tn
Date: Thu Feb  7 19:22:56 2013
New Revision: 1443674

URL: http://svn.apache.org/r1443674
Log:
Update site docs.

Added:
    commons/proper/collections/trunk/src/site/xdoc/release_4_0.xml
      - copied, changed from r1440593, commons/proper/collections/trunk/src/site/xdoc/release_3_3.xml
Removed:
    commons/proper/collections/trunk/src/site/xdoc/release_3_3.xml
Modified:
    commons/proper/collections/trunk/src/site/xdoc/building.xml
    commons/proper/collections/trunk/src/site/xdoc/compatibility.xml
    commons/proper/collections/trunk/src/site/xdoc/history.xml
    commons/proper/collections/trunk/src/site/xdoc/index.xml

Modified: commons/proper/collections/trunk/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/building.xml?rev=1443674&r1=1443673&r2=1443674&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/building.xml Thu Feb  7 19:22:56 2013
@@ -40,7 +40,7 @@ limitations under the License.
   <ul>
     <li><code>mvn clean</code> - clean up</li>
     <li><code>mvn test</code> - compile and run the unit tests</li>
-    <li><code>mvn site</code> - create io documentation</li>
+    <li><code>mvn site</code> - create site documentation</li>
     <li><code>mvn package</code> - build the jar</li>
     <li><code>mvn install</code> - build the jar and install in local maven repository</li>
     <li><code>mvn site assembly:assembly</code> - Create the source and binary distributions</li>

Modified: commons/proper/collections/trunk/src/site/xdoc/compatibility.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/compatibility.xml?rev=1443674&r1=1443673&r2=1443674&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/compatibility.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/compatibility.xml Thu Feb  7 19:22:56 2013
@@ -68,9 +68,9 @@ changes were deliberate and have not cau
 </p>
 
 <p>
-It is not possible to make v2.1 and v3.0 compatible without futher binary incompatibility.
+It is not possible to make v2.1 and v3.0 compatible without further binary incompatibility.
 The chosen solution is to provide a work around by releasing v2.1.1 and v3.1.
-The following deprecations must be resolved in v2.1.1 to allow compatibiilty with v3.1.
+The following deprecations must be resolved in v2.1.1 to allow compatibility with v3.1.
 </p>
 <ul>
 <li>Deprecated <code>IteratorUtils.arrayIterator(...)</code> -

Modified: commons/proper/collections/trunk/src/site/xdoc/history.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/history.xml?rev=1443674&r1=1443673&r2=1443674&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/history.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/history.xml Thu Feb  7 19:22:56 2013
@@ -105,7 +105,7 @@ Notably MultiValueMap is a new more flex
 </p>
 
 <p>
-<b>Collections 3.3</b> provides more bug fixes and a few enhancements.
+<b>Collections 4.0</b> provides more bug fixes and a few enhancements.
 Notably some crucial classes became Serializable. 
 </p>
 

Modified: commons/proper/collections/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/index.xml?rev=1443674&r1=1443673&r2=1443674&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/index.xml Thu Feb  7 19:22:56 2013
@@ -60,7 +60,7 @@ as are various <a href="project-reports.
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-release/index.html">current release 3.3</a></li>
+<li>The <a href="javadocs/api-release/index.html">current release 4.0</a></li>
 <li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
 <li>The <a href="apidocs/index.html">latest SVN</a></li>
 </ul>
@@ -72,9 +72,9 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version is v3.3 - 
+The latest version is v4.0 - 
 <a href="http://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
-It is built for Java 1.3+ and the <a href="release_3_3.html">release notes</a> are also available.
+It is built for Java 1.5+ and the <a href="release_4_0.html">release notes</a> are also available.
 </p>
 <p>
 For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>

Copied: commons/proper/collections/trunk/src/site/xdoc/release_4_0.xml (from r1440593, commons/proper/collections/trunk/src/site/xdoc/release_3_3.xml)
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/release_4_0.xml?p2=commons/proper/collections/trunk/src/site/xdoc/release_4_0.xml&p1=commons/proper/collections/trunk/src/site/xdoc/release_3_3.xml&r1=1440593&r2=1443674&rev=1443674&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/release_3_3.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/release_4_0.xml Thu Feb  7 19:22:56 2013
@@ -17,16 +17,16 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Release notes for v3.3</title>
+  <title>Release notes for v4.0</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Release notes for v3.3">
+<section name="Release notes for v4.0">
 <p>
 Commons collections is a project to develop and maintain collection classes
 based on and inspired by the JDK collection framework.
-This project is JDK1.2 compatible, and does not use JDK1.5 generics.
+This project is JDK1.5+ compatible and supports generics.
 </p>
 <p>
 This release adds various new classes and fixes a number of bugs.
@@ -36,9 +36,7 @@ All feedback should be directed to commo
 
 <center><h3>COMPATIBILITY</h3></center>
 <p>
-This release is fully source and binary compatible with v3.2.
-(Checks performed using JDiff and Clirr, thanks).
-Please check the bug fixes to ensure you weren't relying on the behaviour of a bug.
+This release is <b>not</b> source or binary compatible with v3.x.
 </p>
 <p>
 One bug was that the ExtendedProperties was hiding properties with empty