gnuzilla

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

commit 3dd056d2b3e1569f23118196fb3af32cd7802b65
parent 2f4e6b8d88a4b3336dd479f060ee4c28acc285ff
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Mon, 13 Jul 2015 23:00:02 -0500

Version bumped to 31.8.0

Diffstat:
Mdata/Changelog.IceCat | 17+++++++++++++++++
Mmakeicecat | 2+-
2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat @@ -1,3 +1,20 @@ +2015-07-12 Ruben Rodriguez <ruben@gnu.org> + * Updated to v31.8.0ESR + * Applied fix for LogJam attack [https://weakdh.org/] + * HTML5 Video Everywhere updated to 0.2.38.1 + * LibreJS updated to 6.0.9 + * HTTPS-Everywhere updated to 5.0.5 + * Spyblock updated to 2.6.9.0 from upstream changes + * Disabled hardware acceleration and WebGL + +2015-06-05 Ruben Rodriguez <ruben@gnu.org> + * Updated to v31.7.0ESR + * Fix build system for translation packages + +2015-04-03 Ruben Rodriguez <ruben@gnu.org> + * Updated to v31.6.0ESR + * Disable CNNIC root certificate + 2015-03-15 Ruben Rodriguez <ruben@gnu.org> * Fixed profile path to .mozilla/icecat diff --git a/makeicecat b/makeicecat @@ -20,7 +20,7 @@ set -e FFMAJOR=31 -FFMINOR=6 +FFMINOR=8 FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}