summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Changelog.IceCat4
-rw-r--r--makeicecat4
2 files changed, 6 insertions, 2 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 3de2b1a..8374bf9 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,7 @@
+2017-05-04 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v52.1.0ESR
+ * Disabled punycode in urls
+
2017-04-15 Ruben Rodriguez <ruben@gnu.org>
* Updated to v52.0.2ESR
* Disable EME
diff --git a/makeicecat b/makeicecat
index 90eab19..aa92976 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,8 +20,8 @@
set -e
FFMAJOR=52
-FFMINOR=0
-FFSUB=2
+FFMINOR=1
+FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION