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-24 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.in: + + Version 1.3.6. + 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: (ephy_label_ensure_layout), @@ -4,7 +4,7 @@ Epiphany 1.3.6 Bug fixes - * Fix components path (Marco) [#150358] + * Fix mozilla components path (Marco) [#150358] * Fix default horizontal scroll wheel action (Christian) [#148557] * Fix for newer libtools (Christian) [#150673] * Keep passwords list in pdm dialogue up-to-date (Christian) [#150296] @@ -13,7 +13,7 @@ Bug fixes * Fix bookmarks menu hierarchy and auto-updating (Christian) [#147470, #147786, #150246] * Change bookmarks hierarchy separator (Christian) [#149150] - * Also op up context menu with menu key (Christian) [#149150] + * Also pop up context menus with menu key (Christian) [#149150] New and updated translations: @@ -26,6 +26,7 @@ New and updated translations: * Kjartan Maraas (nb) * GNOME PL Team (pl) * Laurent Dhima (sq) + * Christian Rose (sv) * Jayaradha N (ta) * Maxim Dziumanenko (uk) diff --git a/configure.in b/configure.in index 1eab7a357..2734d1fe4 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.5.90], +AC_INIT([GNOME Web browser], [1.3.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |