diff options
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,23 @@ =============== +Epiphany 2.29.3 +=============== + +Changes: + + - Don't assume all seed extensions return an object as a value + (#599714) + - Fix refcounting of seed extensions (#599838) + - Provide the Inspect Element menu item in context menus again + (#599473) + - Many fixes to our gobject-introspection support (#599757) + - Disconnect dbus callbacks when disposing of the network monitor + (#572326) + - Only use the main frame to fetch the document type for pages + (#602400) + - Restore 'Close' and 'Help' buttons in dialogs (#590387) + - Fix auto-google search when using Ctrl-Enter (#603324) + +=============== Epiphany 2.29.1 =============== diff --git a/configure.ac b/configure.ac index 4767ff72c..869def41b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[29]) -m4_define([epiphany_version_micro],[1]) +m4_define([epiphany_version_micro],[3]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |