summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-04-15 22:02:02 -0400
committerRuben Rodriguez <ruben@gnu.org>2017-04-15 22:02:02 -0400
commit1e6783e25c379d44d27f9e1581dce8896db2da8f (patch)
tree1cf6327cdb13b64732623ee8bbb7af45c1b874ab
parent880b12ae22681ddb56b0c7a100443fcd6d0fa7fe (diff)
Version bumped to 52.0.2ESR
-rw-r--r--data/Changelog.IceCat23
-rw-r--r--makeicecat6
2 files changed, 26 insertions, 3 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 687115a..3de2b1a 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,26 @@
+2017-04-15 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v52.0.2ESR
+ * Disable EME
+ * Remove custom gst support tweaking, deprecated
+ * Disable addon sign verification globally
+ * Run dch ignoring wrong version number
+ * Updates to the hg downloads for locales
+ * Disable suggested_sites tweak from mobile customizations
+ * Removed deprecated values from configure.in and mobile/android/confvars.sh
+ * Hide plugindeprecation-notice, warnings on unsigned extensions, and extra links in about box
+ * Remove iOS link, keep android one
+ * Removed unnecesary step for inserting DDG searchplugin
+ * Disable healthreport
+ * Disable signed plugin warning
+ * Fixed build error in bookmarks file
+ * Remove unnecesary patches
+ * Fix Spyblock for a api change in v52
+ * Mark Spyblock extension as multiprocessor compatible
+ * Mark abouticecat extension as multiprocessor compatible
+ * Branding files updated for v52
+ * Branding installation updated for v52
+ * HTTPS Everywhere updated to 5.2.14
+
2017-03-04 Ruben Rodriguez <ruben@gnu.org>
* Updated to v45.7.0ESR
diff --git a/makeicecat b/makeicecat
index 2912cee..abc95df 100644
--- a/makeicecat
+++ b/makeicecat
@@ -19,9 +19,9 @@
set -e
-FFMAJOR=45
-FFMINOR=7
-FFSUB=0
+FFMAJOR=52
+FFMINOR=0
+FFSUB=2
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION