summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-01-12 11:07:25 +0000
committerSrinivasa Ragavan <sragavan@src.gnome.org>2009-01-12 11:07:25 +0000
commit1eb9f271a845db3c77bc0da26f4909a97a8f2093 (patch)
treea6089585376bbbecb4b9826a89221fb74bc4b79e
parent92d10f6fad6a42c7ece23dabab901cfb176340a8 (diff)
downloadevolution-data-server-1eb9f271a845db3c77bc0da26f4909a97a8f2093.tar.gz
Evolution Data Server 2.24.3 releaseEVOLUTION_DATA_SERVER_2_24_3
2009-01-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution Data Server 2.24.3 release svn path=/branches/gnome-2-24/; revision=9921
-rw-r--r--ChangeLog4
-rw-r--r--NEWS37
-rw-r--r--configure.in2
3 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33e39a5f7..ae278683a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-12 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS: Evolution Data Server 2.24.3 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 4d2f46129..4e9a27ced 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Evolution-Data-Server 2.24.3 2009-01-12
+-----------------------------------------
+
+Bug Fixes:
+ #451734: Weather calendar getting wrong data for Blythe, California (Ian Weisser)
+ #545834: IMAP summary headers are not updated on full message download (Milan Crha)
+ #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan)
+ #552986: Fix for a crash in pop3_connect (Milan Crha)
+ #554182: GSSAPI not working with 2.24.0 (Milan Crha)
+ #555230: Autocompletion crash on broken vCard (Milan Crha)
+ #557348: Search folders with "Include threads" do not update reliably (Matt McCutchen 2)
+ #558744: Fix for a crash when started in offline mode (Milan Crha)
+ #558883: Evolution 2.24 is terribly slow with large IMAP folders (Srinivasa Ragavan)
+ #558926: Unread message count in virtual folders is wrong (Srinivasa Ragavan)
+ #559153: Migration fixes from Evolution 2.22 to Evolution 2.24 (Sankar P)
+ #559272: Infinite loop using a CalDAV source (Milan Crha)
+ #561081: "Moving" emails is broken (Srinivasa Ragavan)
+ #561561: Use sufficiently large buffers for strftime (Frederic van Starbmann)
+ #562200: Left click of mouse disables calendar (Milan Crha)
+ #562228: Login to exchange fails if "mailbox" is filled manually in the config wizard (Milan Crha)
+ #564339: IMAP syncing performs too much local I/O (Robert Collins)
+ #564541: Fix for a crash doing a search in vFolders (Thomas)
+ #564954: "Match All" search folder shows no messages (Matt McCutchen 2)
+ #209514: (bugzilla.novell.com) Evolution Groupwise missing mails (Sankar P)
+ #435632: (bugzilla.novell.com) Fix for a crash when moving contacts to a different addressbook (Srinivasa Ragavan)
+ #440265: (bugzilla.novell.com) Groupwise Address Book Contact Lists Are Not Saved (Srinivasa Ragavan)
+ #446290: (bugzilla.novell.com) GW Parallel clients & (un)read counts problems (Sankar P)
+ #447121: (bugzilla.novell.com) Fix for a memory corruption in GroupWise (Srinivasa Ragavan)
+ #448079: (bugzilla.novell.com) Instability in GroupWise on x86_64 (Simon Brys)
+ #449916: (bugzilla.novell.com) Loss of data in Messages related to shared memos and Assigned tasks (Bharath Acharya)
+ #455939: (bugzilla.novell.com) Fix for a deadlock in evolution-data-server (Srinivasa Ragavan)
+ #462575: (bugzilla.novell.com) Evolution does not honor the "Check for new messages in all folders" setting for GroupWise SOAP accounts (Simon Brys)
+
+Updated Translations:
+ Changwoo Ryu (ko)
+ Gabor Kelemen (hu)
+
Evolution-Data-Server 2.24.2 2008-11-24
-----------------------------------------
diff --git a/configure.in b/configure.in
index 8186e6925..d1cab0f06 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
# Evolution-Data-Server version */
m4_define([eds_major_version], [2])
m4_define([eds_minor_version], [24])
-m4_define([eds_micro_version], [3])
+m4_define([eds_micro_version], [4])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])