diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-10-07 21:04:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-10-07 21:04:38 +0800 |
commit | 574912822f8c2734d836460f8fc6b02e3ccc6d31 (patch) | |
tree | ad9353f0b362c857514a7659ce634851942d1041 | |
parent | 253d79513df2640b3753024183d6881a18308649 (diff) | |
download | gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar.gz gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar.bz2 gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar.lz gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar.xz gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.tar.zst gsoc2013-epiphany-574912822f8c2734d836460f8fc6b02e3ccc6d31.zip |
=== Release 1.4.2 ===
2004-10-07 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
* configure.in:
=== Release 1.4.2 ===
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 27 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2004-10-07 Marco Pesenti Gritti <marco@gnome.org> + * NEWS: + * configure.in: + + === Release 1.4.2 === + +2004-10-07 Marco Pesenti Gritti <marco@gnome.org> + reviewed by: Christian Persch <chpe@cvs.gnome.org> * configure.ac: @@ -1,4 +1,23 @@ ============== +Epiphany 1.4.2 +============== + +Bug fixes + + * Set dialogs icon to default ephy icon (Christian) + * Fix slow resize of the window with many tabs (Christian) + * Don't allow activation of the hidden menubar + in print preview mode. (Christian) + * Recognise "Desktop" special downloads directory. (Christian) [#152926] + * Backwards compatibility with old mozilla plugins + location (Marco) + +Translation updates + + * Changwoo Ryu (ko) + * Gareth Owen (en_GB) + +============== Epiphany 1.4.1 ============== diff --git a/configure.in b/configure.in index 7ec87f662..b72f7bb79 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNOME Web browser], [1.4.1.90], +AC_INIT([GNOME Web browser], [1.4.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |