blob: 414057e91f4d17ba49e932b88d885b672ef04909 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2006 The Apache Software Foundation
Licensed 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.
-->
<!--
This file is used by the maven-changes-plugin to generate the release notes.
Useful ways of finding items to add to this file are:
1. Add items when you fix a bug or add a feature (this makes the
release process easy :-).
2. Do a Jira search for tickets closed since the previous release.
3. Use the report generated by the maven-changelog-plugin to see all
SVN commits. Set the project.properties' maven.changelog.range
property to the number of days since the last release.
The <action> type attribute can be add,update,fix,remove.
-->
<document>
<properties>
<title>Release Notes</title>
</properties>
<body>
<release version="1.1-RC1" date="2006-06-06" description="Version 1.1 Release Candidate 1">
<action dev="niallp" type="add" issue="CHAIN-28">
Provide a Map of Cookies in the WebContext.
</action>
<action dev="niallp" type="fix" issue="CHAIN-29">
Remove Static <code>Log</code> instances - see
<a href="http://wiki.apache.org/jakarta-commons/Logging/StaticLog">here</a>.
</action>
<action dev="niallp" type="fix" issue="CHAIN-11">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=409125">r 409125</a>
Modify DispatchCommand so that it will compile using JDK 1.3 (remove JDK 1.4 method).
</action>
<action dev="germuska" type="fix">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=356422">r 356422</a>
DispatchCommand - fix bug in handling InvocationTargetException.
</action>
<action dev="germuska" type="fix" issue="CHAIN-9" due-to="Wendy Smoak">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=322530">r 322530</a>
Maven build updates.
</action>
<action dev="germuska" type="update">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=315059">r 315059</a>
CatalogBase - add constructor which takes an already built map of commands, for easier use in dependency-injection environments.
</action>
<action dev="germuska" type="fix" issue="CHAIN-25">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=178565">r 178565</a>
DispatchCommand should unwrap InvocationTargetException.
</action>
<action dev="germuska" type="update">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=178563">r 178563</a>
Expose catalogFactory so that subclasses can get at it.
</action>
<action dev="germuska" type="update" issue="CHAIN-3">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=165087">r 165087</a> and
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=178563">r 178563</a>
Decouple CatalogFactory lookup from LookupAction.
</action>
<action dev="craigmcc" type="fix" issue="CHAIN-12" due-to="Jeff Ramsdale">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=161600">r 161600</a>
Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap.
</action>
<action dev="martinc" type="update">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=156615">r 156615</a>
ChainResources - factor out the comma-delimited parsing into a separate method, fix the whitespace-skipping bugs in it.
</action>
<action dev="germuska" type="update">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=154949">r 154949</a>
Add support for using LookupCommand in a way which does not pass through the result from the looked up command.
</action>
<action dev="jmitchell" type="add" issue="CHAIN-14" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142926">r 142926</a>
Add new DispatchLookupCommand.
</action>
<action dev="jmitchell" type="add" issue="CHAIN-26" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142924">r 142924</a>
Add new test for LookupCommand.
</action>
<action dev="germuska" type="add" issue="CHAIN-20">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142922">r 142922</a>
Add new DispatchCommand.
</action>
<action dev="jmitchell" type="fix" issue="CHAIN-6">
<dueto name="William Slough"/>
<dueto name="Sean Schofield"/>
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142919">r 142919</a>
CopyCommand does not work unless setValue is called.
</action>
<action dev="craigmcc" type="add" issue="CHAIN-19" due-to="Joe Germuska">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142918">r 142918</a>
Provide a mechanism for encoding catalog and command in a single string
</action>
<action dev="martinc" type="fix" issue="CHAIN-1" due-to="Sergio Moretto">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142917">r 142917</a>
Code fragment from 'cookbook' is incorrect.
</action>
</release>
<release version="1.0" date="2004-12-09" description="Initial Release">
<action dev="mardon" type="fix" issue="CHAIN-5" due-to="Manfred Wolff">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142907">r 142907</a>
Make CatalogBase.getCommand() thread safe.
</action>
<action dev="craigmcc" type="update" issue="CHAIN-2" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142905">r 142905</a>
LookupCommand should use new CatalogFactory.
</action>
<action dev="craigmcc" type="fix" issue="CHAIN-10" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142904">r 142904</a>
Sample catalog.xml missing &lt;catalog&gt; tag.
</action>
<action dev="craigmcc" type="add" issue="CHAIN-7" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142903">r 142903</a>
Add missing new class ConfigCatalogRule.
</action>
<action dev="craigmcc" type="update" issue="CHAIN-21">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142900">r 142900</a>
Make the impl. class of chainbase configurable.
</action>
<action dev="craigmcc" type="fix" issue="CHAIN-23" due-to="Sean Schofield">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142898">r 142898</a>
Support for new CatalogFactory.
</action>
<action dev="martinc" type="fix" issue="CHAIN-8" due-to="Otis Gospodnetic">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142831">r 142831</a> and
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142833">r 142833</a>
tabs to spaces, Log name fix.
</action>
<action dev="husted" type="fix" issue="CHAIN-15" due-to="Joe Germuska">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142817">r 142817</a>
build.properties.sample should add commons-logging.
</action>
<action dev="husted" type="update" issue="CHAIN-22" due-to="Matthew Sgarlata">
<a href="http://svn.apache.org/viewvc?view=rev&amp;revision=142814">r 142814</a>
Added JavaDoc and a toString() method to CatalogBase.
</action>
</release>
</body>
</document>