summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-02-13 17:11:51 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-02-13 17:11:51 -0600
commit2c3a1c42210e85045818fbe45d27e1d0121b53d5 (patch)
tree115988af0ffdd13c5d2c962823b89a3219f043c1
parent947ee35b847aea857df2b03fb0b5b73687410bb0 (diff)
downloadepiphany-2c3a1c42210e85045818fbe45d27e1d0121b53d5.tar.gz
Prepare 3.23.903.23.90
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4cfa5c0f0..409fbf753 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.23.90 - February 13, 2017
+===========================
+
+- Remove the integrated view source mode, not ready for stable release (#775145)
+- Fix the search provider (#775902)
+- Rearrange bookmarks app menu items (#778280)
+- Multiple fixes to the new insecure password form focused warning (#778369)
+- Fix condition where the new tab menu could get desynced from the current tabs
+- Many settings are now stored separately for each web application
+- Updated translations
+
3.23.5 - February 03, 2017
==========================
diff --git a/configure.ac b/configure.ac
index d21a56247..052e85e67 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.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])