summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS46
-rw-r--r--configure.in4
3 files changed, 52 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f67a3317..d4e6eac26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution Data Server 2.21.90 release.
+
2008-01-26 Matthew Barnes <mbarnes@redhat.com>
* docs/reference: Refresh the API docs.
diff --git a/NEWS b/NEWS
index 60fecba01..8741ba966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Evolution-Data-Server 2.21.90 2008-01-28
+----------------------------------------
+
+New in 2.21.90
+ Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)
+
+Bug Fixes:
+ #213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
+ #213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
+ #300098: Set proper dependencies for stand-alone programs linking against camel. (Øystein Gisnås)
+ #324168: Crash while disabling/Deleting accounts (Milan Crha)
+ #335217: Memory leak fixes + Invalid memory read (Chenthill)
+ #386157: crash in Evolution (Milan Crha)
+ #445309: Save certificates before cleaning up (Matthew Barnes)
+ #450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
+ #456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
+ #475781: Fix memory leaks (Milan Crha)
+ #481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
+ #482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
+ #496081: Can't find string in phone field, but can in all fields (Milan Crha)
+ #498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
+ #506250: Improvements in password prompt (Matthew Barnes)
+ #509124: Check pointer for NULL (Matthew Barnes)
+ #509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
+ #509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
+ #510168: Ensure slave gone in dispose function of the backend (Milan Crha)
+ #510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
+ #510409: Fix memory leaks (Milan Crha)
+ #511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
+ #511301: Crash on Exchange startup (Dan Winship)
+ #511717: Add gettext imap folders (Takao Fujiwara)
+
+Other Contributors:
+ Camel mime fixes (Jeffrey Stedfast)
+ Implement byte order for win32 (Tor Lillqvist)
+ Changed error message to a better string (Sankar P)
+ Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
+ Adapt to newer libsoup (Kjartan Maraas)
+
+Updated Translations:
+ Daniel Nylander (sv)
+ Ivar Smolin (et)
+ Kjartan Maraas (nb)
+ Inaki Larranaga Murgoitio (eu)
+ Jorge Gonzalez (es)
+
Evolution-Data-Server 2.21.5 2008-01-14
---------------------------------------
diff --git a/configure.in b/configure.in
index 657a8ecd8..7fe274f2b 100644
--- a/configure.in
+++ b/configure.in
@@ -67,8 +67,8 @@ LIBEGROUPWISE_CURRENT=13
LIBEGROUPWISE_REVISION=1
LIBEGROUPWISE_AGE=0
-LIBCAMEL_CURRENT=10
-LIBCAMEL_REVISION=1
+LIBCAMEL_CURRENT=11
+LIBCAMEL_REVISION=0
LIBCAMEL_AGE=0
LIBEXCHANGE_STORAGE_CURRENT=3