diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-03-12 21:38:04 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-03-12 21:38:04 +0800 |
commit | 3010236814e202daff2edab57c054f081ad04d8d (patch) | |
tree | 37bdce1ddc9e47a961eb88dabf244c9e8d977951 | |
parent | 775326c490fdaf106d983cd17391c776dec3856d (diff) | |
download | gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.gz gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.tar.zst gsoc2013-epiphany-3010236814e202daff2edab57c054f081ad04d8d.zip |
[release] 2.91.91.12.91.91.1
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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"]) |