diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-12-19 03:09:47 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-12-19 03:09:47 +0800 |
commit | 2e0dda009f1aa901f02af55eb3e5977e48b1cc49 (patch) | |
tree | 8b4f609194358b7b628e6c4b1e1f5555bafe0cb1 | |
parent | 23218bbee12497827f7f8431912ec6d5e7365391 (diff) | |
download | gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.gz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.bz2 gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.lz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.xz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.zst gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.zip |
Evolution 2.9.4 release updates.
* NEWS, configure.in: Evolution 2.9.4 release
updates.
* configure.in: Bump the required EDS version to 1.9.4
svn path=/trunk/; revision=33083
-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 |