summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 409fbf753..9583a7a4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.23.91 - February 27, 2017
+===========================
+
+- Add new search engine dialog and support for search engine bangs (#776738)
+- Restore keybinding Ctrl+Shift+N for opening incognito windows (#778606)
+- Fix major data loss and safety bugs in history service (#778649)
+- Use heart icon for favorite bookmarks (#778849)
+- Fix various issues affecting the new clear personal data dialog (#779100)
+- Fix many bugs affecting the bookmark list popover
+- Disable forget actions in history dialog when in incognito mode
+- Do not show add bookmarks popover star in incognito mode
+- Fix old overview snapshots not being properly replaced
+- Delete old bookmarks files during profile migration
+- Remove the default encoding preference again due to bugs
+- Fix some critical warnings
+
3.23.90 - February 13, 2017
===========================
diff --git a/configure.ac b/configure.ac
index c00420463..511ab57f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AX_REQUIRE_DEFINED([YELP_HELP_INIT])
dnl Must be a valid git tag
m4_define([epiphany_changelog_start],[3.21.4])
-AC_INIT([GNOME Web Browser],[3.23.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])