diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-17 19:47:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-17 19:47:59 +0800 |
commit | 1a0ac68966012e2cd8df28cb31b3f6c98bb5dc26 (patch) | |
tree | 55b705c374ab55bb19206fc9636a3c5fdad7280f | |
parent | 3316797761f50364ef5a6bbecad2dbddee4d7a11 (diff) | |
download | gsoc2013-epiphany-1a0ac68966012e2cd8df28cb31b3f6c98bb5dc26.tar.gz gsoc2013-epiphany-1a0ac68966012e2cd8df28cb31b3f6c98bb5dc26.tar.zst gsoc2013-epiphany-1a0ac68966012e2cd8df28cb31b3f6c98bb5dc26.zip |
Epiphany 1.1.9.Release119
2004-02-17 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Epiphany 1.1.9.
-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 |