diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-11-07 Harish Krishnaswamy <kharish@novell.com> + + * NEWS, configure.in : Evolution 2.9.1 release + updates. + 2006-11-06 Harish Krishnaswamy <kharish@novell.com> * configure.in: Move prefer-plain plugin to the 'standard' @@ -1,3 +1,16 @@ +Evolution 2.9.2 2006-11-07 +-------------------------- + +Updated Translations: +Christophe Merlet (fr), Alexander Shopov (bg), +Francisco Javier F. Serrador (es), Ivar Smolin (et), +Ilkka Tuohela (fi), Pawan Chitrakar (ne), Gabor Kelemen (hu), +Josep Puigdemont i Casamajó (ca). + +Contributors : +Jules Colding, Harish Krishnaswamy, Ben Gamari, Priit Laes. + + Evolution 2.9.1 2006-10-16 -------------------------- diff --git a/configure.in b/configure.in index 646d1be10d..f446eedfd8 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. |