diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2004-08-30 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.in: + + Version 1.3.8. + 2004-08-29 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (sanitize_filename), @@ -2,8 +2,6 @@ Epiphany 1.3.8 ============== -[up to ChangeLog rev. 1.1894 ] - Code changes * Track mozilla API change on 1.7 branch (Christian) @@ -14,6 +12,7 @@ Bug fixes * Correct stored tab positioning after tab_added signal (Justin Wake) * Fix for bookmarks on main toolbar (Christian) [#151267] * Fix signal handler return values for popup_menu signal (Christian) + * Fix crash on print to filename with nonabsolute path (Christian) [#148849] Documentation @@ -22,6 +21,8 @@ Documentation Translation updates * Ole Laursen (da) + * Christian Neumair (de) + * Nikos Charonitakis (el) * Iñaki Larrañaga Murgoitio (eu) * Ankit Patel (gu) * Gurban Mühemmet Tewekgeli (tk) diff --git a/configure.in b/configure.in index e194bba99..90b68461c 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.3.7.90], +AC_INIT([GNOME Web browser], [1.3.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |