diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-08-11 01:16:13 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-08-11 01:16:13 +0800 |
commit | f4b6554560c4fefaf936eafddb66b9d5186dfa88 (patch) | |
tree | d130488c109d4c4fc2aa2b1676bf91972b2332c5 | |
parent | a6fa6ce2946117238f08946864866a2072d4fae4 (diff) | |
download | gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar.gz gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar.bz2 gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar.lz gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar.xz gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.tar.zst gsoc2013-epiphany-f4b6554560c4fefaf936eafddb66b9d5186dfa88.zip |
*** empty log message ***Release083
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 44 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 52 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-08-10 Marco Pesenti Gritti <marco@it.gnome.org> + + * NEWS: + * configure.in: + + 0.8.3 + 2003-08-08 Christian Persch <chp@cvs.gnome.org> * embed/downloader-view.c: (downloader_view_add_download): @@ -1,4 +1,48 @@ ============== +Epiphany 0.8.3 +============== + +Interface improvements + + * use kB instead of KB consistently (Xan Lopez) + +Bugfixes + + * Fix several memory leaks (Christian Persch) + * Use link text as bookmark title when no title + is specified (Marco) + * Disable clipboard context menu. No way to make + it work correctly for 1.0 (Marco) + * Fix blank homepage loading (Christian Persch) + * Fix tab positioning logic (Christian Persch) + * Gconf notifiers from mozilla prefs now respect the schemas, + fix crashes on --unset (Marco) + * Clamp progress values between 0 and 100 to fix warnings (Marco) + * Fix crash when adding bookmark with no page loaded (Marco) + * Do not allow duplicate bookmark items to respect the editor + checkbox (Marco) + * Fix "host" categorization of local files in history + (Christian Persch) + +Translations + + * az (Metin AMiroff) + * be (Dmitry G. Mastrukov) + * ca (Francesc Dorca) + * cs (Miloslav Trmac) + * da (Ole Laursen) + * en_GB (Christian Persch) + * es (Francisco Javier F. Serrador) + * ko (Young-Ho Cha) + * ms (Hasbullah Bin Pit) + * nl (Vincent van Adrighem) + * pl (Artur Flinta) + * ru (Dmitry G. Mastrukov) + * sr (Danilo Degan) + * sr@Latn (Danilo Degan) + * sv (Christian Rose) + +============== Epiphany 0.8.2 ============== diff --git a/configure.in b/configure.in index 2fb34ee2a..c30396153 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, 0.8.2, +AC_INIT(epiphany, 0.8.3, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 |