diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-04-27 03:22:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-04-27 03:22:10 +0800 |
commit | c316ace2353c1b2146144caf1d9949d7cc6da9a5 (patch) | |
tree | 50ea7ca40d3110e32655acb85e944490695e3fec | |
parent | b5bca08846a76a89234a9dbe6219ad9bc6fc2abe (diff) | |
download | gsoc2013-epiphany-c316ace2353c1b2146144caf1d9949d7cc6da9a5.tar.gz gsoc2013-epiphany-c316ace2353c1b2146144caf1d9949d7cc6da9a5.tar.zst gsoc2013-epiphany-c316ace2353c1b2146144caf1d9949d7cc6da9a5.zip |
Version 1.2.4.
2004-04-26 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Version 1.2.4.
-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 |