From 8372d2c620315f658b644a182d7603ddd2649e68 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 1 Aug 2004 11:04:49 +0000 Subject: Version 1.3.4. 2004-08-01 Christian Persch * configure.in: Version 1.3.4. * NEWS: Updated for 1.3.4. --- ChangeLog | 10 ++++++++++ NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fb9ec436..d837b79cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-08-01 Christian Persch + + * configure.in: + + Version 1.3.4. + + * NEWS: + + Updated for 1.3.4. + 2004-07-31 Christian Persch * src/ephy-window.c: (ephy_window_get_type), diff --git a/NEWS b/NEWS index a2d115460..4f4f33205 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,54 @@ +============== +Epiphany 1.3.4 +============== + +Code changes + + * Add mime types to .desktop file (Xan) + * Simplify proxy PAC handling (Christian) + * Reworked node views (Marco) + * Adapt to mozilla API change (Christian) + * Don't use -include which isn't portable (Christian) [#143094] + * Fix signedness warnings with gcc 3.5 (Jon Oberheide) + * Misc popup blocker code cleanup (Adam) + +Bug Fixes + + * Fix downloader crash on shutdown (Marco) [#141928] + * Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon) + * Fix crash when importing bookmarks from mozilla (Marco) [#145611] + * Gracefully handle inability to create downloads directory + (Marco) [#146902] + * Fix profiler output for times > 1 s (Christian, ported from galeon) + * Fix crash in the new bookmark dialogue with deleted topics + (Marco) [#144770] + * Use our stock icon for the downloader icon in tray (Christian) + * Fix dialogue title of Save Link As filechooser (Christian) [#138208] + * Correctly update toolbar's not-removable flag (Christian) + * Fix mem leak from toolbars model (Christian) + * Fix non-ascii topic titles in the bookmarks menu (Christian) [#147469] + * Fix download directory chooser initial directory (Christian) [#146055] + * Confirm overwriting file from content handler (Christian) [#143501] + * Fix crash when screen size changes after using fullscreen (Christian) + +New and updated translations: + + * Владимир Петков (bg) + * Miloslav Trmač (cs) + * Christian Neumair (de) + * Francisco Javier F. Serrador (es) + * Νίκος Χαρωνιτάκης (el) + * Gareth Owen (en_GB) + * रविशंकर श्रीवास्तव (hi) + * 相花 毅 (ja) + * Changwoo Ryu (ko) + * Žygimantas Beručka (lt) + * Kjartan Maraas (no) + * GNOME PL Team (pl) + * Duarte Loreto (pt) + * Laurent Dhima (sq) + + ============== Epiphany 1.3.3 ============== diff --git a/configure.in b/configure.in index 6ce674512..660083da7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.3.3, +AC_INIT([epiphany], [1.3.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) GNOME_COMMON_INIT @@ -224,7 +224,7 @@ AC_DEFINE_UNQUOTED(MOZILLA_MICRO, $micro, [Define to the Mozilla micro version.] if test "$1" -lt 1 -o \( "$1" -eq 1 -a "$2" -lt 7 \) -o \( "$1" -eq 1 -a "$2" -eq 7 -a "$type" -lt 4 \); then AC_ERROR([ ***************************************************************************** -Epiphany can be built using Mozilla 1.7, 1.8a1, 1.8a2 or trunk +Epiphany can be built using Mozilla 1.7, 1.7 branch, 1.8a1, 1.8a2, or trunk snapshot, but the version available is $MOZILLA_VERSION. When using Mozilla trunk snapshot, a successful build is not guaranteed due -- cgit v1.2.3