Updating release notes and branch-info in 1.4 release branch.

Review by: jgw (desk check)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.4@2015 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/branch-info.txt b/branch-info.txt
index 21c67db..7400ef2 100644
--- a/branch-info.txt
+++ b/branch-info.txt
@@ -1,10 +1,13 @@
 /tags/1.4.59/ was created (r1341) as a straight copy from /trunk/@r1340

 /releases/1.4/ was created (r1384) as a straight copy from /tags/1.4.59/@r1383

 /tags/1.4.60/ was created (r1400) as a straight copy from /releases/1.4/@r1399

+/tags/1.4.61/ was created (r2013) as a straight copy from /releases/1.4/@r1504

 

 /releases/1.4/@r1384:r1400 was merged (r1401) into /trunk/

 

-Changes in this branch:

+Changes in this branch (excluding this file itself):

+

+1.4.60:

 - Release notes for post 1.4.59. (r1386)

 - Updated Getting Started Guide screenshots to remove beta images. (r1387)

 - Fixed benchmarks to record source code correctly. (r1388)

@@ -12,4 +15,13 @@
 - Removed html message from *.cache.html script frames. (r1390)

 - GWTShellServlet's getResource() emulation now correctly finds resources on the servlet's module's public path. (r1391)

 - Force HTTPRequestImpl to always send an empty string rather than a null. (r1393)

-- This file. :)

+

+1.4.61:

+- Fixed operation aborted on IE startup (r1492)

+- Fixed potential XSS vulnerability in the module not found error message (r1498)

+- Release notes for 1.4.61. (r1504)

+

+1.4.62:

+- Fix for test breaking due to Daylight Savings Time (r1868)

+- Fixes for FF3 support (r1887)

+- Windows hosted mode was crashing in SwtOleGlue.extractStringFromOleCharPtr() {r2014)

diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 6f8e39e..e2cfb5f 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -29,6 +29,7 @@
       <h1>Google Web Toolkit Release Notes</h1>
       <ul>
 		    <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+		    <li><a href="#Release_Notes_1_4_61">1.4.61</a></li>
 		    <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
 		    <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
 		    <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
@@ -45,6 +46,19 @@
       <a name="Release_Notes_Current"></a>
       <h2>Release Notes for @GWT_VERSION@</h2>
       <p>
+      This release has only a couple of minor changes from <a href="#Release_Notes_1_4_61">1.4.61</a>.
+      </p>
+      <ul>
+        <li>Support for FireFox 3. (<a
+          href="http://code.google.com/p/google-web-toolkit/issues/detail?id=1702">#1702</a>, <a
+          href="http://code.google.com/p/google-web-toolkit/issues/detail?id=1942">#1942</a>)</li>
+        <li>Fixed a rare, random crash in Windows hosted mode.</li>
+      </ul>
+
+      <hr/>
+      <a name="Release_Notes_1_4_61"></a>
+      <h2>Release Notes for 1.4.61</h2>
+      <p>
       This release has only a couple of minor changes from <a href="#Release_Notes_1_4_60">1.4.60</a>.
       </p>
       <ul>