- Revision
- 368
- Author
- mauro
- Date
- 2007-11-13 05:54:55 -0600 (Tue, 13 Nov 2007)
Log Message
Added release notes.
Modified Paths
Added Paths
Removed Paths
Diff
Deleted: trunk/distribution/src/site/content/issue-tracking.html (367 => 368)
--- trunk/distribution/src/site/content/issue-tracking.html 2007-11-13 10:13:17 UTC (rev 367) +++ trunk/distribution/src/site/content/issue-tracking.html 2007-11-13 11:54:55 UTC (rev 368) @@ -1,18 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> -<head> -<title>Issue Tracking</title> -</head> -<body> - -<h2>Overview</h2> -<p>Waffle uses a <a href="" to manage the development process. -</p> - - -<div class="clear"></div> - -</body> - - -</html>
Added: trunk/distribution/src/site/content/release-notes.html (0 => 368)
--- trunk/distribution/src/site/content/release-notes.html (rev 0) +++ trunk/distribution/src/site/content/release-notes.html 2007-11-13 11:54:55 UTC (rev 368) @@ -0,0 +1,74 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<title>Release Notes</title> +</head> +<body> + +<h2>Release Notes - 1.0-rc-1</h2> + +<h2> Bug +</h2> +<ul> +<li>[<a href="" - dateTimePicker does not respect the label attribute +</li> +<li>[<a href="" - Example webapps failing in Tomcat 6.0 +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="" - Handle missing session container in Tomcat +</li> +<li>[<a href="" - ActionMethod exception stacktraces are always lost +</li> +<li>[<a href="" - Remove standard.jar dependency from waffle taglib +</li> +<li>[<a href="" - Create Waffle Mock module +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="" - Add Waffle taglib +</li> +<li>[<a href="" - Support Views written in Ruby ERB +</li> +<li>[<a href="" - Support REST/JSON responses +</li> +<li>[<a href="" - Add monitoring +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href="" - Use XSite for docs +</li> +<li>[<a href="" - Convert all unit tests to JUnit 4/JMock 2 +</li> +<li>[<a href="" - Upgrade to jMock 2.4 +</li> +<li>[<a href="" - Rename artifactId of reactor and core +</li> +</ul> + + +<h2> Migrating from 1.0-beta-1 to 1.0-rc-1 +</h2> + +<p>The following issues will break backward compatibility: +</p> +<ul> +<li>Waffle Core artifactId has changed from waffle to waffle-core [<a href="" +</li> +<li>Mocks have been moved to Waffle Mock (artifactId waffle-mock) and upgraded to using jMock 2. +[<a href="" +</li> + +</body> + + +</html>
Modified: trunk/distribution/src/site/content/sitemap.xml (367 => 368)
--- trunk/distribution/src/site/content/sitemap.xml 2007-11-13 10:13:17 UTC (rev 367) +++ trunk/distribution/src/site/content/sitemap.xml 2007-11-13 11:54:55 UTC (rev 368) @@ -5,6 +5,7 @@ <page>why.html</page> <page>license.html</page> <page>download.html</page> + <page>release-notes.html</page> </section> <section> <name>JavaDoc</name> @@ -17,8 +18,8 @@ <name>Waffle Resources</name> <page>mailing-lists.html</page> <page>team-list.html</page> - <page>issue-tracking.html</page> <page>source-repository.html</page> + <link title="Issue Tracking">http://jira.codehaus.org/browse/WAFFLE</link> </section> <section> <name>Developing with Waffle</name>
Modified: trunk/distribution/src/site/templates/skin.html (367 => 368)
--- trunk/distribution/src/site/templates/skin.html 2007-11-13 10:13:17 UTC (rev 367) +++ trunk/distribution/src/site/templates/skin.html 2007-11-13 11:54:55 UTC (rev 368) @@ -27,7 +27,7 @@ </div> <div id="breadcrumbs"> - <div class="left"> Last Published: July 30, 2007</div> + <div class="left"> Last Published: 13 November 2007</div> <div class="clear"></div> </div>
To unsubscribe from this list please visit:
