# HG changeset patch # User jh@junetz.de # Date 1418834300 0 # Wed Dec 17 16:38:20 2014 +0000 # Node ID 557d7906e25ed04f8ed314cc4337605492b43c48 # Parent 873979b2c8558e3847bb6e3a97834d1ee663463e Bug 1084143 - (SM231-RELNOTE) Create/Update 2.31 Release Notes filled in SM changes, removed Changes page and added fixed bug links diff --git a/lib/sitemap.xml b/lib/sitemap.xml --- a/lib/sitemap.xml +++ b/lib/sitemap.xml @@ -17,9 +17,7 @@ <page url="releases/seamonkey2.32/" title="Release Notes" id="seamonkey2.32"/> </page> <page url="releases/2.31" title="2.31" id="2.31" hide="false"> - <page url="releases/seamonkey2.31/" title="Release Notes" id="seamonkey2.31"> - <page url="releases/seamonkey2.31/changes" title="What's New" id="seamonkey2.31-changes" /> - </page> + <page url="releases/seamonkey2.31/" title="Release Notes" id="seamonkey2.31"/> </page> <page url="releases/2.31b2" title="2.31 Beta 2" id="2.31b2" hide="true" /> <page url="releases/2.31b1" title="2.31 Beta 1" id="2.31b1" hide="true" /> diff --git a/src/news.en.xml b/src/news.en.xml --- a/src/news.en.xml +++ b/src/news.en.xml @@ -38,6 +38,8 @@ Most notably, this release features for the first time: </p> <ul> + <li>Text zoom is now available in Composer.</li> + <li>GStreamer and PulseAudio support has been re-enabled on Linux.</li> <li>Support for H264 (MP4) is now built in on Mac OS X Snow Leopard (10.6) and newer through native APIs.</li> <li>HTTP/2 (draft14) and ALPN have been implemented.</li> diff --git a/src/releases/seamonkey2.31/changes.en.html b/src/releases/seamonkey2.31/changes.en.html deleted file mode 100755 --- a/src/releases/seamonkey2.31/changes.en.html +++ /dev/null @@ -1,81 +0,0 @@ -[%- mypath = "${template.name}"|replace('[^\/]*$','') -%] -[%- PROCESS "${mypath}/relnote.var" -%] -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html lang="en"> -<head> - -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<meta http-equiv="Content-Language" content="en"> -<meta http-equiv="Content-Style-Type" content="text/css"> -<meta http-equiv="Content-Script-Type" content="text/javascript"> - -<link rel="top" href="../../" title="SeaMonkey Project"> -<link rel="up" href="./" title="[% rnote.name %]"> - -<title>What's New in [% rnote.basename %]</title> -</head> -<body> -<h1>What's New in [% rnote.basename %]</h1> - -<div class="section"> -<p>This document outlines a few of the new features implemented in - [% rnote.basename %], important bugfixes and any new problems. - Please note that these changes are relative to - <a href="../seamonkey[% rnote.relativeto.stable.version %]/">[% rnote.relativeto.stable.name %]</a>.</p> -</div> - -<ul class="toc"> - <li><a href="#new">New Features and Fixes</a> - <ul> - <li><a href="#major">Major Changes</a></li> - <li><a href="#fixesB2">Fixes in Beta 2</a></li> - <li><a href="#featuresB1">Features in Beta 1</a></li> - <li><a href="#fixesB1">Fixes in Beta 1</a></li> - </ul> - </li> - <!--<li><a href="#issues">New Issues</a></li>--> -</ul> - -<h2 id="new">New Features and Fixes</h2> - -<!-- Major --> -<div class="fieldset"> -<span class="legend" id="major">Major Changes</span> -<ul> - <li>None.</li> -</ul> -</div> - -<div class="fieldset"> -<span class="legend" id="fixesB2">Fixes in Beta 2</span> -<ul> - <li>(Coming soon.)</li> -</ul> -</div> - -<div class="fieldset"> -<span class="legend" id="featuresB1">Features in Beta 1</span> -<ul> - <li>(Coming soon.)</li> -</ul> -</div> - -<div class="fieldset"> -<span class="legend" id="fixesB1">Fixes in Beta 1</span> -<ul> - <li>(Coming soon.)</li> -</ul> -</div> - -<p>See <a href="http://www.mozilla.org/en-US/firefox/34.0beta/releasenotes/">Firefox - 34.0 Beta Notes</a> for the corresponding Firefox releases.</p> - -<!-- -<h2 id="issues">New Issues</h2> -<ul> - <li>TBD</li> -</ul> ---> - -</body> -</html> diff --git a/src/releases/seamonkey2.31/index.en.html b/src/releases/seamonkey2.31/index.en.html --- a/src/releases/seamonkey2.31/index.en.html +++ b/src/releases/seamonkey2.31/index.en.html @@ -1,5 +1,6 @@ [%- mypath = "${template.name}"|replace('[^\/]*$','') -%] [%- PROCESS "${mypath}/relnote.var" -%] +[%- PROCESS "changes.tmpl" -%] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> @@ -45,9 +46,8 @@ </p> <h3>SeaMonkey-specific changes</h3> <ul> - <li>(Coming soon.)</li> - <li>See the <a href="changes">changes page</a> for a more complete - overview.</li> + <li>Text zoom is now available in Composer.</li> + <li>GStreamer and PulseAudio support has been re-enabled on Linux.</li> </ul> <h3>Mozilla platform changes</h3> <ul> @@ -67,10 +67,12 @@ 34 for Developers</a>.</li> <li>Fixed several stability issues.</li> </ul> +<h3>Bugs fixed in this release</h3> +<ul> + <li><a href="[% INCLUDE changes_link changes_app="seamonkey" changes_product="" changes_ver="${changes.sm.ver}" changes_tm="${changes.sm.tm}" %]">SeaMonkey bugs</a></li> + <li><a href="[% INCLUDE changes_link changes_app="thunderbird" changes_product="" changes_ver="${changes.tb.ver}" changes_tm="${changes.tb.tm}" %]">Thunderbird bugs</a> (including both shared MailNews- and Thunderbird-only bugs)</li> +</ul> <p> -The <a href="changes">changes page</a> lists a more detailed overview of -<a href="changes#new">new features and fixes</a> relative to our last stable release, -<a href="../seamonkey[% rnote.relativeto.stable.version %]/">[% rnote.relativeto.stable.name %]</a>. Relevant security fixes are listed on <a href="http://www.mozilla.org/security/known-vulnerabilities/seamonkey.html">Security Advisories for SeaMonkey</a>. </p> diff --git a/src/releases/seamonkey2.31/relnote.var b/src/releases/seamonkey2.31/relnote.var --- a/src/releases/seamonkey2.31/relnote.var +++ b/src/releases/seamonkey2.31/relnote.var @@ -6,3 +6,7 @@ [%- rnote.relativeto.name = "SeaMonkey 2.30" -%] [%- rnote.relativeto.stable.version = "2.30" -%] [%- rnote.relativeto.stable.name = "SeaMonkey 2.30" -%] +[%- changes.sm.ver = "231" -%] +[%- changes.sm.tm = "2.31"-%] +[%- changes.tb.ver = "34" -%] +[%- changes.tb.tm = "34.0" -%]