diff options
-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 |