Author: rdonkin
Date: Sat Mar 2 07:57:55 2013
New Revision: 1451848
URL: http://svn.apache.org/r1451848
Log:
Updated release notes with information generated by JIRA.
Modified:
creadur/rat/trunk/RELEASE_NOTES.txt
Modified: creadur/rat/trunk/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE_NOTES.txt?rev=1451848&r1=1451847&r2=1451848&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE_NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE_NOTES.txt Sat Mar 2 07:57:55 2013
@@ -5,15 +5,37 @@ Rat 0.9
full text of the license rather than a single line.
* Support automatic addition of license headers to svg files.
* Issues Resolved (see http://issues.apache.org/jira):
- * Improvement:
- * RAT-59 Upgrade to Java5
- * RAT-13 GPL 1.x to 3.x are now detected (but not approved by default)
- * RAT-111 Files generated by javah are now detected as generated
- files that don't require a license.
- * RAT-49 MIT license is now detected and approved by default
- * RAT-122 Maven Plugin: field to ignore errors and continue the build
- * RAT-121 use maven java5 annotations for maven plugins
- * RAT-120 fix some maven warning and upgrade some dependencies.
+ * Bugs Fixed:
+ * [RAT-3] - Incorrect alignment of file contents
+ * [RAT-102] - typo in pom.xml / field description
+ * [RAT-109] - Return value of mkdirs() is not checked
+ and no error handling occurs
+ * [RAT-116] - Docs don't say what the default excludes are
+ * [RAT-120] - fix some maven warning and upgrade some
+ dependencies.
+ * [RAT-121] - use maven java5 annotations for maven plugins
+ * [RAT-122] - Maven Plugin: field to ignore errors and continue
+ the build
+ * [RAT-124] - Rat plugin should exclude the configuration directory
+ used by IDEA
+ * [RAT-126] - Default excludes do not ignore .git/ repository
+ * Improvements:
+ * [RAT-13] - [GOOGLE-14] GNU License support
+ * [RAT-49] - Recognise MIT LIcense
+ * [RAT-104] - Using jUnit4 annotation based tests instead of
+ junit3 - migration from junit 3.8.2 to current
+ junit 4.10
+ * [RAT-106] - Minor Javadoc errors fixed in 3 files
+ * [RAT-108] - Add native support for thrift generated code to be
+ ignored
+ * [RAT-111] - RAT does not ignore javah generated files
+ * [RAT-125] - Support applied ASL20 license headers, including
+ checking for required copyright header line
+ * New Features
+ * [RAT-78] - Support doxia 1.1.2
+ * Tasks
+ * [RAT-59] - Upgrade To Java 1.5
+ * [RAT-119] - Upgrade Maven prerequisite to 2.2.1
Rat 0.8
=======