diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-08-24 Marco Pesenti Gritti <marco@gnome.org> + + * NEWS: + * configure.in: + + 0.9.2 + 2003-08-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load): @@ -1,4 +1,18 @@ ============== +Epiphany 0.9.2 +============== + +Bugfixes + * Use WARN_CXXFLAGS for mozilla code, fix warnings + on gcc 3.2 (Marco) + * Fix a possible crash when setting zoom (Christian Persch) + * Fix a warning when trying to remove items with CANC + from empty history (Christian Persch) + * Use small spinner with text beside icon style (Anders Carlsson) + * Fix reimporting logic when bookmarks file has + a wrong version (Christian Persch) + +============== Epiphany 0.9.1 ============== diff --git a/configure.in b/configure.in index c4ad973fa..4df7a5a80 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.9.1, +AC_INIT(epiphany, 0.9.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 |