diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2006-12-18 Veerapuram Varadhan <vvaradhan@novell.com> + + * NEWS, configure.in: Evolution 2.9.4 release + updates. + + * configure.in: Bump the required EDS version to 1.9.4 + 2006-12-04 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.9.3 release @@ -1,3 +1,18 @@ +Evolution 2.9.4 2006-12-18 +-------------------------- + +Updated Translations: +Kjartan Maraas(nb), Djihed Afifi (ar), Francisco Javier F. Serrador (es), +Ilkka Tuohela (fi), Hendrik Richter (de), Jakub Friedl (cs), Ivar Smolin (et) + +Contributors: +Sankar P (Evolution exchange shouldnt check mail in all folders by default) +Srinivasa Ragavan (Icons in Quick Show) +Matthew Barnes (382431) +Hendrik Richter (358310) +Francisco Javier F. Serrador (Updated translation for documentation) +Veerapuram Varadhan (bugzilla.novell.com - 208395) + Evolution 2.9.3 2006-12-04 -------------------------- diff --git a/configure.in b/configure.in index 9c56b8d65d..f56888efd4 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.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) @@ -1157,7 +1157,7 @@ dnl --- Required version numbers GTKHTML_REQUIRED=3.7.0 GTKHTML_PACKAGE=3.8 -EDS_REQUIRED=1.7.90 +EDS_REQUIRED=1.9.4 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 GNOME_VFS_REQUIRED=2.4 |