diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 20 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2004-04-26 Christian Persch <chpe@cvs.gnome.org> + * NEWS: + * configure.in: + + Version 1.2.4. + +2004-04-26 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: Fix encoding of saved and downloaded content; fixes bug 141050. @@ -1,4 +1,16 @@ ============== +Epiphany 1.2.4 +============== + +Butfixes + * Fix problem with font selection in prefs dialogue (Christian) + * Fix encoding of downloaded and saved content (Marco) [#126571, #141050] + +Translations + * John C Barstow (mi) + + +============== Epiphany 1.2.3 ============== diff --git a/configure.in b/configure.in index 7a5ed3d08..f642e721c 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.2.3.90], +AC_INIT([epiphany], [1.2.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.2 |