diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-13 06:10:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-13 06:10:26 +0800 |
commit | 6b6401d3418f1c2c7350715d0ef8223e315e19f5 (patch) | |
tree | 518030030bca1e98298c1d303110930d249b05bb | |
parent | 1ad1801cc3f50d8ce7a1c586ba67cefffc9d0520 (diff) | |
download | gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar.gz gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar.bz2 gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar.lz gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar.xz gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.tar.zst gsoc2013-epiphany-6b6401d3418f1c2c7350715d0ef8223e315e19f5.zip |
Updated for 1.0.2 release.
2003-10-11 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Updated for 1.0.2 release.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 39 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-10-11 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.in: + + Updated for 1.0.2 release. + 2003-10-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadurl): @@ -1,4 +1,15 @@ ============== +Epiphany 1.0.2 +============== + +Bugfixes + * Don't show session resume dialogue in server mode (Christian) + +Translations + * hu (Tímár András) + * sr, sr@Latn (Danilo Šegan) + +============== Epiphany 1.0.1 ============== @@ -42,6 +53,26 @@ Translations: * sv (Christian Rose) ============== +Epiphany 1.0 +============== + +Bugfixes + + * fix crashes when dragging on bookmarks topics (Marco) + * fix wrap around option in find dialog (Marco) + +Translations + + * bn (Taneem Ahmed) + * fi (Pauli Virtanen) + * el (Nikos Charonitakis) + * hi (Guntupalli Karunakar) + * ja (Takayuki KUSANO) + * ko (Young-Ho Cha) + * mn (Sanlig Badral) + * sk (Marcel Telka) + +============== Epiphany 0.9.3 ============== diff --git a/configure.in b/configure.in index a68038659..f289180c0 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.0.1, +AC_INIT(epiphany, 1.0.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 |