You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/11/27 14:41:21 UTC

svn commit: r349232 - in /jakarta/commons/proper/resources/trunk: project.properties xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

Author: niallp
Date: Sun Nov 27 05:41:09 2005
New Revision: 349232

URL: http://svn.apache.org/viewcvs?rev=349232&view=rev
Log:
Add release notes.

Added:
    jakarta/commons/proper/resources/trunk/xdocs/changes.xml   (with props)
Modified:
    jakarta/commons/proper/resources/trunk/project.properties
    jakarta/commons/proper/resources/trunk/xdocs/index.xml
    jakarta/commons/proper/resources/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/resources/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/project.properties?rev=349232&r1=349231&r2=349232&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/project.properties (original)
+++ jakarta/commons/proper/resources/trunk/project.properties Sun Nov 27 05:41:09 2005
@@ -13,7 +13,8 @@
 #   limitations under the License.
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
-maven.changelog.range = 180
+maven.changelog.range=365
+maven.changes.issue.template=%URL%/show_bug.cgi?id=%ISSUE% 
 
 ######################################################################
 # commons site L&F

Added: jakarta/commons/proper/resources/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/xdocs/changes.xml?rev=349232&view=auto
==============================================================================
--- jakarta/commons/proper/resources/trunk/xdocs/changes.xml (added)
+++ jakarta/commons/proper/resources/trunk/xdocs/changes.xml Sun Nov 27 05:41:09 2005
@@ -0,0 +1,98 @@
+<?xml version="1.0"?>
+<!--
+   Copyright 2005 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 bugzilla search for tickets closed since the previous release.
+
+3.  Use the report generated by the maven-changelog-plugin to see all
+CVS 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.0.0" date="(not yet released)" description="Initial Release">
+        <action dev="niallp" type="add" issue="33379" due-to="Anaximandro de Godinho">
+            Resources Class diagram - added to the 
+            <a href="http://wiki.apache.org/jakarta-commons/ResourcesClassDiagram">Wiki</a>
+            <i>(Nov 2005)</i>.
+        </action>
+        <action dev="niallp" type="update" issue="37642">
+            Improve ResourcesBase method inter-operability
+            <i>(Nov 2005)</i>.
+        </action>
+        <action dev="niallp" type="fix" issue="37645" due-to="Christian Meder">
+            Javadoc fixes for Resources.java.
+            <i>(Nov 2005)</i>.
+        </action>
+        <action dev="niallp" type="fix" issue="37644" due-to="Christian Meder">
+            Close a li element, correct struts link, commons uses svn now
+            <i>(Nov 2005)</i>.
+        </action>
+        <action dev="jmitchell" type="fix" issue="17650" due-to="Steve Peterson">
+            Make Messages pay attention to returnNull setting on wrapped resources
+            <i>(July 2005)</i>.
+        </action>
+        <action dev="jmitchell" type="add">
+            Add additional JUnit tests for Messages, JDBCResources.
+            <i>(May 2005)</i>.
+        </action>
+        <action dev="jmitchell" type="add">
+            WebappResourcesFactoryBase added.
+            <i>(April 2005)</i>.
+        </action>
+        <action dev="martinc" type="update">
+            <strong>Resources moved to Commons Proper</strong>
+            <i>(Nov 2004)</i>.
+        </action>
+        <action dev="jmitchell" type="fix" issue="22238" due-to="Phil Steitz">
+            Fix maven build
+            <i>(Sept 2004)</i>.
+        </action>
+        <action dev="craigmcc" type="fix" issue="13621" due-to="Joe Germuska">
+            Fixes to Maven project.xml.
+            <i>(Jan 2003)</i>.
+        </action>
+        <action dev="craigmcc" type="fix" issue="15925" due-to="Rob Leland">
+            Doesn't compile under Java 1.3.
+            <i>(Jan 2003)</i>.
+        </action>
+        <action dev="craigmcc" type="fix" issue="6096">
+            PropertyMessageResources uses HashMap instead of Set.
+            <i>(Jan 2003)</i>.
+        </action>
+        <action dev="craigmcc" type="add">
+            <strong>Resources added to Commons Sandbox</strong>
+            <i>(May 2001)</i>.
+        </action>
+    </release>
+    
+  </body>
+</document>

Propchange: jakarta/commons/proper/resources/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/resources/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/resources/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/xdocs/index.xml?rev=349232&r1=349231&r2=349232&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/resources/trunk/xdocs/index.xml Sun Nov 27 05:41:09 2005
@@ -115,6 +115,8 @@
     <p>See the <a href="downloads.html">Downloads</a> page for current/previous 
        releases.
     </p>
+    <p>Release Notes are available <a href="changes-report.html">here</a>.
+    </p>
 </section>
 
 <section name="Support">

Modified: jakarta/commons/proper/resources/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/xdocs/navigation.xml?rev=349232&r1=349231&r2=349232&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/resources/trunk/xdocs/navigation.xml Sun Nov 27 05:41:09 2005
@@ -35,6 +35,7 @@
           <item name="User Guide"    href="http://wiki.apache.org/jakarta-commons/ResourcesUserGuide"/>
           <item name="Class Diagram" href="http://wiki.apache.org/jakarta-commons/ResourcesClassDiagram"/>
           <item name="Javadoc"       href="/apidocs/index.html"/>
+          <item name="Release Notes" href="changes-report.html"/>
           <item name="Wiki"          href="http://wiki.apache.org/jakarta-commons/Resources"/>
           <item name="To Do List"    href="/todo.html"/>
       </item>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org