blob: 22a1ed1d956059a23febff99f1d7ec46b362c1a1 [file] [log] [blame]
<?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.
-->
<!--
This file is also 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. TBA how to use this with SVN.
To generate the release notes from this file:
mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nn]
then tweak the formatting if necessary
and commit
The <action> type attribute can be add,update,fix,remove.
-->
<document>
<properties>
<title>Changes in Apache Creadur RAT</title>
<author email="dev@creadur.apache.org">Apache Creadur RAT developers</author>
</properties>
<body>
<release version="0.11" date="2014-08-31" description="TBA"></release>
<release version="0.10" date="2013-09-05" description=
"The 0.10 version includes several bug fixes,
most notably a fix for 0.9 performance issues."></release>
<release version="0.9" date="2013-05-02" description="TBA"></release>
<release version="0.8-incubating" date="2011-11-15" description=
"Version 0.8 improves the command line interface, supports more file
types when adding license headers and makes it easier to detect custom
licenses.">
</release>
<release version="0.7-incubating" date="2013-05-02" description=
"The following changes have been made in Apache RAT 0.7:
- Add support for Python scripts, C source files, Unix shell scripts (.sh) and Windows batch files (.bat) (RAT-68)
- Allow Ant task to output report as XML. (RAT-73)
- Allow users to specify a custom XSLT stylesheet for reports (RAT-74, and RAT-75)
- Optionally auto-add headers to source files. (RAT-76) ">
</release>
<release version="0.6-incubating" date="2009-04-10" description=
"This is the first version using the org.apache package
structure and related names. RAT users are strongly encouraged to
migrate, as the old Google version will no longer be maintained.">
<action dev="jochen" type="fix" issue="RAT-37"
due-to="Jukka Zitting" due-to-email="jukka@apache.org">
List all resources with unapproved licenses at the beginning of the report.
</action>
<action dev="jochen" type="fix" issue="RAT-36"
due-to="Jukka Zitting" due-to-email="jukka@apache.org">
Report header incorrectly refers to an "L" license marker
</action>
<action dev="jochen" type="fix" issue="RAT-33"
due-to="Gavin" due-to-email="gavin@16degrees.com.au">
Mailing list subscribe points to unsubscribe
</action>
</release>
</body>
</document>