# HG changeset patch
# User Callek@gmail.com
# Date 1351406080 0
#      Sun Oct 28 06:34:40 2012 +0000
# Node ID 89ead8b87be780d9d0209c842dc053df98c2b8cd
# Parent  97260add6bbb9916245701b31056dbfbaf9c9ae2
Bug 806120 - Release SeaMonkey 2.13.2

diff --git a/lib/config.tmpl b/lib/config.tmpl
--- a/lib/config.tmpl
+++ b/lib/config.tmpl
@@ -12,7 +12,7 @@
   [% toplink = '/' %]
 [% END %]
 
-[% releaseversion = '2.13.1' %]
+[% releaseversion = '2.13.2' %]
 [% releaserelnoteversion = '2.13' %]
 [% releasename = "SeaMonkey $releaseversion" %]
 [% relnotes = "${toplink}releases/seamonkey$releaserelnoteversion/" %]
diff --git a/lib/sitemap.xml b/lib/sitemap.xml
--- a/lib/sitemap.xml
+++ b/lib/sitemap.xml
@@ -19,11 +19,12 @@
       </page>
     </page>
     <page url="releases/2.14b1" title="2.14 Beta 1" id="2.14b1" hide="true" />
-    <page url="releases/2.13.1" title="2.13.1" id="2.13.1" hide="false">
+    <page url="releases/2.13.2" title="2.13.2" id="2.13.2" hide="false">
       <page url="releases/seamonkey2.13/" title="Release Notes" id="seamonkey2.13">
         <page url="releases/seamonkey2.13/changes" title="What's New" id="seamonkey2.13-changes" />
       </page>
     </page>
+    <page url="releases/2.13.1" title="2.13.1" id="2.13.1" hide="true" />
     <page url="releases/2.13" title="2.13" id="2.13" hide="true" />
     <page url="releases/2.13b6" title="2.13 Beta 6" id="2.13b6" hide="true" />
     <page url="releases/2.13b5" title="2.13 Beta 5" id="2.13b5" hide="true" />
diff --git a/src/.htaccess b/src/.htaccess
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -39,7 +39,7 @@
 RedirectMatch permanent ^/releases/seamonkey2\.9\.1/ http://www.seamonkey-project.org/releases/seamonkey2.9/
 RedirectMatch permanent ^/releases/seamonkey2\.10\.1/ http://www.seamonkey-project.org/releases/seamonkey2.10/
 RedirectMatch permanent ^/releases/seamonkey2\.12\.1/ http://www.seamonkey-project.org/releases/seamonkey2.12/
-RedirectMatch permanent ^/releases/seamonkey2\.13\.1/ http://www.seamonkey-project.org/releases/seamonkey2.13/
+RedirectMatch permanent ^/releases/seamonkey2\.13\.[12]/ http://www.seamonkey-project.org/releases/seamonkey2.13/
 
 # redirect relnotes of -pre versions to the get involved page
 RedirectMatch temp ^/releases/seamonkey.*pre/ http://www.seamonkey-project.org/dev/get-involved
diff --git a/src/news.en.xml b/src/news.en.xml
--- a/src/news.en.xml
+++ b/src/news.en.xml
@@ -7,6 +7,26 @@
 -->
 
 <newsfeed title="SeaMonkey News" url="http://seamonkey-project.org/news">
+  <entry id="2012-10-27" showfront="true">
+    <headline>SeaMonkey 2.13.2</headline>
+    <content type="html" xml:lang="en">
+<![CDATA[<p>
+As part of Mozilla's ongoing stability and security update process, SeaMonkey
+2.13.2 is now available for Windows, Mac, and Linux as a free download from
+<a href="http://www.seamonkey-project.org/releases/">www.seamonkey-project.org</a>.
+</p>
+<p>
+We strongly recommend that all SeaMonkey users upgrade to this latest release.
+</p>
+<p>
+For a <a href="http://www.seamonkey-project.org/releases/seamonkey2.13/changes">list
+of changes</a> and more information, please review the
+<a href="http://www.seamonkey-project.org/releases/seamonkey2.13/">SeaMonkey
+2.13 Release Notes</a>.
+</p>]]>
+    </content>
+  </entry>
+
   <entry id="2012-10-26" showfront="true">
     <headline>SeaMonkey 2.14 Beta 2</headline>
     <content type="html" xml:lang="en">
@@ -33,7 +53,7 @@
     </content>
   </entry>
 
-  <entry id="2012-10-12" showfront="true">
+  <entry id="2012-10-12" showfront="false">
     <headline>SeaMonkey 2.13.1</headline>
     <content type="html" xml:lang="en">
 <![CDATA[<p>
diff --git a/src/releases/2.13.1.en.html b/src/releases/2.13.1.en.html
--- a/src/releases/2.13.1.en.html
+++ b/src/releases/2.13.1.en.html
@@ -2,7 +2,7 @@
 [%- smversion = '2.13.1' -%]
 [%- prettyversion = '2.13.1' -%]
 [%- relnoteversion = '2.13' -%]
-[%- mirrorred = true -%]
+[%- mirrorred = false -%]
 [%- uselongversion = false -%]
 [%- releasedate = "October 12, 2012" -%]
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
@@ -23,7 +23,6 @@
 <h1><a name="[% smversion %]">SeaMonkey [% prettyversion %]</a></h1>
 <p class="release-date">Released [% releasedate %]</p>
 
-<!--
 <div class="important">
   <strong class="very-strong shout">Warning!</strong> The SeaMonkey version
   available for download from this page is outdated and may suffer from
@@ -33,7 +32,6 @@
   <br>We strongly advise you to download the <a href="./">current release</a>
   instead.
 </div>
--->
 
 <ul class="toc">
   <li><a href="#official">Official Builds</a></li>
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
@@ -4,7 +4,7 @@
 [%- relnoteversion = releaserelnoteversion -%]
 [%- mirrorred = true -%]
 [%- uselongversion = false -%]
-[%- releasedate = "October 12, 2012" -%]
+[%- releasedate = "October 27, 2012" -%]
 [%- betareleasedate = "October 26, 2012" -%]
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html lang="en">
@@ -468,9 +468,10 @@
 <div class="para" id="old">
   <p>Previously released versions of SeaMonkey:</p>
   <ul class="snav">
+    <!--<li><a href="2.13.2">2.13.2</a></li>-->
     <!--<li><a href="2.14b2">2.14 Beta 2</a></li>-->
     <li><a href="2.14b1">2.14 Beta 1</a></li>
-    <!--<li><a href="2.13.1">2.13.1</a></li>-->
+    <li><a href="2.13.1">2.13.1</a></li>
     <li><a href="2.13">2.13</a></li>
     <li><a href="2.13b6">2.13 Beta 6</a></li>
     <li><a href="2.13b5">2.13 Beta 5</a></li>
diff --git a/src/releases/seamonkey2.13/changes.en.html b/src/releases/seamonkey2.13/changes.en.html
--- a/src/releases/seamonkey2.13/changes.en.html
+++ b/src/releases/seamonkey2.13/changes.en.html
@@ -28,6 +28,7 @@
   <li><a href="#new">New Features and Fixes</a>
     <ul>
       <li><a href="#major">Major Changes</a></li>
+      <li><a href="#fixes2132">Fixes in 2.13.2</a></li>
       <li><a href="#fixes2131">Fixes in 2.13.1</a></li>
       <li><a href="#fixesB6">Fixes in Beta 6 / Final</a></li>
       <li><a href="#fixesB5">Fixes in Beta 5</a></li>
@@ -52,9 +53,22 @@
 </div>
 
 <div class="fieldset">
+<span class="legend" id="fixes2132">Fixes in 2.13.2</span>
+<ul>
+  <li><a href="http://www.mozilla.org/security/known-vulnerabilities/seamonkey.html">Security
+    fixes</a>.</li>
+  <li>Edited contacts could not be saved if the address book contained lists (<a
+    href="https://bugzilla.mozilla.org/show_bug.cgi?id=801615">bug 801615</a>).</li>
+  <li>Local IMAP mail files could grow excessively (<a
+    href="https://bugzilla.mozilla.org/show_bug.cgi?id=803843">bug 803843</a>).</li>
+</ul>
+</div>
+
+<div class="fieldset">
 <span class="legend" id="fixes2131">Fixes in 2.13.1</span>
 <ul>
-  <li>Nothing but security fixes.</li>
+  <li><a href="http://www.mozilla.org/security/known-vulnerabilities/seamonkey.html">Security
+    fixes</a>.</li>
 </ul>
 </div>
 
diff --git a/src/releases/seamonkey2.13/index.en.html b/src/releases/seamonkey2.13/index.en.html
--- a/src/releases/seamonkey2.13/index.en.html
+++ b/src/releases/seamonkey2.13/index.en.html
@@ -45,7 +45,7 @@
 </p>
 <h3>SeaMonkey-specific changes</h3>
 <ul>
-  <li>None.</li>
+  <li>None (see <a href="changes">changes page</a> for minor changes).</li>
 </ul>
 <h3>Mozilla platform changes</h3>
 <ul>
diff --git a/src/releases/seamonkey2.13/relnote.var b/src/releases/seamonkey2.13/relnote.var
--- a/src/releases/seamonkey2.13/relnote.var
+++ b/src/releases/seamonkey2.13/relnote.var
@@ -1,7 +1,7 @@
 [%- rnote.baseversion = "2.13" -%]
 [%- rnote.basename = "SeaMonkey 2.13" -%]
-[%- rnote.version = "2.13.1" -%]
-[%- rnote.name = "SeaMonkey 2.13.1" -%]
+[%- rnote.version = "2.13.2" -%]
+[%- rnote.name = "SeaMonkey 2.13.2" -%]
 [%- rnote.relativeto.version = "2.12" -%]
 [%- rnote.relativeto.name = "SeaMonkey 2.12" -%]
 [%- rnote.relativeto.stable.version = "2.12" -%]