diff options
-rw-r--r-- | data/Changelog.IceCat | 7 | ||||
-rw-r--r-- | makeicecat | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat index 273e5dd..1d2c963 100644 --- a/data/Changelog.IceCat +++ b/data/Changelog.IceCat @@ -1,3 +1,10 @@ +2016-05-10 Ruben Rodriguez <ruben@gnu.org> + * Updated to v38.8.0ESR + * LibreJS updated to 6.0.13 + * HTTPS-Everywhere updated to 5.1.6 + * Updated ssl cypher settings + * Do not spoof user-agent on android + 2016-04-07 Ruben Rodriguez <ruben@gnu.org> * Updated to v38.7.1ESR @@ -20,8 +20,8 @@ set -e FFMAJOR=38 -FFMINOR=7 -FFSUB=1 +FFMINOR=8 +FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} ICECATVERSION=$FFVERSION-gnu$GNUVERSION |