You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/22 20:31:45 UTC

svn commit: r736755 - in /incubator/click/trunk/click/documentation/docs: developer-guide/releasing.html downloads.html roadmap-changes.html

Author: sabob
Date: Thu Jan 22 11:31:45 2009
New Revision: 736755

URL: http://svn.apache.org/viewvc?rev=736755&view=rev
Log:
finalize roadmap

Modified:
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
    incubator/click/trunk/click/documentation/docs/downloads.html
    incubator/click/trunk/click/documentation/docs/roadmap-changes.html

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=736755&r1=736754&r2=736755&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Thu Jan 22 11:31:45 2009
@@ -83,7 +83,8 @@
                 </ul>
             </li>
             <li>
-                Finalize Roadmap and Changes.
+                Finalize Roadmap and Changes and ensure that the release date is correct.
+                Also ensure the release date in the <tt>downloads.html</tt> page is correct.
             </li>
             <li>
                 Test the release and ensure there are no failures:

Modified: incubator/click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/downloads.html?rev=736755&r1=736754&r2=736755&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/downloads.html (original)
+++ incubator/click/trunk/click/documentation/docs/downloads.html Thu Jan 22 11:31:45 2009
@@ -53,12 +53,14 @@
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.0.1/click-2.0.1-incubating.zip.asc">pgp</a></td>
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.0.1/click-2.0.1-incubating.zip.md5">md5</a></td>
                     <td>2.0.1</td>
-                    <td>2009-01-??</td>
+                    <td>2009-01-31</td>
                     <td><b>Stable</b></td>
                 </tr>
             </tbody>
         </table>
-
+        <p/>
+        All releases are platform independent.
+        
         <h2 class="heading">Pre Apache Releases</h2>
         <b>Note:</b> these releases are hosted at <a target="_blank" class="external" href="http://sourceforge.net/">http://sourceforge.net/</a>
         and is not endorsed by nor affiliated with the Apache Software Foundation.
@@ -102,6 +104,8 @@
                 </tr>
             </tbody>
         </table>
+        <p/>
+        All releases are platform independent.
 
         <h2 class="heading">Maven</h2>
 

Modified: incubator/click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/roadmap-changes.html?rev=736755&r1=736754&r2=736755&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ incubator/click/trunk/click/documentation/docs/roadmap-changes.html Thu Jan 22 11:31:45 2009
@@ -63,8 +63,7 @@
 <h1>Road Map and Changes</h1>
 
 <h2>Road Map</h2>
-The next scheduled Click release will be Apache Click based on the Click 
-SourceForge version 1.5.1 code base.
+The next scheduled Click release will be version 2.1.0.
 <p/>
 The feature roadmap for the next major release of Click is being determined.
 
@@ -73,84 +72,17 @@
 <h2>Changes</h2>
 
 <dl>
-  <dt><a name="1.5.1"></a><a name="stable-release" href="#"></a><div class="release-header">Latest Stable Release - Version 1.5.1 - ??? January 2009</div></dt>
-  <dd>
-    <div style="margin-left:-2em;margin-bottom:1em;">
-      <b>IMPORTANT</b> be sure to read the <a href="#1.5-upgrade-path">upgrade path</a> when upgrading from Click 1.4 or earlier.
-    </div>
-    <div style="margin-left:-2em;margin-bottom:1em;">
-      Please note that this release is provided outside of the ASF and is not
-      endorsed or approved by the Apache Software Foundation.
-    </div>
-    <div style="margin-top: 15px; margin-left:-2em;margin-bottom:1em;"> 
-      The following issues were resolved since 1.5:
-    </div>
-    <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
-      <li class="change">
-        Added Turkish language support. This issue was raised and fixed by Ali Ok.
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-475">475</a>].
-      </li>
-      <li class="change">
-        Improved exception handling when a Control name is not defined
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-473">473</a>].
-      </li>
-      <li class="change">
-        Added new constructors to extra controls which accepts the <tt>size</tt>
-        attribute. This issue was raised by Christophe Foiret
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-475">475</a>].
-      </li>
-      <li class="change">
-        Added MessageFormat support to Format. New methods include
-        <a href="click-api/org/apache/click/util/Format.html#message(java.lang.String, java.lang.Object)">message(String, Object)</a>
-        and <a href="click-api/org/apache/click/util/Format.html#message(java.lang.String, java.util.List)">message(String, List)</a>.
-        This issue was raised by Yu Kobayashi
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-474">474</a>].
-      </li>
-      <li class="change">
-        Added new methods to CheckboxTree to improve customization. The new methods
-        include <a href="extras-api/org/apache/click/extras/tree/CheckboxTree.html#renderCheckbox(org.apache.click.util.HtmlStringBuffer, org.apache.click.extras.tree.TreeNode)">renderCheckbox</a>
-        and <a href="extras-api/org/apache/click/extras/tree/CheckboxTree.html#getInputType()">getInputType</a>.
-      </li>
-      <li class="change">
-        Added csv mime type. This issue was raised by Alvin Townsend.
-      </li>
-      <li class="change">
-        Fixed URL rendering to encode ampersand characeters.
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-483">483</a>].
-      </li>
-      <li class="change">
-        Fixed HiddenField to work with java.sql.Timestamp, java.sql.Time and java.sql.Date.
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-484">484</a>].
-      </li>
-      <li class="change">
-        Fixed WebappLoader to reload Velocity global macro's
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-467">467</a>].
-      </li>
-      <li class="change">
-        Fixed Page.setRedirect to check if redirect path starts with context path.
-        This issue was raised by Christophe Foiret
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-468">468</a>].
-      </li>
-      <li class="change">
-        Fixed a regression when manually setting the Page path to a JSP.
-        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-141">141</a>].
-      </li>
-      <li class="change">
-        Fixed DateField's French translation. This issue was raised by Alvin Townsend.
-      </li>
-    </ul>
-  </dd>
 
-  <dt><a name="2.0.1"></a><a name="stable-release" href="#"></a><div class="release-header">Version 2.0.1 RC 1 (released from Apache Incubator) - ??? January 2009</div></dt>
+  <dt><a name="2.0.1"></a><a name="stable-release" href="#"></a><div class="release-header">Latest Stable Release - Version 2.0.1 (released from Apache Incubator) - 31 January 2009</div></dt>
   <dd>
     <div style="margin-left:-2em;margin-bottom:1em;">
       <b>IMPORTANT</b> be sure to read the <a href="#1.5-upgrade-path">upgrade path</a> when upgrading from Click 1.4 or earlier.
     </div>
     <div style="margin-top: 15px; margin-left:-2em;margin-bottom:1em;">
-      This is our first Apache release and is based on Click 1.5.1. This is
+      This is our first Apache release and is based on <a href="#1.5.1">Click 1.5.1</a>. This is
       a release candidate and will be declared stable if no issues arrise.
       <p/>
-      Please note however that because of licensing issues, certain third-party
+      Please note that because of licensing issues, certain third-party
       libraries were removed and are hosted externally.
       <p/>
       Note the following changes when upgrading from 1.5 to 2.0.1:
@@ -258,6 +190,74 @@
     </ul>
   </dd>
 
+  <dt><a name="1.5.1"></a><a name="stable-release" href="#"></a><div class="release-header">Latest Stable Release (pre Apache) - Version 1.5.1 - 31 January 2009</div></dt>
+  <dd>
+    <div style="margin-left:-2em;margin-bottom:1em;">
+      <b>IMPORTANT</b> be sure to read the <a href="#1.5-upgrade-path">upgrade path</a> when upgrading from Click 1.4 or earlier.
+    </div>
+    <div style="margin-left:-2em;margin-bottom:1em;">
+      Please note that this release is provided outside of the ASF and is not
+      endorsed or approved by the Apache Software Foundation.
+    </div>
+    <div style="margin-top: 15px; margin-left:-2em;margin-bottom:1em;"> 
+      The following issues were resolved since 1.5:
+    </div>
+    <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
+      <li class="change">
+        Added Turkish language support. This issue was raised and fixed by Ali Ok.
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-475">475</a>].
+      </li>
+      <li class="change">
+        Improved exception handling when a Control name is not defined
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-473">473</a>].
+      </li>
+      <li class="change">
+        Added new constructors to extra controls which accepts the <tt>size</tt>
+        attribute. This issue was raised by Christophe Foiret
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-475">475</a>].
+      </li>
+      <li class="change">
+        Added MessageFormat support to Format. New methods include
+        <a href="click-api/org/apache/click/util/Format.html#message(java.lang.String, java.lang.Object)">message(String, Object)</a>
+        and <a href="click-api/org/apache/click/util/Format.html#message(java.lang.String, java.util.List)">message(String, List)</a>.
+        This issue was raised by Yu Kobayashi
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-474">474</a>].
+      </li>
+      <li class="change">
+        Added new methods to CheckboxTree to improve customization. The new methods
+        include <a href="extras-api/org/apache/click/extras/tree/CheckboxTree.html#renderCheckbox(org.apache.click.util.HtmlStringBuffer, org.apache.click.extras.tree.TreeNode)">renderCheckbox</a>
+        and <a href="extras-api/org/apache/click/extras/tree/CheckboxTree.html#getInputType()">getInputType</a>.
+      </li>
+      <li class="change">
+        Added csv mime type. This issue was raised by Alvin Townsend.
+      </li>
+      <li class="change">
+        Fixed URL rendering to encode ampersand characeters.
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-483">483</a>].
+      </li>
+      <li class="change">
+        Fixed HiddenField to work with java.sql.Timestamp, java.sql.Time and java.sql.Date.
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-484">484</a>].
+      </li>
+      <li class="change">
+        Fixed WebappLoader to reload Velocity global macro's
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-467">467</a>].
+      </li>
+      <li class="change">
+        Fixed Page.setRedirect to check if redirect path starts with context path.
+        This issue was raised by Christophe Foiret
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-468">468</a>].
+      </li>
+      <li class="change">
+        Fixed a regression when manually setting the Page path to a JSP.
+        [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-141">141</a>].
+      </li>
+      <li class="change">
+        Fixed DateField's French translation. This issue was raised by Alvin Townsend.
+      </li>
+    </ul>
+  </dd>
+
   <dt><div class="release-header">Archives</div></dt>
   
   <dt><a name="1.5"></a>Version 1.5 - 2 November 2008</dt>