diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-03-16 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS: Evolution 2.26.0 release and version bump + 2009-03-08 David Planella <david.planella@gmail.com> * configure.in: Added Makefiles for the Catalan translations of the @@ -1,3 +1,13 @@ +Evolution 2.26.0 2009-03-16 +---------------------------- + +What is new in 2.26.0? + + Exchange MAPI integration for Exchange 2007 connectivity. + PST Import support through plugins. + Calendar view performance improvements + Loads of stability & bug fixes + Evolution 2.25.92 2009-03-02 ---------------------------- diff --git a/configure.in b/configure.in index 3a32130d27..34fdc6f324 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [26]) -m4_define([evo_micro_version], [0]) +m4_define([evo_micro_version], [1]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |