From 1e6783e25c379d44d27f9e1581dce8896db2da8f Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 15 Apr 2017 22:02:02 -0400 Subject: Version bumped to 52.0.2ESR --- data/Changelog.IceCat | 23 +++++++++++++++++++++++ makeicecat | 6 +++--- 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 + * 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 * 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 -- cgit v1.2.3