diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ =============== +Epiphany 3.18.5 +=============== + +- Maybe fix security popover being clickable when not visible (#744307) +- Fix session state being deleted if UI process crashes very early (#747860) +- Add workaround to avoid taking new white snapshots for the overview (#761065) +- Switch to new tab when opening a page from history (#762381) +- Update the label on tabs with the URL when the page has no title +- Updated translations + +=============== Epiphany 3.18.4 =============== diff --git a/configure.ac b/configure.ac index a8407150a..66625d147 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[18]) -m4_define([epiphany_version_micro],[4]) +m4_define([epiphany_version_micro],[5]) 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]) |