aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-03-12 21:38:04 +0800
committerXan Lopez <xlopez@igalia.com>2011-03-12 21:38:04 +0800
commit3010236814e202daff2edab57c054f081ad04d8d (patch)
tree37bdce1ddc9e47a961eb88dabf244c9e8d977951
parent775326c490fdaf106d983cd17391c776dec3856d (diff)
downloadgsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.gz
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.bz2
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.lz
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.xz
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.zst
gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.zip
[release] 2.91.91.12.91.91.1
-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"])