diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-12-04 Harish Krishnaswamy <kharish@novell.com> + + * NEWS, configure.in: Evolution 2.9.3 release + updates. + 2006-11-14 Harish Krishnaswamy <kharish@novell.com> * data/Makefile.am: Install evolution.desktop @@ -1,3 +1,21 @@ +Evolution 2.9.3 2006-12-04 +-------------------------- + +Updated Translations: +Ivar Smolin (et), Jakub Friedl (cs), +Karsten Bräckelmann (nb), Francisco Javier F. Serrador (es), +Christophe Merlet (fr) + +Contributors : +Francisco Javier F. Serrador (gnome-doc-tools integration, 358249) +Harish Krishnaswamy (evolution.desktop install fixes, GW proxy pruning, +memory leak fixes, 381642 (b.g.0), bug #208959 at bugzilla.novell.com) +Nickolay V. Shmyrev (support for commandline uri in tasks), +Daniel Gryniewicz (349966), Srinivasa Ragavan (Fix DoS by large emails) +Sankar, Chris Halls (372528), Wang Xin (380064), Carlos Garcia (367183), +Chenthill (208318 - b.n.c), Parthasarathi Susarla (348679). +Matthew Barnes (357970). + Evolution 2.9.2 2006-11-07 -------------------------- diff --git a/configure.in b/configure.in index b921df1cb2..9c56b8d65d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.9.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) |