summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Changelog.IceCat23
-rw-r--r--data/README.IceCat29
-rw-r--r--makeicecat4
3 files changed, 26 insertions, 30 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 5d83888..61ad17c 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,26 @@
+2018-11-07 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v60.3.0ESR
+ * New about:home allows to tune the privacy settings and enable key extensions.
+ * First release including the re-implementation of LibreJS using WebExtensions.
+ * LibreJS companion extensions allow to use some sites without running their nonfree scripts, including: usps.com, pay.gov, goteo.org, Google drive, McDonalds wireless hotspots, rsf.org, sumofus.org
+ * Applied default settings and other changes that prevent IceCat from initiating connections that the user didn't explicitly request.
+ * Third-party requests blocked by default, with graphical interface for manageing exceptions.
+ * Simple TOR network integration (requires running TOR separately at the operating system level).
+ * Extensions:
+ "GNU LibreJS" 7.18.1
+ LibreJS companion extensions:
+ "LibreJS compatible Pay.gov" 1.2
+ "LibreJS/USPS compatibility" 1.0
+ "Goteo.org payments with free JS" 1.1
+ "LibreJS Google Drive" 1.0
+ "Rock and Roll McDonald's" 1.0
+ "Sign RSF.org petitions with free Javascript" 1.1
+ "LibreJS compatible SumOfUs.org" 1.1
+ "HTTPS Everywhere" 1.0.0
+ "Reveal hidden HTML" 1.6
+ "Torâ„¢ Browser Button" 0.1.5
+ "Searxes' Third-party Request Blocker" 1.0.14
+
2018-02-25 Ruben Rodriguez <ruben@gnu.org>
* Updated to v52.6.0ESR
* Extensions:
diff --git a/data/README.IceCat b/data/README.IceCat
index a6e09ae..7b83f42 100644
--- a/data/README.IceCat
+++ b/data/README.IceCat
@@ -1,6 +1,6 @@
This is the README file for the GNU IceCat distribution.
-Copyright (C) 2014, 2015 Ruben Rodriguez <ruben@gnu.org>
+Copyright (C) 2014-2018 Ruben Rodriguez <ruben@gnu.org>
Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
@@ -83,33 +83,6 @@ Because we hope and want our privacy enhancements to be picked up by
Mozilla itself, we are keeping the same tri-licensing scheme for
Gnuzilla/IceCat as Mozilla uses: MPL/GPL/LGPL.
-EXTENSIONS INCLUDED IN ICECAT 31.x
-==================================
-
-* LibreJS
- GNU LibreJS aims to address the JavaScript problem described in Richard
- Stallman's article The JavaScript Trap.
- http://www.gnu.org/philosophy/javascript-trap.html
-
-* Https-Everywhere
- Extension that encrypts your communications with many major websites,
- making your browsing more secure.
-
-* SpyBlock
- Blocks privacy trackers while in normal browsing mode, and all third party
- requests when in private browsing mode. Based on Adblock Plus.
-
-* AboutIceCat
- Adds a custom homepage with links to information about the free software
- and privacy features in IceCat, and checkboxes to enable and disable the
- ones more prone to break websites.
-
-* html5-video-everywhere
- Uses the native video player to play embedded videos from different sources
- https://github.com/lejenome/html5-video-everywhere
-
-All the extensions are released under the GNU Public License.
-
CONTRIBUTORS AND HELP
=====================
The maintainer of GNU IceCat is Ruben Rodriguez <ruben@gnu.org>.
diff --git a/makeicecat b/makeicecat
index d26fd3c..aa46b94 100644
--- a/makeicecat
+++ b/makeicecat
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2014-2016 Ruben Rodriguez <ruben@gnu.org>
+# Copyright (C) 2014-2018 Ruben Rodriguez <ruben@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
set -e
FFMAJOR=60
-FFMINOR=2
+FFMINOR=3
FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB