Added notes for 1.3 Release Candidate
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@116 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 94bdebf..458f81b 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -38,11 +38,23 @@
<hr/>
<a name="Release_Notes_Current"></a>
- <h2>Release Notes for 1.3 Release Candidate(@GWT_VERSION@)</h2>
+ <h2>Release Notes for 1.3 Release Candidate (@GWT_VERSION@)</h2>
<p>
- TODO
+ This is the Release Candidate for GWT 1.3, the first completely open source version of GWT.
+ This version has no new functionality, but we did make a lot of changes to get the source code and build scripts into presentable shape to prepare for ongoing open source development.
+ Although the changes were relatively harmelss -- formatting, sorting, more documentation, and a new build system -- there's always a small chance of problems, so we plan to call this a Release Candidate until we've convinced ourselves it's reliable.
</p>
+ <h3>Useful Links</h3>
+ <ul>
+ <li><b><a href="http://code.google.com/webtoolkit/makinggwtbetter.html">Making GWT Better</a></b>
+ <br>This is our new GWT open source charter that describes how we plan to operate the project and how you can access the GWT source, compile it yourself, and contribute.</li>
+ <li><b><a href="http://code.google.com/p/google-web-toolkit/issues/list">The GWT Issue Tracker</a></b>
+ <br>Please report any bugs in 1.3 RC that weren't in 1.2.22 in the GWT issue tracker. These would be likely related to the new build, and we want to know ASAP so we can fix them.</li>
+ <li><b><a href="http://google-web-toolkit.googlecode.com/svn/">The GWT Subversion Repository</a></b>
+ <br>Visit the online repository to browse the GWT source without a Subversion client.</li>
+ </ul>
+
<hr/>
<a name="Release_Notes_1_2_22"></a>
<h2>Release Notes for 1.2 Release (1.2.22)</h2>
@@ -56,7 +68,7 @@
<h3>Useful Links</h3>
<ul>
- <li><b><a href="http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=status%3AFixed%20milestone%3A1_2_Final">Changes included GWT 1.2 since the RC</a></b>
+ <li><b><a href="http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=status%3AFixed%20milestone%3A1_2_Final">Changes included in GWT 1.2 since the RC</a></b>
<br>Also see the GWT Blog for a discussion of the <a href="http://googlewebtoolkit.blogspot.com/2006/11/wrapping-up-gwt-12-soon.html">noteworthy issues related to 1.2 RC</a></li>
<li><b><a href="http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=status%3AFixed%20milestone%3A1_2_RC">New features and bug fixes in GWT 1.2 RC</a></b></li>
</ul>