mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
bump internal version number
This commit is contained in:
parent
fd27a15bac
commit
33619ad703
@ -13,7 +13,23 @@
|
||||
<img src="about:logopng" id="rzLogo">
|
||||
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
|
||||
<!-- current release -->
|
||||
<h1>RetroZilla 2.1</h1>
|
||||
<h1>RetroZilla 2.2</h1>
|
||||
<h3>New Features</h3>
|
||||
<ul>
|
||||
<li>Updated NSS with TLS 1.2 support</li>
|
||||
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
|
||||
<li>Various security fixes</li>
|
||||
<li>Various build system changes</li>
|
||||
<li>RetroZilla Browser (Firefox) code added</li>
|
||||
</ul>
|
||||
<h3>Release Notes</h3>
|
||||
<p>
|
||||
This build was released to bring TLS 1.2 support to users without having
|
||||
them wait until the Gecko code is done being worked on.
|
||||
</p>
|
||||
<!-- past releases -->
|
||||
<hr>
|
||||
<h2>RetroZilla 2.1</h2>
|
||||
<h3>New Features</h3>
|
||||
<ul>
|
||||
<li>Updated default tab and security preferences</li>
|
||||
@ -37,7 +53,7 @@
|
||||
on the RetroZilla home page (about:home) to notify users that don't follow the
|
||||
MSFN threads that a new version is out.
|
||||
</p>
|
||||
<!-- past releases -->
|
||||
<!-- -->
|
||||
<hr>
|
||||
<h2>RetroZilla 2.0</h2>
|
||||
<h3>New Features</h3>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#expand pref("general.useragent.extra.__MOZ_APP_NAME__", "__MOZ_APP_DISPLAYNAME__/__MOZ_APP_VERSION__ SeaMonkey/1.1.19 Firefox/2.0.20");
|
||||
pref("rzHome.autofocus", true);
|
||||
pref("retrozilla.version", 210);
|
||||
pref("retrozilla.version", 220);
|
||||
|
||||
// RETROZILLA SESSION RESTORE PREFERENCES
|
||||
pref("extensions.crashrecovery.interval", 10000);
|
||||
|
@ -1 +1 @@
|
||||
2.1
|
||||
2.2
|
@ -101,7 +101,7 @@ h1 {
|
||||
<hr />
|
||||
|
||||
<ul>
|
||||
<li>Copyright © 1998–2010, 2015-2017 by <a href="about:credits">Contributors</a> to
|
||||
<li>Copyright © 1998–2010, 2015-2018 by <a href="about:credits">Contributors</a> to
|
||||
the Mozilla and RetroZilla codebases under the <a href="about:license">Mozilla Public License
|
||||
and other licenses</a>. All Rights Reserved.</li>
|
||||
|
||||
|
@ -13,7 +13,23 @@
|
||||
<img src="about:logopng" id="rzLogo">
|
||||
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
|
||||
<!-- current release -->
|
||||
<h1>RetroZilla 2.1</h1>
|
||||
<h1>RetroZilla 2.2</h1>
|
||||
<h3>New Features</h3>
|
||||
<ul>
|
||||
<li>Updated NSS with TLS 1.2 support</li>
|
||||
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
|
||||
<li>Various security fixes</li>
|
||||
<li>Various build system changes</li>
|
||||
<li>RetroZilla Browser (Firefox) code added</li>
|
||||
</ul>
|
||||
<h3>Release Notes</h3>
|
||||
<p>
|
||||
This build was released to bring TLS 1.2 support to users without having
|
||||
them wait until the Gecko code is done being worked on.
|
||||
</p>
|
||||
<!-- past releases -->
|
||||
<hr>
|
||||
<h2>RetroZilla 2.1</h2>
|
||||
<h3>New Features</h3>
|
||||
<ul>
|
||||
<li>Updated default tab and security preferences</li>
|
||||
@ -37,7 +53,7 @@
|
||||
on the RetroZilla home page (about:home) to notify users that don't follow the
|
||||
MSFN threads that a new version is out.
|
||||
</p>
|
||||
<!-- past releases -->
|
||||
<!-- -->
|
||||
<hr>
|
||||
<h2>RetroZilla 2.0</h2>
|
||||
<h3>New Features</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user