Browse Source

Bug 1325353 - Fix config.tmpl and updated various items for SeaMonkey 2.46. r=IanN

Frank-Rainer Grahl 7 years ago
parent
commit
0d5dcee213

+ 8 - 8
lib/config.tmpl

@@ -12,8 +12,8 @@
   [% toplink = '/' %]
 [% END %]
 
-[% releaseversion = '2.40' %]
-[% releaserelnoteversion = '2.40' %]
+[% releaseversion = '2.46' %]
+[% releaserelnoteversion = '2.46' %]
 [% releasename = "SeaMonkey $releaseversion" %]
 [% relnotes = "${toplink}releases/seamonkey$releaserelnoteversion/" %]
 [% download_win = "https://download.mozilla.org/?product=seamonkey-$releaseversion&os=win&lang=en-US" %]
@@ -23,19 +23,19 @@
 [%# releases.mozilla.org disabled, see bug 871120 %]
 [%# download_allfiles = "http://releases.mozilla.org/pub/seamonkey/releases/$releaseversion/" %]
 [% download_allfiles = "https://archive.mozilla.org/pub/seamonkey/releases/$releaseversion/" %]
-[% download_win_mb = 30 %]
-[% download_linux_mb = 38 %]
-[% download_mac_mb = 60 %]
+[% download_win_mb = 35 %]
+[% download_linux_mb = 45 %]
+[% download_mac_mb = 70 %]
 
-[% betabaseversion = '2.47' %]
+[% betabaseversion = '2.48' %]
 [% betabetaversion = '1' %]
 [% betaversion = "${betabaseversion}b${betabetaversion}" %]
 [% betaname = "SeaMonkey ${betabaseversion} Beta ${betabetaversion}" %]
 
-[% testbaseversion = '2.48' %]
+[% testbaseversion = '2.49' %]
 [% testversion = "${testbaseversion}a2" %]
 [% testdownloadbase = 'https://archive.mozilla.org/pub/seamonkey/nightly/latest-comm-aurora' %]
 
-[% develbaseversion = '2.49' %]
+[% develbaseversion = '2.50' %]
 [% develversion = "${develbaseversion}a1" %]
 [% develdownloadbase = 'https://archive.mozilla.org/pub/seamonkey/nightly/latest-comm-central-trunk' %]

+ 11 - 17
src/doc/system-requirements.en.html

@@ -24,12 +24,15 @@
     <li>Windows Vista</li>
     <li>Windows 7</li>
     <li>Windows 8</li>
+    <li>Windows 8.1</li>
+    <li>Windows 10</li>
   </ul>
   <h3>Minimum Hardware</h3>
+  SeaMonkey on Windows needs a CPU supporting the SSE2 instruction set.
   <ul>
-    <li>Pentium 233 MHz (<em>Recommended:</em> Pentium 500MHz or greater)</li>
-    <li>128 MB RAM</li>
-    <li>50 MB of free hard drive space</li>
+    <li>Pentium 4 1.5GHz (<em>Recommended:</em> Intel Core 2 Duo 1.8GHz or greater)</li>
+    <li>1 GB RAM</li>
+    <li>500 MB of free hard drive space</li>
   </ul>
 </div>
 
@@ -37,12 +40,12 @@
 <div class="section">
   <h3>Operating Systems</h3>
   <ul>
-    <li>Mac OS X 10.6 or higher</li>
+    <li>Mac OS X 10.9 or higher</li>
   </ul>
   <h3>Minimum Hardware</h3>
   <ul>
     <li>Macintosh computer with an Intel processor</li>
-    <li>200 MB of free hard drive space</li>
+    <li>500 MB of free hard drive space</li>
   </ul>
 </div>
 
@@ -61,21 +64,12 @@
         <li>libstdc++ 4.3 or higher</li>
       </ul>
     </li>
-    <li>For optimal functionality, we recommend the following libraries or
-      packages:
-      <ul>
-        <li>NetworkManager 0.7 or higher</li>
-        <li>DBus 1.0 or higher</li>
-        <li>HAL 0.5.8 or higher</li>
-        <li>GNOME 2.16 or higher</li>
-      </ul>
-    </li>
   </ul>
   <h3>Minimum Hardware</h3>
   <ul>
-    <li>Pentium 233 MHz (<em>Recommended:</em> Pentium 500MHz or greater)</li>
-    <li>128 MB RAM</li>
-    <li>50 MB of free hard drive space</li>
+    <li>Pentium 2 800MHz (<em>Recommended:</em> Intel Core 2 Duo 1.8GHz or greater)</li>
+    <li>768 MB RAM</li>
+    <li>500 MB of free hard drive space</li>
   </ul>
 </div>
 

+ 12 - 2
src/releases/legacy.en.html

@@ -26,6 +26,9 @@
 </div>
 
 <ul>
+  <li>SeaMonkey 2.49 will be the last version supporting Windows XP/Server 2003 and Vista/Server 2008.</li>
+  <li>The last version with Mac OS 10.8 support was SeaMonkey 2.40.</li>
+  <li>The last version for Windows with support for older CPUs not supporting the SSE2 instruction set was SeaMonkey 2.40.</li>
   <li>The last version with Windows 2000 and Windows XP without SP2 support was SeaMonkey 2.9.</li>
   <li>The last version with Mac OS 10.4 and PPC support was SeaMonkey 2.0.14.</li>
   <li>The last version with Windows 98/Me support was SeaMonkey 1.1.19.</li>
@@ -47,10 +50,17 @@ judgement as to the suitability of any of these third party builds you
 intend to use.
 </p>
 
+<h3>SeaMonkey for OS/2</h3>
+
+<p>
+Dave Yeo provides an <a href="https://bitbucket.org/dryeo/dry-comm-esr31/downloads">SeaMonkey for OS/2</a>
+builds on his Bitbucket projects website.
+</p>
+
 <h3>SeaMonkey for PPC</h3>
 
 <p>
-The <a href="http://code.google.com/p/seamonkey-ppc/">SeaMonkey for PPC</a>
+The <a href="https://sourceforge.net/projects/seamonkey-for-ppc/">SeaMonkey for PPC</a>
 project provides versions beyond SeaMonkey 2.9 for PowerPC/G4 on Mac OS 10.5.x.
 </p>
 
@@ -65,7 +75,7 @@ Firefox <acronym lang="en" title="Extended Support Release">ESR</acronym>.
 <h3>Tenfourbird</h3>
 
 <p>
-The <a href="http://en.sourceforge.jp/projects/tenfourbird/">Tenfourbird</a>
+The <a href="https://osdn.net/projects/tenfourbird/">Tenfourbird</a>
 project provides builds of Thunderbird for PowerPC (PPC) based on TenFourFox.
 </p>
 

+ 23 - 19
src/releases/seamonkey2.46/index.en.html

@@ -22,10 +22,12 @@
 <p>
 For [% rnote.basename %], the following extensions are removed and are not
 included in the distribution (due to repack issues).
-<<ul>
-    <li>Chatzilla</li>
-    <li>DOM Inspector</li>
-    <li>Lightning</li>
+<ul>
+    <li><a href="https://addons.mozilla.org/en-US/seamonkey/addon/chatzilla/">Chatzilla</a></li>
+    <li><a href="https://addons.mozilla.org/en-US/seamonkey/addon/dom-inspector-6622/">DOM Inspector</a>
+    Please disregard the message stating that DOM Inspector is not available for SeaMonkey 2.46 and use Install Anyway.
+    </li>
+    <li><a href="https://addons.mozilla.org/en-US/thunderbird/addon/lightning/versions/?page=1#version-5.1b1">Lightning</a> </li>
 </ul>
 </p>
 <p>They can be obtained from <a href="https://addons.mozilla.org/">AMO</a>.</p>
@@ -102,6 +104,8 @@ e.g. happens when you install the Add-on Compatibility Reporter add-on).</p>
   debugging SeaMonkey itself or add-ons), have a look at the <a
   href="https://addons.mozilla.org/seamonkey/addon/tiny-javascript-debugger/">Tiny
   JavaScript Debugger</a> add-on.</p>
+  <p>SeaMonkey 2.46 is the first version which bundles the Firefox developer tools as
+  a replacement.</p>
 </div>
 
 <h2 id="issues">Known Issues</h2>
@@ -109,24 +113,30 @@ e.g. happens when you install the Add-on Compatibility Reporter add-on).</p>
 This list covers some of the known problems with [% rnote.name %].
 Please read this before reporting any new bugs.
 <ul>
+  <li>Setting the default search engine no longer works. This is tracked in (<a
+    href="https://bugzilla.mozilla.org/show_bug.cgi?id=1265881">bug 1265881</a>).
+    One workaround is to open the sidebar, change the search engine there and then
+    also immediately do a search there to set it.</li>
+  <li>There were extensive changes in the Mozilla Gecko engine between 2.40 and 2.46.
+    SeaMonkey uses it to render web pages and the HTML5 support is also vastly improved.
+    But the changes here and in other areas also mean that some older extensions
+    might no longer be functioning properly. If you experience any problems please 
+    refer to the troubleshooting section first. Especially try to disable extensions 
+    first and check if this makes a difference.</li>
+  <li>The option to ask about cookies was removed from the Mozilla backend code.
+    The functionality could not be duplicated in our code and had to be removed.</li>
   <li>The SSL 3.0 encryption protocol is no longer supported due to
     security concerns (<a
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=1106470">bug
     1106470</a>). Legacy websites may still rely on it and will not work
     with the newer TLS 1.x protocols. Contact the website administrator
     to update their server to resolve the issue at the source.</li>
-  <!-- Remove following item once fix from bug 1081534 has made it to some Lightning release -->
-  <li>Lightning does not work with SeaMonkey when icaljs is enabled,
-    which it is by default (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1081534">bug
-    1081534</a>). As a workaround, disable icaljs by setting the calendar.icaljs
-    pref to false in about:config.</li>
   <li>The Remember Passwords add-on breaks password handling. Please disable
     or uninstall this add-on using the Add-ons Manager.</li>
   <li>You cannot set up a new Sync account or pair a device anymore (<a
-    href="https://bugzilla.mozilla.org/show_bug.cgi?id=998807">bug 998807</a>).
-    Workaround: Use an older version of SeaMonkey for such tasks for now.</li>
+    href="https://bugzilla.mozilla.org/show_bug.cgi?id=998807">bug 998807</a>).</li>
   <li><strong>Data loss warning:</strong> If you use a profile with this or any later
-    version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename
+    version and then try to go back to SeaMonkey 2.40 or earlier, SeaMonkey will rename
     your history file to places.sqlite.corrupt and create a new places.sqlite
     file, effectively resetting your browsing history. This is because the
     internal format changed and the upgrade process only works in one direction.
@@ -148,12 +158,6 @@ Please read this before reporting any new bugs.
     <a href="http://kb.mozillazine.org/UserContent.css">userContent.css</a>
     (note that the Stylish add-on cannot be used here since it does not
     integrate with the MailNews feed reader).</li>
-  <li>Select Element by Click doesn't flash the element in DOM Inspector on
-    Windows if hardware acceleration is enabled (<a
-    href="https://bugzilla.mozilla.org/show_bug.cgi?id=594299">bug 594299</a>).</li>
-  <li>The option "When opening a bookmark group" / "Replace existing tabs"
-    under Preferences / Tabbed Browsing does not have an effect anymore (<a
-    href="https://bugzilla.mozilla.org/show_bug.cgi?id=664101">bug 664101</a>).</li>
   <li>Lightning keyboard shortcuts for accessing the calendar tab from within
     the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (<a
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=514512">bug 514512</a>).</li>
@@ -188,7 +192,7 @@ Please read this before reporting any new bugs.
       <li>When hardware acceleration is off, background colors in the UI
         (toolbar, status bar etc.) might not update correctly when you switch
         focus from/to a window. Users running Macs with certain older hardware
-        (e.g. Intel GMA 950) will experience this even if they haven't turned
+        will experience this even if they haven't turned
         off hardware acceleration in Preferences (Appearance/Content) (<a
         href="https://bugzilla.mozilla.org/show_bug.cgi?id=626096">bug 626096</a>).</li>
     </ul>