aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d668ecb7..82700ae55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+==================
+Epiphany 2.91.91.1
+==================
+
+Changes:
+
+ - Fix theming issues in the primary toolbar. (#644261)
+ - Remove minimum font size setting from the UI. (#644247)
+ - Use GNOME document font for the default font, instead of the UI
+ font. (#644521)
+ - Use Serif as default family instead of Sans Serif, like Every
+ Other Modern Browser Does(tm) (#644523)
+
================
Epiphany 2.91.91
================
diff --git a/configure.ac b/configure.ac
index b3bebd2b6..24270a743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
m4_define([epiphany_version_major],[2])
m4_define([epiphany_version_minor],[91])
m4_define([epiphany_version_micro],[91])
-m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
+m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1])
# This can be either "trunk" or "branches/gnome-x-y"
m4_define([epiphany_branch],["trunk"])