diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-22 08:53:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-22 09:08:03 +0800 |
commit | 5ec0cc55d468e8ef0487049da81570634d828a4c (patch) | |
tree | e0bb35a598a37a9a06dbd76bcf8c48ffc9d3c61e | |
parent | 91670cdfdead14e203a59bdf27139bd3fbaa99af (diff) | |
download | gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar.gz gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar.bz2 gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar.lz gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar.xz gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.tar.zst gsoc2013-epiphany-5ec0cc55d468e8ef0487049da81570634d828a4c.zip |
[release] 3.7.903.7.90
-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]) |