summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-11-15 10:43:34 +0200
committerClaudio Saavedra <csaavedra@igalia.com>2013-11-15 10:43:34 +0200
commit7588cba4b201311673e5a4a0df67829e91aba9de (patch)
treee85c6d2ff4a9d125b9b5de64e2420bd9eff596ba
parent71950801a0f1cb560e8a35c85f973e4d452196d1 (diff)
downloadepiphany-7588cba4b201311673e5a4a0df67829e91aba9de.tar.gz
[release] 3.10.23.10.2
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a298f5208..51b6327cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
===============
+Epiphany 3.10.2
+===============
+
+Changes:
+
+ - Expand the list of languages in preferences dialog (#710664)
+ - Update EasyList filter rules URL for ad blocker (#710661)
+ - Set default size and allow to reduced the entry (#708994
+ - Detect .xz as compressed too to avoid filenames like "filename.tar(1).xz" (#711750)
+ - Restore undo/redo in editable content (#698703)
+ - Documentation updates
+ - Updated translations
+
+===============
+Epiphany 3.10.1
+===============
+
+Changes:
+
+ - Some code fixes.
+ - Work again / and ' to activate the find bar (#708550)
+ - Updated translations
+
+===============
Epiphany 3.10.0
===============
diff --git a/configure.ac b/configure.ac
index d27ae867d..4403fcdb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[10])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_micro],[2])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])