aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-01 19:04:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-01 19:04:49 +0800
commit8372d2c620315f658b644a182d7603ddd2649e68 (patch)
tree4d90787c7b4f2004174bfebaa1bcc9c07697e5a9
parentf4136997688796f1b6ad574f70d58ed32f3eb6c6 (diff)
downloadgsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.gz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.bz2
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.lz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.xz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.zst
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.zip
Version 1.3.4.
2004-08-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.3.4. * NEWS: Updated for 1.3.4.
-rw-r--r--ChangeLog10
-rw-r--r--NEWS51
-rw-r--r--configure.in4
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 <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Version 1.3.4.
+
+ * NEWS:
+
+ Updated for 1.3.4.
+
2004-07-31 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_get_type),
diff --git a/NEWS b/NEWS
index a2d115460..4f4f33205 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,55 @@
==============
+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