diff options
-rw-r--r-- | data/Changelog.IceCat | 23 | ||||
-rw-r--r-- | 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 <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 @@ -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 |