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/06/17 23:24:21 UTC

svn commit: r1493945 - in /commons/proper/collections/trunk/src/site: site.xml xdoc/history.xml

Author: tn
Date: Mon Jun 17 21:24:21 2013
New Revision: 1493945

URL: http://svn.apache.org/r1493945
Log:
Update site.

Modified:
    commons/proper/collections/trunk/src/site/site.xml
    commons/proper/collections/trunk/src/site/xdoc/history.xml

Modified: commons/proper/collections/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/site.xml?rev=1493945&r1=1493944&r2=1493945&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/site.xml (original)
+++ commons/proper/collections/trunk/src/site/site.xml Mon Jun 17 21:24:21 2013
@@ -28,7 +28,8 @@
             <item name="Download"      href="/download_collections.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
             <item name="History"       href="/history.html"/>
-            <item name="Javadoc (3.2 release)" href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc (4.0 release)" href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc (3.2.1 release)" href="/javadocs/api-3.2.1/index.html"/>
         </menu>
 
         <menu name="Development">

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=1493945&r1=1493944&r2=1493945&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/history.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/history.xml Mon Jun 17 21:24:21 2013
@@ -104,6 +104,16 @@ Notably MultiValueMap is a new more flex
 <b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled.
 </p>
 
+<p>
+<b>Collections 4.0</b> represented a major revamp of collections by supporting
+new language features introduced with Java 1.5, mainly support for generics.
+</p>
+<p>
+New interfaces Put, Get and Trie were added, whereas the Buffer interface has
+been replaced by java.util.Queue. Also added were several new Iterators as well as
+an implementation of a Patricia Trie.
+</p>
+
 </section>
 
 </body>