From 7588cba4b201311673e5a4a0df67829e91aba9de Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 15 Nov 2013 10:43:34 +0200 Subject: [release] 3.10.2 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a298f5208..51b6327cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +=============== +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]) -- cgit v1.2.1