Update site for latest 3.2.2 release.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-11-14 13:37:02 +00:00
parent da1a5fe00d
commit adf63bc15a
5 changed files with 75 additions and 16 deletions

View File

@ -29,8 +29,9 @@
<item name="Users guide" href="/userguide.html"/> <item name="Users guide" href="/userguide.html"/>
<item name="History" href="/history.html"/> <item name="History" href="/history.html"/>
<item name="Release Notes v4.0" href="/release_4_0.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 v4.1" href="/javadocs/api-release/index.html"/>
<item name="Javadoc v3.2.1" href="/javadocs/api-3.2.1/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>
<menu name="Development"> <menu name="Development">

View File

@ -125,32 +125,32 @@ limitations under the License.
</table> </table>
</subsection> </subsection>
</section> </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"> <subsection name="Binaries">
<table> <table>
<tr> <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="[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.1-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.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="http://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<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="[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.1-bin.zip.md5">md5</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.1-bin.zip.asc">pgp</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> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <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="[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.1-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.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="http://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<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="[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.1-src.zip.md5">md5</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.1-src.zip.asc">pgp</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> </tr>
</table> </table>
</subsection> </subsection>

View File

@ -104,6 +104,14 @@ Notably MultiValueMap is a new more flexible implementation of MultiHashMap.
<b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled. <b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled.
</p> </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> <p>
<b>Collections 4.0</b> represented a major revamp of collections by supporting <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. new language features introduced with Java 1.5, mainly support for generics.

View File

@ -58,7 +58,7 @@ The JavaDoc API documents are available online:
</p> </p>
<ul> <ul>
<li>The <a href="javadocs/api-release/index.html">current release 4.0</a></li> <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 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> <li>The <a href="apidocs/index.html">latest SVN</a></li>
</ul> </ul>

View File

@ -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="dev@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>