# HG changeset patch
# User kairo@kairo.at
# Date 1245720715 0
#      Tue Jun 23 01:31:55 2009 +0000
# Node ID 723fbbce3e3e41ee69e9ff13f66adeb213db4f1b
# Parent  3097b291e43179018f42cf5e6b2967f0aa5a1fa1
release SeaMonkey 1.1.17

diff --git a/lib/config.tmpl b/lib/config.tmpl
--- a/lib/config.tmpl
+++ b/lib/config.tmpl
@@ -9,7 +9,7 @@
   [% toplink = './' %]
 [% END %]
 
-[% releaseversion = '1.1.16' %]
+[% releaseversion = '1.1.17' %]
 [% releasename = "SeaMonkey $releaseversion" %]
 [% relnotes = "${toplink}releases/seamonkey$releaseversion/" %]
 [% download_win = "http://download.mozilla.org/?product=seamonkey-$releaseversion&os=win&lang=en-US" %]
diff --git a/lib/sitemap.xml b/lib/sitemap.xml
--- a/lib/sitemap.xml
+++ b/lib/sitemap.xml
@@ -28,7 +28,17 @@
         <page url="releases/seamonkey2.0a1/changes" title="What's New" id="seamonkey2.0a1-changes" />
       </page>
     </page>
-    <page url="releases/index" title="1.1.16" id="1.1.16" hide="true">
+    <page url="releases/index" title="1.1.17" id="1.1.17" hide="true">
+      <page url="releases/seamonkey1.1.17/" title="Release Notes" id="seamonkey1.1.17">
+        <page url="releases/seamonkey1.1.17/README" title="What's New" id="seamonkey1.1.17-readme">
+          <page url="releases/seamonkey1.1.17/changelog" title="Rough Changelog" id="seamonkey1.1.17-changelog" />
+        </page>
+        <page url="releases/seamonkey1.1.17/installation" title="Installation Instructions" id="seamonkey1.1.17-install" />
+        <page url="releases/seamonkey1.1.17/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.17-extras" />
+        <page url="releases/seamonkey1.1.17/known-issues" title="Known Issues" id="seamonkey1.1.17-issues" />
+      </page>
+    </page>
+    <page url="releases/1.1.16" title="1.1.16" id="1.1.16" hide="true">
       <page url="releases/seamonkey1.1.16/" title="Release Notes" id="seamonkey1.1.16">
         <page url="releases/seamonkey1.1.16/README" title="What's New" id="seamonkey1.1.16-readme">
           <page url="releases/seamonkey1.1.16/changelog" title="Rough Changelog" id="seamonkey1.1.16-changelog" />
diff --git a/src/.htaccess b/src/.htaccess
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -10,6 +10,9 @@
 
 RedirectMatch temp ^/security/(.*)$ http://www.mozilla.org/security/$1
 
+# hu-HU 1.x package has wrong URL for updates, redirect to correct one
+Redirect permanent /releases/releases/updates/hu-HU.rdf http://www.seamonkey-project.org/releases/updates/hu-HU.rdf
+
 <FilesMatch "-atom(\..+)?$">
   ForceType application/atom+xml
   #ForceType application/xml
diff --git a/src/news.en.xml b/src/news.en.xml
--- a/src/news.en.xml
+++ b/src/news.en.xml
@@ -7,7 +7,52 @@
 -->
 
 <newsfeed title="SeaMonkey News" url="http://seamonkey-project.org/news">
-  <entry id="2009-04-08" showfront="true">
+  <entry id="2009-06-22" showfront="true">
+    <headline>SeaMonkey 1.1.17 Released</headline>
+    <content type="html" xml:lang="en">
+<![CDATA[<p>
+Today, the SeaMonkey project released a new version of its all-in-one internet
+suite. SeaMonkey 1.1.17 closes
+<a href="http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html#seamonkey1.1.17">several
+security vulnerabilities</a> and fixes a few smaller problems found in
+previous versions. With that, SeaMonkey stays at the same level of security as
+its siblings Thunderbird 2 and Firefox 3, which are or have been issuing
+updates for the same problems shortly as well.
+</p>
+<p>
+The SeaMonkey team urges users of older SeaMonkey versions, including the
+SeaMonkey 1.0.x series, which no longer receives security updates, to upgrade.
+Additionally, the team continues to strongly urge people still using the old
+Mozilla Suite or Netscape 4, 6 or 7 to upgrade to the new SeaMonkey 1.1.17
+version.
+All these older software packages suffer from a large and steadily increasing
+number of security vulnerabilities because they are no longer being maintained.
+SeaMonkey 1.1.17 is a modern, drop-in replacement, providing the same familiar
+suite functionality with additional features and fully up to date security.
+</p>
+<p>
+SeaMonkey 1.1.17 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>]]>
+    </content>
+    <shortcontent type="html" xml:lang="en">
+<![CDATA[<p>
+Today, the SeaMonkey project released a new version of its all-in-one internet
+suite. SeaMonkey 1.1.17 closes
+<a href="http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html#seamonkey1.1.17">several
+security vulnerabilities</a> and fixes a few smaller problems found in
+previous versions.
+</p>
+<p>
+SeaMonkey 1.1.17 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>]]>
+    </shortcontent>
+  </entry>
+
+  <entry id="2009-04-08">
     <headline>SeaMonkey 1.1.16 Security Release</headline>
     <content type="html" xml:lang="en">
 <![CDATA[<p>
diff --git a/src/releases/index.en.html b/src/releases/index.en.html
--- a/src/releases/index.en.html
+++ b/src/releases/index.en.html
@@ -35,7 +35,7 @@
 </div>
 
 <ul class="toc">
-<li><a href="#1.1.16">SeaMonkey 1.1.16</a>
+<li><a href="#1.1.17">SeaMonkey 1.1.17</a>
   <ul>
   <li><a href="#official">Official Builds</a></li>
   <li><a href="#contrib">Contributed Builds</a></li>
@@ -47,24 +47,24 @@
 </ul>
 
 <!-- Begin releases block -->
-<h2><a name="1.1.16">SeaMonkey 1.1.16</a></h2>
-<p class="release-date">Released April 8, 2009</p>
+<h2><a name="1.1.17">SeaMonkey 1.1.17</a></h2>
+<p class="release-date">Released June 22, 2009</p>
 
 <div class="key-point">
 <ul>
-  <li><a href="seamonkey1.1.16/">Release Notes</a> - The release notes contain
+  <li><a href="seamonkey1.1.17/">Release Notes</a> - The release notes contain
   installation instructions, system requirements, what's new, and a list of
   known issues that you should read before reporting bugs.
   </li>
 
   <li id="source">Source Code Tarball
-  (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.source.tar.bz2">bzip</a>, 34 MB)
-  (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.source.tar.gz">gzip</a>, 44 MB).
+  (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.source.tar.bz2">bzip</a>, 34 MB)
+  (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.source.tar.gz">gzip</a>, 44 MB).
   </li>
 
   <li>
-  This <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/README">README</a>
-  file explains how to pull SeaMonkey 1.1.16 from CVS.
+  This <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/README">README</a>
+  file explains how to pull SeaMonkey 1.1.17 from CVS.
   </li>
 
 <!--
@@ -80,30 +80,30 @@
 <div class="section">
 <p class="note">If you don't know which package is best for you, use the first
   package listed in the section about your operating system (platform).
-  <br><a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/MD5SUMS">MD5
+  <br><a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/MD5SUMS">MD5
   sums</a> are available for official packages and source tarballs.
 </p>
 
 <dl>
   <dt id="win32">Windows (32bit)
     <dd>
-    <strong><a href="http://download.mozilla.org/?product=seamonkey-1.1.16&amp;os=win&amp;lang=en-US">Full Installer</a></strong>
+    <strong><a href="http://download.mozilla.org/?product=seamonkey-1.1.17&amp;os=win&amp;lang=en-US">Full Installer</a></strong>
     (13 MB) Download all of the SeaMonkey components and then specify install options.
     </dd>
 
     <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.en-US.win32.stub-installer.exe">Net Installer</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.win32.stub-installer.exe">Net Installer</a>
     (264 KB) Download only the components you specify.
     </dd>
 
     <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.en-US.win32.zip">Zipfile</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.win32.zip">Zipfile</a>
     (11 MB).
     </dd>
 
   <dt id="mac">Mac OS X
     <dd>
-    <a href="http://download.mozilla.org/?product=seamonkey-1.1.16&amp;os=osx&amp;lang=en-US">Disk Image (Universal Binary)</a>
+    <a href="http://download.mozilla.org/?product=seamonkey-1.1.17&amp;os=osx&amp;lang=en-US">Disk Image (Universal Binary)</a>
     (23 MB) Self-mounting disk image containing the full SeaMonkey application
     suite (Universal Binary, for use on both PowerPC and Intel processor
     powered Macintosh computers).
@@ -112,17 +112,17 @@
   <dt id="linux-i686">Linux (x86)
 
     <dd>
-    <strong><a href="http://download.mozilla.org/?product=seamonkey-1.1.16&amp;os=linux&amp;lang=en-US">Full Installer</a></strong>
+    <strong><a href="http://download.mozilla.org/?product=seamonkey-1.1.17&amp;os=linux&amp;lang=en-US">Full Installer</a></strong>
     (14 MB) Download all of the SeaMonkey components and then specify install options.
     </dd>
 
     <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.en-US.linux-i686.stub-installer.tar.gz">Net Installer</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.linux-i686.stub-installer.tar.gz">Net Installer</a>
     (89 KB) Download only the components you specify.
     </dd>
 
     <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/seamonkey-1.1.16.en-US.linux-i686.tar.gz">tar.gz format</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.linux-i686.tar.gz">tar.gz format</a>
     (15 MB).
     </dd>
 
@@ -133,7 +133,7 @@
   Build contributors, please put your builds under:
     pub/mozilla.org/seamonkey/<version>/contrib/
 
-  Your build filename must have the prefix "seamonkey-<ver>-", e.g. "seamonkey-1.1.16-"
+  Your build filename must have the prefix "seamonkey-<ver>-", e.g. "seamonkey-1.1.17-"
   see http://developer.mozilla.org/en/docs/Package_Filename_Convention
   and include a README explaining any build peculiarities and identifying
   yourself as the contributor. Thanks.
@@ -145,73 +145,74 @@
   than the official SeaMonkey builds.</p>
 
 <dl>
+<!--
 <dt id="linux-gtk1">Linux GTK1
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-i686-gtk1.installer.tar.gz">GTK1 Full Installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-i686-gtk1.tar.gz">GTK1 tar.gz</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-i686-gtk1.README">(readme)</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-i686-gtk1.MD5SUMS">(MD5 sums)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-i686-gtk1.installer.tar.gz">GTK1 Full Installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-i686-gtk1.tar.gz">GTK1 tar.gz</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-i686-gtk1.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-i686-gtk1.MD5SUMS">(MD5 sums)</a>
   </dd>
 
 <dt id="linux-x86_64">Linux/x86_64
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-x86_64.installer.tar.gz">Linux/x86_64 Installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-x86_64.tar.gz">Linux/x86_64 .tar.gz</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-x86_64.README">(readme)</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-x86_64.MD5SUMS">(MD5 sums)</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.linux-x86_64.SHA1SUMS">(SHA1 sums)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-x86_64.installer.tar.gz">Linux/x86_64 Installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-x86_64.tar.gz">Linux/x86_64 .tar.gz</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-x86_64.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-x86_64.MD5SUMS">(MD5 sums)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.linux-x86_64.SHA1SUMS">(SHA1 sums)</a>
   </dd>
-
+-->
 <dt id="fc1-rpm">Linux/Fedora RPMs
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/FC_RPMS/">Linux/Fedora RPMs (FTP directory)</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/FC_RPMS/seamonkey-1.1.16.fc1-rpm.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/FC_RPMS/">Linux/Fedora RPMs (FTP directory)</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/FC_RPMS/seamonkey-1.1.17.fc1-rpm.README">(readme)</a>
+  </dd>
+<!--
+<dt id="os2">OS/2
+  <dd>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.os2.installer.exe">OS/2 Installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.os2.zip">OS/2 zip</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.os2.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.os2.MD5SUMS">(MD5 sums)</a>
   </dd>
 
-<dt id="os2">OS/2
-  <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.os2.installer.exe">OS/2 Installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.os2.zip">OS/2 zip</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.os2.README">(readme)</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.os2.MD5SUMS">(MD5 sums)</a>
-  </dd>
-<!--
 <dt id="solaris10-sparc">Solaris 10 (SPARC)
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-sparc.tar.bz2">Solaris 10 (SPARC) .tar.bz2</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-sparc.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-sparc.tar.bz2">Solaris 10 (SPARC) .tar.bz2</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-sparc.README">(readme)</a>
   </dd>
 -->
 <dt id="solaris10-sparc-gtk1">Solaris 10 (SPARC) - GTK1
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-sparc-gtk1.tar.bz2">Solaris 10 (SPARC) GTK1 .tar.bz2</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-sparc-gtk1.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-sparc-gtk1.tar.bz2">Solaris 10 (SPARC) GTK1 .tar.bz2</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-sparc-gtk1.README">(readme)</a>
   </dd>
 <!--
 <dt id="solaris10-i386">Solaris 10 (x86/x64)
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-i386.tar.bz2">Solaris 10 (x86/x64) .tar.bz2</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris10-i386.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-i386.tar.bz2">Solaris 10 (x86/x64) .tar.bz2</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris10-i386.README">(readme)</a>
   </dd>
 
 <dt id="solaris2.8-sparc">Solaris 2.8 (SPARC) - GTK1
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris2.8-sparc-gtk1.tar.bz2">Solaris 2.8 (SPARC) GTK1 .tar.bz2</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.solaris2.8-sparc-gtk1.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris2.8-sparc-gtk1.tar.bz2">Solaris 2.8 (SPARC) GTK1 .tar.bz2</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.solaris2.8-sparc-gtk1.README">(readme)</a>
   </dd>
 -->
 <dt id="aix5l-common">AIX 5L (common)
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.aix5.1.0.0-common.tar.bz2">AIX 5L (common) .tar.bz2</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.aix5.1.0.0-common.README">(readme)</a>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.aix5.1.0.0-common.MD5SUMS">(MD5 sums)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.aix5.1.0.0-common.tar.bz2">AIX 5L (common) .tar.bz2</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.aix5.1.0.0-common.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.aix5.1.0.0-common.MD5SUMS">(MD5 sums)</a>
   </dd>
   </dd>
 <!--
 <dt id="beos">BeOS
   <dd>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.beos-i586.tar.gz">BeOS tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib/seamonkey-1.1.16.en-US.beos.README">(readme)</a>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.beos-i586.tar.gz">BeOS tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib/seamonkey-1.1.17.en-US.beos.README">(readme)</a>
   </dd>
 -->
 </dl>
@@ -244,11 +245,11 @@
 <!--
   <li id="eu-ES">Basque:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Basque SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.eu-ES.langpack.xpi'};
+       xpi = {'Basque SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.eu-ES.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.eu-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.eu-ES.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.eu-ES.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.eu-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.eu-ES.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.eu-ES.win32.installer.exe">Windows installer</a></li>
 -->
   <li id="be-BY">Belarusian:
     <a href="langpack-notes/1.0" onClick="
@@ -258,16 +259,16 @@
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Catalan SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.15/contrib-localized/seamonkey-1.1.15.ca-AD.langpack.xpi'};
        instWarning(xpi);">installable language pack</a><!--,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ca-AD.linux-i686.installer.tar.gz">Linux x86 installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ca-AD.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ca-AD.win32.installer.exe">Windows installer</a> --></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ca-AD.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ca-AD.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ca-AD.win32.installer.exe">Windows installer</a> --></li>
   <li id="cs-CZ">Czech:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Czech SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.cs-CZ.langpack.xpi'};
+       xpi = {'Czech SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.cs-CZ.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.cs-CZ.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.cs-CZ.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.cs-CZ.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.cs-CZ.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.cs-CZ.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.cs-CZ.win32.zip">Windows zip</a></li>
   <li id="nl-NL">Dutch:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Dutch SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.nl-NL.langpack.xpi'};
@@ -279,27 +280,27 @@
   <li id="fr-FR">French:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'French SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.langpack.xpi'};
-       instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.linux-i686.installer.tar.gz">Linux x86 installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.fr-FR.win32.zip">Windows zip</a></li>
+       instWarning(xpi);">installable language pack</a><!--,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.fr-FR.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.fr-FR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.fr-FR.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.fr-FR.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.fr-FR.win32.zip">Windows zip</a> --></li>
 <!--
   <li id="ka-GE">Georgian:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Georgian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ka-GE.langpack.xpi'};
+       xpi = {'Georgian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ka-GE.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ka-GE.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ka-GE.win32.installer.exe">Windows installer</a></li>
 -->
   <li id="de-AT">German:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'German SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.de-AT.langpack.xpi'};
+       xpi = {'German SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.de-AT.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.de-AT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.de-AT.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.de-AT.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.de-AT.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.de-AT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+<!--    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.de-AT.mac.dmg">Mac OS X dmg</a>, -->
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.de-AT.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.de-AT.win32.zip">Windows zip</a></li>
   <li id="el-GR">Greek:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Greek SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.2/contrib-localized/seamonkey-1.1.2.el-GR.langpack.xpi'};
@@ -310,32 +311,32 @@
               'SeaMonkey Right to Left Classic theme': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1/contrib-localized/seamonkey-theme-rtl-classic-1.1.xpi',
               'SeaMonkey Right to Left Modern theme': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1/contrib-localized/seamonkey-theme-rtl-modern-1.1.xpi'};
               InstallTrigger.install(xpi);">installable language pack + RTL themes</a><!--,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.he-IL.win32.installer.exe">Windows installer</a> --></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.he-IL.win32.installer.exe">Windows installer</a> --></li>
   <li id="hi-IN">Hindi:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Hindi SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.7/contrib-localized/seamonkey-1.1.7.hi-IN.langpack.xpi'};
        instWarning(xpi);">installable language pack</a><!--,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.hi-IN.win32.installer.exe">Windows installer</a> --></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.hi-IN.win32.installer.exe">Windows installer</a> --></li>
   <li id="hu-HU">Hungarian:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Hungarian SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.hu-HU.langpack.xpi'};
-       instWarning(xpi);">installable language pack</a>,
-<!--    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.hu-HU.linux-i686.installer.tar.gz">Linux x86 tar.gz</a>, -->
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.hu-HU.win32.installer.exe">Windows installer</a></li>
+       instWarning(xpi);">installable language pack</a><!--,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.hu-HU.linux-i686.installer.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.hu-HU.win32.installer.exe">Windows installer</a> --></li>
   <li id="it-IT">Italian:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Italian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.it-IT.langpack.xpi'};
+       xpi = {'Italian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.it-IT.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.it-IT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.it-IT.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.it-IT.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.it-IT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.it-IT.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.it-IT.win32.zip">Windows zip</a></li>
   <li id="ja-JP">Japanese:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Japanese SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ja-JP.langpack.xpi'};
-       instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ja-JP.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ja-JP.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ja-JP.win32.installer.exe">Windows installer</a></li>
+       instWarning(xpi);">installable language pack</a><!--,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ja-JP.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ja-JP.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ja-JP.win32.installer.exe">Windows installer</a> --></li>
   <li id="lt-LT">Lithuanian:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Lithuanian SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.12/contrib-localized/seamonkey-1.1.12.lt-LT.langpack.xpi'};
@@ -343,61 +344,61 @@
 <!--
   <li id="ne-NP">Nepali:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Nepali SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ne-NP.langpack.xpi'};
+       xpi = {'Nepali SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ne-NP.langpack.xpi'};
        instWarning(xpi);">installable language pack</a></li>
   <li id="nb-NO">Norwegian Bokm&aring;l:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Norwegian Bokm&aring;l SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.nb-NO.langpack.xpi'};
+       xpi = {'Norwegian Bokm&aring;l SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.nb-NO.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.nb-NO.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.nb-NO.win32.installer.exe">Windows installer</a></li>
 -->
   <li id="pl-PL">Polish:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Polish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.langpack.xpi'};
+       xpi = {'Polish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.linux-i686.installer.tar.bz2">Linux x86 installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-<!--    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.mac.dmg">Mac OS X dmg</a>, -->
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pl-PL.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.linux-i686.installer.tar.bz2">Linux x86 installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+<!--    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.mac.dmg">Mac OS X dmg</a>, -->
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pl-PL.win32.zip">Windows zip</a></li>
   <li id="pt-BR">Portuguese (Brazil):
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Portuguese (Brazil) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pt-BR.langpack.xpi'};
+       xpi = {'Portuguese (Brazil) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pt-BR.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pt-BR.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pt-BR.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.pt-BR.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pt-BR.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pt-BR.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.pt-BR.win32.zip">Windows zip</a></li>
   <li id="ru-RU">Russian:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Russian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ru-RU.langpack.xpi'};
+       xpi = {'Russian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ru-RU.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ru-RU.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ru-RU.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ru-RU.win32.installer.exe">Windows installer</a></li>
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.ru-RU.win32.zip">Windows zip</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ru-RU.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+<!--    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ru-RU.mac.dmg">Mac OS X dmg</a>, -->
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ru-RU.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.ru-RU.win32.zip">Windows zip</a></li>
   <li id="es-ES">Spanish (Spain):
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Spanish (Spain) SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.14/contrib-localized/seamonkey-1.1.14.es-ES.langpack.xpi',
-              'Spain SeaMonkey Contents Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.es-ES.regpack.xpi'};
+              'Spain SeaMonkey Contents Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.es-ES.regpack.xpi'};
               InstallTrigger.install(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.es-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.es-ES.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.es-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.es-ES.win32.installer.exe">Windows installer</a></li>
   <li id="sv-SE">Swedish:
     <a href="langpack-notes/1.0" onClick="
        xpi = {'Swedish SeaMonkey Language Pack': 'ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.12/contrib-localized/seamonkey-1.1.12.sv-SE.langpack.xpi'};
        instWarning(xpi);">installable language pack</a><!--,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.sv-SE.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.sv-SE.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.sv-SE.win32.installer.exe">Windows installer</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.sv-SE.win32.zip">Windows zip</a> --></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.sv-SE.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.sv-SE.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.sv-SE.win32.installer.exe">Windows installer</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.sv-SE.win32.zip">Windows zip</a> --></li>
 <!--
   <li id="tr-TR">Turkish:
     <a href="langpack-notes/1.0" onClick="
-       xpi = {'Turkish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.tr-TR.langpack.xpi'};
+       xpi = {'Turkish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.tr-TR.langpack.xpi'};
        instWarning(xpi);">installable language pack</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.tr-TR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.tr-TR.mac.dmg">Mac OS X dmg</a>,
-    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.16/contrib-localized/seamonkey-1.1.16.tr-TR.win32.installer.exe">Windows installer</a></li>
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.tr-TR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.tr-TR.mac.dmg">Mac OS X dmg</a>,
+    <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/contrib-localized/seamonkey-1.1.17.tr-TR.win32.installer.exe">Windows installer</a></li>
 -->
   <li id="ur-PK">Urdu:
     <a href="langpack-notes/1.0" onClick="
@@ -430,6 +431,7 @@
   <ul class="snav">
     <li><a href="2.0a2">2.0 Alpha 2</a></li>
     <li><a href="2.0a1">2.0 Alpha 1</a></li>
+    <li><a href="1.1.16">1.1.16</a></li>
     <li><a href="1.1.15">1.1.15</a></li>
     <li><a href="1.1.14">1.1.14</a></li>
     <li><a href="1.1.13">1.1.13</a></li>
diff --git a/src/releases/seamonkey1.1.17/changelog.en.html b/src/releases/seamonkey1.1.17/changelog.en.html
--- a/src/releases/seamonkey1.1.17/changelog.en.html
+++ b/src/releases/seamonkey1.1.17/changelog.en.html
@@ -34,6 +34,24 @@
 this is probably the best place to start. -Robert</p>
 
 <pre>
-TBD
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=249754">249754</a> Unable to open all mail folders when there are large number of mail folders, after compact
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=491818">491818</a> FF does not follow browser redirection to Proxy Login page
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=496553">496553</a> Remove &quot;pre&quot; from SeaMonkey version number on GECKO181_20090605_RELBRANCH
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=376636">376636</a> Building with GCC-4.3 and '-pedantic' fail due to extra semi-colons and missing newlines
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486842">486842</a> Can't add additional Recipients (To: Cc: Bcc: Lines) in MailNews
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=479560">479560</a> Arbitrary code execution using sidebar
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=484320">484320</a> XUL &lt;tree&gt; _moveToEdgeShift garbage-collection exploit (zdi-can-465)
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=456705">456705</a> Firefox 2.0.0.17 crashes when opening a https-site or on shutdown with FoxyProxy 2.8.5 [@ nsSSLThread::Run]
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=479880">479880</a> Non-200 responses to proxy CONNECT requests lead to attacks on HTTPS
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=396637">396637</a> &quot;ASSERTION: Too few bytes in input&quot; with single-byte UTF-16 data: URL
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=484621">484621</a> Port Bug 471962: When saving an inner frame as file only, the POST data of the outer page is sent to the address of the inner page
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486848">486848</a> Profile manager only shows a random subset of available profiles
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=491801">491801</a> Arbitrary domain cookie access from content loaded via local file (file:/// URL)
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=369696">369696</a> &quot;Assertion failure: map-&gt;depth > 0&quot; in js_LeaveSharpObject
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=489131">489131</a> Arbitrary code execution using event listeners attached to an element whose owner document is null
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=340714">340714</a> nsIConverterInputStream duplicates the last character in the first buffer
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=477934">477934</a> nsSafeFileOutputStream (prefs.js) not safe from system crashes
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=432068">432068</a> Crash [@ nsListBoxBodyFrame::GetNextItemBox] with &lt;xul:listbox&gt;, XBL
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=317216">317216</a> UTF16 and UTF32 decoders allow invalid UTF16 into the core
 </body>
 </html>
diff --git a/src/releases/updates/be-BY.rdf b/src/releases/updates/be-BY.rdf
--- a/src/releases/updates/be-BY.rdf
+++ b/src/releases/updates/be-BY.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/cs-CZ.rdf b/src/releases/updates/cs-CZ.rdf
--- a/src/releases/updates/cs-CZ.rdf
+++ b/src/releases/updates/cs-CZ.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/de-AT.rdf b/src/releases/updates/de-AT.rdf
--- a/src/releases/updates/de-AT.rdf
+++ b/src/releases/updates/de-AT.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey.at/download/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/el-GR.rdf b/src/releases/updates/el-GR.rdf
--- a/src/releases/updates/el-GR.rdf
+++ b/src/releases/updates/el-GR.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/en-GB.rdf b/src/releases/updates/en-GB.rdf
--- a/src/releases/updates/en-GB.rdf
+++ b/src/releases/updates/en-GB.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/en-US.rdf b/src/releases/updates/en-US.rdf
--- a/src/releases/updates/en-US.rdf
+++ b/src/releases/updates/en-US.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/es-ES.rdf b/src/releases/updates/es-ES.rdf
--- a/src/releases/updates/es-ES.rdf
+++ b/src/releases/updates/es-ES.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/eu-ES.rdf b/src/releases/updates/eu-ES.rdf
--- a/src/releases/updates/eu-ES.rdf
+++ b/src/releases/updates/eu-ES.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/he-IL.rdf b/src/releases/updates/he-IL.rdf
--- a/src/releases/updates/he-IL.rdf
+++ b/src/releases/updates/he-IL.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/hi-IN.rdf b/src/releases/updates/hi-IN.rdf
--- a/src/releases/updates/hi-IN.rdf
+++ b/src/releases/updates/hi-IN.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/it-IT.rdf b/src/releases/updates/it-IT.rdf
--- a/src/releases/updates/it-IT.rdf
+++ b/src/releases/updates/it-IT.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/ka-GE.rdf b/src/releases/updates/ka-GE.rdf
--- a/src/releases/updates/ka-GE.rdf
+++ b/src/releases/updates/ka-GE.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/lt-LT.rdf b/src/releases/updates/lt-LT.rdf
--- a/src/releases/updates/lt-LT.rdf
+++ b/src/releases/updates/lt-LT.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/nb-NO.rdf b/src/releases/updates/nb-NO.rdf
--- a/src/releases/updates/nb-NO.rdf
+++ b/src/releases/updates/nb-NO.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/ne-NP.rdf b/src/releases/updates/ne-NP.rdf
--- a/src/releases/updates/ne-NP.rdf
+++ b/src/releases/updates/ne-NP.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/nl-NL.rdf b/src/releases/updates/nl-NL.rdf
--- a/src/releases/updates/nl-NL.rdf
+++ b/src/releases/updates/nl-NL.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/pl-PL.rdf b/src/releases/updates/pl-PL.rdf
--- a/src/releases/updates/pl-PL.rdf
+++ b/src/releases/updates/pl-PL.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey.pl/download/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/pt-BR.rdf b/src/releases/updates/pt-BR.rdf
--- a/src/releases/updates/pt-BR.rdf
+++ b/src/releases/updates/pt-BR.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/ru-RU.rdf b/src/releases/updates/ru-RU.rdf
--- a/src/releases/updates/ru-RU.rdf
+++ b/src/releases/updates/ru-RU.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/sv-SE.rdf b/src/releases/updates/sv-SE.rdf
--- a/src/releases/updates/sv-SE.rdf
+++ b/src/releases/updates/sv-SE.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/tr-TR.rdf b/src/releases/updates/tr-TR.rdf
--- a/src/releases/updates/tr-TR.rdf
+++ b/src/releases/updates/tr-TR.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>
 
diff --git a/src/releases/updates/ur-PK.rdf b/src/releases/updates/ur-PK.rdf
--- a/src/releases/updates/ur-PK.rdf
+++ b/src/releases/updates/ur-PK.rdf
@@ -4,7 +4,7 @@
 
   <RDF:Description RDF:about="urn:updates:latest">
     <NC:registryName>Browser</NC:registryName>
-    <NC:version>1.8.1.20090402</NC:version>
+    <NC:version>1.8.1.20090605</NC:version>
     <NC:URL>http://www.seamonkey-project.org/releases/</NC:URL>
     <NC:productName>SeaMonkey</NC:productName>