diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-02-17 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.in: + + Epiphany 1.1.9. + 2004-02-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: @@ -1,4 +1,20 @@ ============== +Epiphany 1.1.9 +============== + +Bugfixes + * Fix compilation with certain gcc version + * Fix filechooser filters when shown from mozilla + * Hide filechooser after response, since it won't be destroyed immediately + when shown from javascript + +Translations: + * Christophe Merlet (fr) + * Kjartan Maraas (no) + * Miloslav Trmac (cs) + * Mətin Əmirov (az) + +============== Epiphany 1.1.8 ============== diff --git a/configure.in b/configure.in index 0d04a2e8f..be356b0d9 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.1.8, +AC_INIT(epiphany, 1.1.9, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.1 |