blob: 9e7ee359c6d55631cd24e13e13f2fe04298b8e47 [file] [log] [blame]
<?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>
<properties>
<title>Changes Cocoon Block-Deployment</title>
</properties>
<body>
<release version="1.1.0-SNAPSHOT" date="2008-??-??">
<action dev="reinhard" type="add">
Throw BlockContextInitializationException if there are no deployed blocks but the block context protocol is used.
</action>
<action dev="reinhard" type="update">
Use Java 5 language features.
</action>
<action dev="reinhard" type="add">
The blockcontext: URLConnection checks if a requested block is available. Otherwise
an exception, that explains what has gone wrong, is thrown.
</action>
<action dev="gkossakowski" type="add">
Added implementation of org.apache.cocoon.spring.configurator.BlockResourcesHolder interface to
restore back-compatiblity with Cocoon Core 2.2.
</action>
<action dev="gkossakowski" type="remove">
Deprecated org.apache.cocoon.spring.configurator.BlockResourcesHolder interface, use
org.apache.cocoon.blockdeployment.BlockResourcesHolder instead. (The interface will be removed in version 1.3.x or 2.x).
</action>
</release>
<release version="1.0.0" date="2008-08-09" description="released">
<action dev="gkossakowski" type="update">
Java 5 as minimum requirement.
</action>
<action dev="reinhard" type="add">
Initial creation.
</action>
</release>
</body>
</document>