From 4ca476db9e8a81b412a0b15525eeeaa76a78237a Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 10 Apr 2013 11:30:40 -0400 Subject: [PATCH] Updated NEWS file --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9fb3b9862..99ab69ff4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.5 (2013-03-dd) +2.0.5 (2013-04-dd) ------------------ New features @@ -8,12 +8,21 @@ New features Enhancements - added logging of the X-Forwarded-For HTTP header (#2229) + - initial Arabic translation + - now use BSON instead of GNUstep's binary format for serializing + Outlook related cache files + - updated Danish, Finnish, Polish and Slovak translations Bug fixes - don't use the cache for password lookups from login page (#2169) - fixed issue with exceptions in repeating events - avoid data truncation issue in OpenChange with mysql backend run sql-update-2.0.4b_to_2.0.5-mysql.sh to update existing tables + - avoid random crashes in OpenChange due to RTF conversion + - fixed issue when modifying/deleting exceptions of recurring events + - fixed major cache miss issue leading to slow Outlook + resynchronizations + - fixed major memory corruption issue when Outlook was saving "messages" 2.0.4b (2013-02-04) ------------------