summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75b83eedf..a12477686 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+================
+Epiphany 2.91.90
+================
+
+Changes:
+
+ - Port statusbar to GeditOverlay; fixes a bunch of bugs and should
+ be more efficient.
+ - Group new tabs by default when opened from another page; this
+ obsoletes the tab-group extension.
+
===============
Epiphany 2.91.6
===============
diff --git a/configure.ac b/configure.ac
index 8ce94bdf9..20a7b4a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[2])
m4_define([epiphany_version_minor],[91])
-m4_define([epiphany_version_micro],[6])
+m4_define([epiphany_version_micro],[90])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"