| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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. |
| --> |
| |
| <!-- |
| - See http://maven.apache.org/plugins/maven-changes-plugin/usage.html |
| - |
| - $Id$ |
| --> |
| <document> |
| <body> |
| <release version="1.1.0-SNAPSHOT" date="2008-??-??" description="unreleased"> |
| <action dev="gkossakowski" type="add" issue="COCOON-2239"> |
| ForwardRedirector supports servlet: protocol redirections now. As a side effect of this change |
| (which was needed in order to support servlet: protocol in flow) redirection inside sitemap using |
| <map:redirect-to uri="servlet:/some/path"/> are supported now. |
| </action> |
| </release> |
| <release version="1.0.1" date="TBA" description="unreleased"> |
| <action dev="joerg" type="fix"> |
| Fix synchronization issues in ContinuationsManager implementation. |
| </action> |
| <action dev="joerg" type="fix" issue="COCOON-2109" due-to="Miguel Cuervo" due-to-email="miguel.cuervo@cgi.com"> |
| Fix clean up of continuations. |
| </action> |
| </release> |
| <release version="1.0.0" date="TBA" description="released"> |
| <action dev="gkossakowski" type="fix" issue="COCOON-2070" due-to="Alexander Klimetschek" due-to-email="alexander.klimetschek@googlemail.com"> |
| Fixed bug in PoolableProxyHandler class that is responsible for putting components back to the pool. This bug could lead to the situation |
| when components that were not properly recycled landed in the pool. |
| </action> |
| <action dev="rgoers" type="fix"> |
| Moved registration of VariableResolver to BridgeElementParser from SitemapElementParser to make it |
| available to all Avalon components (i.e. input modules). |
| </action> |
| <action dev="vgritsenko" type="remove"> |
| Remove support for Cocoon 2.0 error handlers, <map:handle-errors type="500">, |
| which were deprecated since Cocoon 2.1m1. |
| </action> |
| <action dev="gkossakowski" type="fix" due-to="Luca Morandini" due-to-email="lmorandini@ieee.org"> |
| The settings object is not available in Object Model (it can't be obtained using expressions). |
| </action> |
| </release> |
| <release version="1.0.0-RC2" date="2007-10-29" description="released"> |
| <action dev="gkossakowski" type="fix" issue="COCOON-2108" due-to="Hugh Sparks" due-to-email="hugh@csparks.com"> |
| Construct xmodule:flow-attr does not accept document object. Fixes problem that caused |
| "The object type: class java.lang.String could not be serialized to XML" exception. |
| </action> |
| <action dev="vgritsenko" type="fix"> |
| Regression in <map:serialize/> - do not override status code if |
| it was not set on serialize element. |
| </action> |
| </release> |
| <release version="1.0.0-RC1" date="2007-07-02" description="released"> |
| <action dev="reinhard" type="add" due-to="Jochen Seifarth" due-to-email="jochen.seifarth@web.de" issue="COCOON-1354"> |
| <map:serialize status-code="{}"/> supports variable resolution. |
| </action> |
| </release> |
| <release version="1.0.0-M1" date="2007-03-02" description="released"> |
| <action dev="reinhard" type="add"> |
| Initial creation. |
| </action> |
| </release> |
| </body> |
| </document> |