www.fgks.org   »   [go: up one dir, main page]

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-10-12 15:49:31 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-10-12 23:21:50 -0500
commit3e8a55f62612c5cb746ad8a6d7000789f671c594 (patch)
tree767975aac434bdbaa69a35393bbbc3cf0065f96f
parent3e325dd50e39e8009460633e76af4fa5ac42e237 (diff)
downloadgnuzilla-test.tar.gz
Version bumped to 38.3.0v38.3.0test
-rw-r--r--COPYING4
-rw-r--r--data/Changelog.IceCat14
-rw-r--r--makeicecat4
3 files changed, 18 insertions, 4 deletions
diff --git a/COPYING b/COPYING
index 5a1ad9e..2b53565 100644
--- a/COPYING
+++ b/COPYING
@@ -6,8 +6,8 @@ NOTE: This bundle only contains the set of scripts that programatically
NOTE 2: Extensions bundled with IceCat are contain their own Copyright
and license notices and are not covered by this file.
- Copyright (C) 2014 Ruben Rodriguez <ruben@gnu.org>
- Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2014, 2015 Ruben Rodriguez <ruben@gnu.org>
+ Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014, 2015 Free Software Foundation
This program is free software; you can redistribute it and/or modify
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 1abd007..226439e 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,16 @@
+2015-10-08 Ruben Rodriguez <ruben@gnu.org>
+ * Rebased to v38.x
+ * Updated to v38.3.0ESR
+ * LibreJS updated to 6.0.10.20150620
+ * HTTPS-Everywhere updated to 5.1.1
+ * HTML5 Video Everywhere updated to 0.3.3
+ * Added more privacy settings and crypto hardening
+ - Disabled battery handling in dom
+ - Disabled sensor handling in dom
+ - Disable face detection and autofocus controls
+ - Disabled DNS prefetch
+ - Disabled ssl/tls protocols that are useless or too weak
+
2015-08-22 Ruben Rodriguez <ruben@gnu.org>
* Applied patch for CVE-2015-4473 CVE-2015-4482 CVE-2015-4488 CVE-2015-4489 CVE-2015-4491 CVE-2015-4492 CVE-2015-4495 from Guix.
@@ -13,6 +26,7 @@
2015-06-05 Ruben Rodriguez <ruben@gnu.org>
* Updated to v31.7.0ESR
* Fix build system for translation packages
+ * Remove tor-proxy from debian recommends field
2015-04-03 Ruben Rodriguez <ruben@gnu.org>
* Updated to v31.6.0ESR
diff --git a/makeicecat b/makeicecat
index 74d5585..9eff5c0 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,7 +20,7 @@
set -e
FFMAJOR=38
-FFMINOR=1
+FFMINOR=3
FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
@@ -91,7 +91,7 @@ mkdir l10n
cd l10n
while read line;do
line=$(echo $line |cut -d' ' -f1)
- [ $line = "es-ES" ] || continue
+ #[ $line = "es-ES" ] || continue
[ $line = "en-US" ] && continue
hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$line
cd $line