Author: tn Date: Sat Nov 14 13:37:02 2015 New Revision: 1714319 URL: http://svn.apache.org/viewvc?rev=1714319&view=rev Log: Update site for latest 3.2.2 release.
Added: commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml (with props) Modified: commons/proper/collections/trunk/src/site/site.xml commons/proper/collections/trunk/src/site/xdoc/download_collections.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/site.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/site.xml?rev=1714319&r1=1714318&r2=1714319&view=diff ============================================================================== --- commons/proper/collections/trunk/src/site/site.xml (original) +++ commons/proper/collections/trunk/src/site/site.xml Sat Nov 14 13:37:02 2015 @@ -29,8 +29,9 @@ <item name="Users guide" href="/userguide.html"/> <item name="History" href="/history.html"/> <item name="Release Notes v4.0" href="/release_4_0.html"/> - <item name="Javadoc v4.0" href="/javadocs/api-release/index.html"/> - <item name="Javadoc v3.2.1" href="/javadocs/api-3.2.1/index.html"/> + <item name="Javadoc v4.1" href="/javadocs/api-release/index.html"/> + <item name="Javadoc v4.0" href="/javadocs/api-4.0/index.html"/> + <item name="Javadoc v3.2.2" href="/javadocs/api-3.2.2/index.html"/> </menu> <menu name="Development"> Modified: commons/proper/collections/trunk/src/site/xdoc/download_collections.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/download_collections.xml?rev=1714319&r1=1714318&r2=1714319&view=diff ============================================================================== --- commons/proper/collections/trunk/src/site/xdoc/download_collections.xml (original) +++ commons/proper/collections/trunk/src/site/xdoc/download_collections.xml Sat Nov 14 13:37:02 2015 @@ -125,32 +125,32 @@ limitations under the License. </table> </subsection> </section> - <section name="Apache Commons Collections 3.2.1 (Requires Java 1.2 or later)"> + <section name="Apache Commons Collections 3.2.2 (Requires Java 1.3 or later)"> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.1-bin.tar.gz">commons-collections-3.2.1-bin.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.1-bin.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz">commons-collections-3.2.2-bin.tar.gz</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.1-bin.zip">commons-collections-3.2.1-bin.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.1-bin.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.1-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.2-bin.zip">commons-collections-3.2.2-bin.zip</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.zip.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.1-src.tar.gz">commons-collections-3.2.1-src.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.1-src.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.1-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.2-src.tar.gz">commons-collections-3.2.2-src.tar.gz</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.1-src.zip">commons-collections-3.2.1-src.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.1-src.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.1-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.2-src.zip">commons-collections-3.2.2-src.zip</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.zip.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.zip.asc">pgp</a></td> </tr> </table> </subsection> 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=1714319&r1=1714318&r2=1714319&view=diff ============================================================================== --- commons/proper/collections/trunk/src/site/xdoc/history.xml (original) +++ commons/proper/collections/trunk/src/site/xdoc/history.xml Sat Nov 14 13:37:02 2015 @@ -105,6 +105,14 @@ Notably MultiValueMap is a new more flex </p> <p> +<b>Collections 3.2.2</b> Serialization support for unsafe classes in the functor package is disabled by default as +this can be exploited for remote code execution attacks. To re-enable the feature the system property +"org.apache.commons.collections.enableUnsafeSerialization" needs to be set to "true". Classes considered to be +unsafe are: CloneTransformer, ForClosure, InstantiateFactory, InstantiateTransformer, InvokerTransformer, +PrototypeCloneFactory, PrototypeSerializationFactory, WhileClosure. Fixes COLLECTIONS-580. Other bug fixes as well. +</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> 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=1714319&r1=1714318&r2=1714319&view=diff ============================================================================== --- commons/proper/collections/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/collections/trunk/src/site/xdoc/index.xml Sat Nov 14 13:37:02 2015 @@ -58,7 +58,7 @@ The JavaDoc API documents are available </p> <ul> <li>The <a href="javadocs/api-release/index.html">current release 4.0</a></li> -<li>The latest 3.x release - <a href="javadocs/api-3.2.1/index.html">version 3.2.1</a></li> +<li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</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> Added: commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml?rev=1714319&view=auto ============================================================================== --- commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml (added) +++ commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml Sat Nov 14 13:37:02 2015 @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<document> + <properties> + <title>Release notes for v3.2.2</title> + <author email="d...@commons.apache.org">Commons Documentation Team</author> + </properties> +<body> + +<section name="Release notes for v3.2.2"> +<p> +These are the release notes for Commons Collections v3.2.2: +</p> +<hr /> +<p> +Commons collections is a project to develop and maintain collection classes +based on and inspired by the JDK collection framework. +This project is JDK 1.2 compatible, and does not use JDK 1.5 generics. +</p> +<p> +This v3.2.2 release is a security and bug fix release. +</p> +<hr /> + +<center><h3>COMPATIBILITY</h3></center> +<p> +This release is fully source and binary compatible with v3.2. For changes since the +v3.1 see the <a href="release_3_2.html">v3.2 Release Notes</a>. Note that the method +'protected java.util.Set createSetBasedOnList(java.util.Set, java.util.List)' has been +added +</p> +</section> + +</body> +</document> Propchange: commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: commons/proper/collections/trunk/src/site/xdoc/release_3_2_2.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml