evolution data server 2.25.4 release
authorSrinivasa Ragavan <sragavan@novell.com>
Tue, 6 Jan 2009 03:45:01 +0000 (03:45 +0000)
committerSrinivasa Ragavan <sragavan@src.gnome.org>
Tue, 6 Jan 2009 03:45:01 +0000 (03:45 +0000)
2009-01-05  Srinivasa Ragavan  <sragavan@novell.com>

* news: evolution data server 2.25.4 release

svn path=/trunk/; revision=9878

ChangeLog
NEWS
configure.in

index 5d96bb3..3e9f7a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-05  Srinivasa Ragavan  <sragavan@novell.com>
+
+       * news: evolution data server 2.25.4 release
+
 2009-01-05  Tor Lillqvist  <tml@novell.com>
 
        * evolution-data-server-zip.in: Add libebackend binary, import
diff --git a/NEWS b/NEWS
index 4cd8461..0b5cc5c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Evolution-Data-Server 2.25.4 2009-01-05
+---------------------------------------
+
+Bug Fixes:
+       #209514: (Novell Bugzilla) Addresses some missing mails issues. Optimization fixed (Sankar P)
+       #446290: Parallel clients support and (un)read count handling (Sankar P)
+       #448079: (Novell Bugzilla) Avoid invalid reads by validating optional fields (Sankar P, Simon Brys)
+       #449916: (Novell Bugzilla) Display multiple lines of an assinged asks or shared memo. (Bharath Acharya)
+       #462575: (Novell Bugzilla) Extend function to honor "Check in all folders" setting (Simon Brys)
+       #559153: Migration improvements (Sankar P)
+       #564652: Convert time from UTC properly. Leak a bit less (Milan Crha)
+
+Updated Translations:
+       Jorge Gonzalez (es)
+
 Evolution-Data-Server 2.25.3 2008-12-15
 ---------------------------------------
 
index add2c01..60a197d 100644 (file)
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 # Evolution-Data-Server version */
 m4_define([eds_major_version], [2])
 m4_define([eds_minor_version], [25])
-m4_define([eds_micro_version], [4])
+m4_define([eds_micro_version], [5])
 
 m4_define([eds_version],
           [eds_major_version.eds_minor_version.eds_micro_version])