diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-24 18:58:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-24 18:58:53 +0800 |
commit | 9224b4d13385758198b001975ddb858529e5dd16 (patch) | |
tree | 332fe3e96a585e80d76363c7225a64fe2742d9d9 | |
parent | a3993adc4d6fb04a29e14e0c9c4a36aec226a6d3 (diff) | |
download | gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar.gz gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar.bz2 gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar.lz gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar.xz gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.tar.zst gsoc2013-epiphany-9224b4d13385758198b001975ddb858529e5dd16.zip |
Version 1.3.6.
2004-08-24 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Version 1.3.6.
-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 |