diff options
-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 |