diff options
author | Xan Lopez <xan@gnome.org> | 2011-02-23 04:10:45 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2011-02-23 04:10:45 +0800 |
commit | d2c665bb7e35fec385e0c98ad62ad922610b5146 (patch) | |
tree | 791c27b12757daf3008b795644d71219df318609 | |
parent | c2f2b09306d290c173b312455d50c7b50e2ada6f (diff) | |
download | gsoc2013-epiphany-2.91.90.tar.gz gsoc2013-epiphany-2.91.90.tar.zst gsoc2013-epiphany-2.91.90.zip |
[release] 2.91.902.91.90
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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" |