diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-19 05:55:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-19 05:55:48 +0800 |
commit | e515b58632fa80f7ef88bfaa50d50904646afedf (patch) | |
tree | b97ef99f172370574fdf814180b0db5329ff5d6f | |
parent | b2fff0dd22d8c3dbcb3d88e1d044fdb68b4cea21 (diff) | |
download | gsoc2013-epiphany-e515b58632fa80f7ef88bfaa50d50904646afedf.tar.gz gsoc2013-epiphany-e515b58632fa80f7ef88bfaa50d50904646afedf.tar.zst gsoc2013-epiphany-e515b58632fa80f7ef88bfaa50d50904646afedf.zip |
[release] 3.3.4.13.3.4.1
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +================ +Epiphany 3.3.4.1 +================ + +Changes: + + - Remove Find Next/Previous from the super menu. + - Remove Print Preview and Print Setup from the super menu. + - Remove "Send link by mail..." from the super menu, move it to the + document context menu. + - Hide EphyWindow's titlebar when maximized. + - Fix crash when updating the EphyEmbed statusbar after dispose + (#668171) + ============== Epiphany 3.3.4 ============== diff --git a/configure.ac b/configure.ac index be235e9a3..25d4d793c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[3]) m4_define([epiphany_version_micro],[4]) -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"]) |