gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 1e6783e25c379d44d27f9e1581dce8896db2da8f
parent 880b12ae22681ddb56b0c7a100443fcd6d0fa7fe
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Sat, 15 Apr 2017 22:02:02 -0400

Version bumped to 52.0.2ESR

Diffstat:
Mdata/Changelog.IceCat | 23+++++++++++++++++++++++
Mmakeicecat | 6+++---
2 files changed, 26 insertions(+), 3 deletions(-)

diff --git 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 @@ -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