summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-22 01:53:02 +0100
committerXan Lopez <xan@igalia.com>2013-02-22 02:08:03 +0100
commit5ec0cc55d468e8ef0487049da81570634d828a4c (patch)
treee0bb35a598a37a9a06dbd76bcf8c48ffc9d3c61e
parent91670cdfdead14e203a59bdf27139bd3fbaa99af (diff)
downloadepiphany-3.7.90.tar.gz
[release] 3.7.903.7.90
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b93c6b0d..27051b7a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+===============
+Epiphany 3.7.90
+===============
+
+Changes:
+
+ - Add "undo closed tab" functionality (#128184)
+ - Remove installed headers, API doc and pc files, since we don't
+ have extensions anymore.
+ - Only load pages when their tab is switched to on session restore
+ (#675302)
+ - Support notification filtering (#690996)
+ - Add a New Tab button in the toolbar (#684616)
+ - More bugfixes and missing functionality for the WebKit2 backend.
+ - Other bugfixes and cleanups.
+
==============
Epiphany 3.7.5
==============
diff --git a/configure.ac b/configure.ac
index bb13d628a..7f32bbd50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[7])
-m4_define([epiphany_version_micro],[5])
+m4_define([epiphany_version_micro],[90])
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])