You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2010/06/11 17:48:51 UTC

svn commit: r953740 - /portals/site/pluto/src/site/xdoc/v20/release-notes.xml

Author: ate
Date: Fri Jun 11 15:48:51 2010
New Revision: 953740

URL: http://svn.apache.org/viewvc?rev=953740&view=rev
Log:
Pluto 2.0.2 new release-notes

Added:
    portals/site/pluto/src/site/xdoc/v20/release-notes.xml   (with props)

Added: portals/site/pluto/src/site/xdoc/v20/release-notes.xml
URL: http://svn.apache.org/viewvc/portals/site/pluto/src/site/xdoc/v20/release-notes.xml?rev=953740&view=auto
==============================================================================
--- portals/site/pluto/src/site/xdoc/v20/release-notes.xml (added)
+++ portals/site/pluto/src/site/xdoc/v20/release-notes.xml Fri Jun 11 15:48:51 2010
@@ -0,0 +1,57 @@
+<?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>Pluto Release Notes</title>
+        <subtitle>Pluto Release Notes</subtitle>
+        <authors>
+            <person name="Ate Douma" email="ate@douma.nu" />
+        </authors>
+    </properties>
+    <body>
+        <section name="Release Notes - Pluto 2.0.2">  
+            <p>
+                The list below outlines the issues that are addressed with release 2.0.2 .
+            </p>
+            <p>
+                The release notes of the previous release 2.0.1 are available here: <a href="release-notes-2.0.1.html">release notes 2.0.1</a>.
+            </p>
+        <subsection name="Bug">
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-569'>PLUTO-569</a>] -         Threading issue in DefaulltPortletInvoker
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-575'>PLUTO-575</a>] -         Javascript fails to correctly clear out select boxes
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-581'>PLUTO-581</a>] -         org.apache.pluto.driver.url.impl.PortalURLParserImpl not properly decoding public/private render parameters
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-583'>PLUTO-583</a>] -         PortalURLParserImpl: unnecessary &quot;?&quot;
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-590'>PLUTO-590</a>] -          Nested dispatching from a portlet to two or more servlet/jsps does not retain the portlet contextPath when calling (servlet)request.getContextPath() but returns the portal contextPath
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-591'>PLUTO-591</a>] -         HttpServletPortletResponseWrapper incorrectly assumes MimeResponse.getPortletOutputStream() is upcastable to ServletOutputStream
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-593'>PLUTO-593</a>] -         Will not load portlets deployed in root servlet context
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/PLUTO-594'>PLUTO-594</a>] -         pluto-container-api-xxx.jar needs to include Specification-Version
+</li>
+</ul>
+        </subsection>
+            
+        </section>
+    </body>
+</document>
\ No newline at end of file

Propchange: portals/site/pluto/src/site/xdoc/v20/release-notes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/site/pluto/src/site/xdoc/v20/release-notes.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: portals/site/pluto/src/site/xdoc/v20/release-notes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain