diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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]) |