From 33619ad7039728190d942f3eb83d606ea2d991a3 Mon Sep 17 00:00:00 2001
From: Ryan Nematz
Date: Wed, 27 Jun 2018 01:01:06 -0400
Subject: [PATCH] bump internal version number
---
toolkit/content/aboutChangelog.html | 20 +++++++++++++++++--
xpfe/bootstrap/browser-prefs.js | 2 +-
xpfe/bootstrap/version.txt | 2 +-
xpfe/global/resources/content/about.xhtml | 2 +-
.../resources/content/aboutChangelog.html | 20 +++++++++++++++++--
5 files changed, 39 insertions(+), 7 deletions(-)
diff --git a/toolkit/content/aboutChangelog.html b/toolkit/content/aboutChangelog.html
index 22ecccbb..560cdabf 100644
--- a/toolkit/content/aboutChangelog.html
+++ b/toolkit/content/aboutChangelog.html
@@ -13,7 +13,23 @@
- RetroZilla 2.1
+ RetroZilla 2.2
+ New Features
+
+ - Updated NSS with TLS 1.2 support
+ - Various internal URLs have been updated to reflect current RetroZilla website
+ - Various security fixes
+ - Various build system changes
+ - RetroZilla Browser (Firefox) code added
+
+ Release Notes
+
+ 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.
+
+
+
+ RetroZilla 2.1
New Features
- Updated default tab and security preferences
@@ -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.
-
+
RetroZilla 2.0
New Features
diff --git a/xpfe/bootstrap/browser-prefs.js b/xpfe/bootstrap/browser-prefs.js
index feade137..cd155dd7 100644
--- a/xpfe/bootstrap/browser-prefs.js
+++ b/xpfe/bootstrap/browser-prefs.js
@@ -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);
diff --git a/xpfe/bootstrap/version.txt b/xpfe/bootstrap/version.txt
index 42f7d233..61618788 100644
--- a/xpfe/bootstrap/version.txt
+++ b/xpfe/bootstrap/version.txt
@@ -1 +1 @@
-2.1
\ No newline at end of file
+2.2
\ No newline at end of file
diff --git a/xpfe/global/resources/content/about.xhtml b/xpfe/global/resources/content/about.xhtml
index ea364e0d..09e03554 100644
--- a/xpfe/global/resources/content/about.xhtml
+++ b/xpfe/global/resources/content/about.xhtml
@@ -101,7 +101,7 @@ h1 {
-- Copyright © 1998–2010, 2015-2017 by Contributors to
+
- Copyright © 1998–2010, 2015-2018 by Contributors to
the Mozilla and RetroZilla codebases under the Mozilla Public License
and other licenses. All Rights Reserved.
diff --git a/xpfe/global/resources/content/aboutChangelog.html b/xpfe/global/resources/content/aboutChangelog.html
index 22ecccbb..560cdabf 100644
--- a/xpfe/global/resources/content/aboutChangelog.html
+++ b/xpfe/global/resources/content/aboutChangelog.html
@@ -13,7 +13,23 @@
- RetroZilla 2.1
+ RetroZilla 2.2
+ New Features
+
+ - Updated NSS with TLS 1.2 support
+ - Various internal URLs have been updated to reflect current RetroZilla website
+ - Various security fixes
+ - Various build system changes
+ - RetroZilla Browser (Firefox) code added
+
+ Release Notes
+
+ 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.
+
+
+
+ RetroZilla 2.1
New Features
- Updated default tab and security preferences
@@ -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.
-
+
RetroZilla 2.0
New Features