From 38b350382a565e585053561615528a7eed28c0fe Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 7 Nov 2013 10:13:30 -0500 Subject: [PATCH] Update NEWS file --- NEWS | 77 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 30 deletions(-) diff --git a/NEWS b/NEWS index ad77f31b7..0d9ca6137 100644 --- a/NEWS +++ b/NEWS @@ -1,35 +1,52 @@ -2.1.0 (2013-MM-DD) +2.1.0 (2013-11-07) ------------------ -New features - - - Enhancements - - Added SMTP AUTH support for sogo-ealarms-notify - - Added support for LDAP password change against AD/Samba4 - - Added apache configuration for Apple autoconfiguration (#2248) - - The init scripts now start 3 sogod processes by default instead of 1 + - improved order of user rights in calendar module (#1431) + - increased height of alarm editor when email alarms are enabled + - added SMTP AUTH support for sogo-ealarms-notify + - added support for LDAP password change against AD/Samba4 + - added Apache configuration for Apple autoconfiguration (#2248) + - the init scripts now start 3 sogod processes by default instead of 1 - SOGo now also sends a plain/text parts when sending HTML mails (#2217) - SOGo now listens on 127.0.0.1:20000 by default (instead of *:20000) - SOGo new uses the latest WebDAV sync response type (#1275) - - updated CKEditor to version 4.2.1 and added the tables-related modules (#2410) + - updated CKEditor to version 4.2.2 and added the tables-related modules (#2410) + - improved display of vEvents in messages Bug fixes - - Fixed Finnish mail reply/forward templates (#2401) - - Fixed position of red line of current time (#2373) - - Removed HTML encoding in subjects of invitations (#2402) - - Disabled verbose logging of smtp sessions by default - - Fixed high CPU usage when there are no available child processes - Added logging when such a condition occurs - - Fixed crash in dav f/b lookups when using SQL addressbooks (#2418) - - Fixed memory consumption issues when doing dav lookups with huge result set - - Fixed S/MIME verification issues with certain OpenSSL versions - - Worked around an issue with chunked encoding of CAS replies (#2408) - - Avoid crash when handling malformed or non-ASCII http credentials (#2358) - - Fixed crontab error (#2372) - - Fixed OpenChange corruption issue regarding predecessors change list (#2405) - - Avoid using too many LDAP connections while looping through ldap results - - Avoid unnecessary UTF-7 conversions (#2318) + - fixed handling of an incomplete attachment filename (#2385) + - fixed Finnish mail reply/forward templates (#2401) + - fixed position of red line of current time (#2373) + - fixed crontab error (#2372) + - avoid using too many LDAP connections while looping through LDAP results + - don't encode HTML entities in mail subject of notification (#2402) + - fixed crash of Samba when sending an invitation (#2398) + - fixed selection of destination calendar when saving a task or an event (#2353) + - fixed "display remote images" preference for message in a popup (#2417) + - avoid crash when handling malformed or non-ASCII HTTP credentials (#2358) + - fixed crash in DAV free-busy lookups when using SQL addressbooks (#2418) + - disabled verbose logging of SMTP sessions by default + - fixed high CPU usage when there are no available child processes and added logging when such a condition occurs + - fixed memory consumption issues when doing dav lookups with huge result set + - fixed S/MIME verification issues with certain OpenSSL versions + - worked around an issue with chunked encoding of CAS replies (#2408) + - fixed OpenChange corruption issue regarding predecessors change list (#2405) + - avoid unnecessary UTF-7 conversions (#2318) + - improved RTF parser to fix vCards (#2354) + - fixed definition of the COMPLETED attribute of vTODO (#2240) + - fixed DAV:resource-id property when sharing calendars (#2399) + - fixed reload of multiple external web calendars (#2221) + - fixed display of PDF files sent from Thunderbird (#2270) + - fixed TLS support for IMAP (#2386) + - fixed creation of web calendar when added using sogo-tool (#2007) + - avoid crash when parsing HTML tags of a message (#2434) + - fixed handling of LDAP groups with no email address (#1328) + - fixed encoding of messages with non-ASCII characters (#2459) + - fixed compilation with clang 3.2 (#2235) + - truncated long fields of quick records to avoid an SQL error (#2461) + - fixed IMAP ACLs (#2433) + - removed inline JavaScript when viewing HTML messages (#2468) 2.0.7 (2013-07-19) ------------------ @@ -52,15 +69,15 @@ Bug fixes ------------------ Bug fixes - - Properly escape the foldername to avoid XSS issues - - Fix loading of MSExchangeFreeBusySOAPResponseMap + - properly escape the foldername to avoid XSS issues + - fixed loading of MSExchangeFreeBusySOAPResponseMap 2.0.6a (2013-06-25) ------------------ Bug fixes - - Documentation fixes - - Added missing file for CAS single logout + - documentation fixes + - added missing file for CAS single logout 2.0.6 (2013-06-21) ------------------ @@ -91,8 +108,8 @@ Bug fixes ------------------ Bug fixes - - Fixed an issue when parsing user CN with leading or trailing spaces (#2287) - - Fixed a crash that occured when saving contacts or tasks via Outlook + - fixed an issue when parsing user CN with leading or trailing spaces (#2287) + - fixed a crash that occured when saving contacts or tasks via Outlook 2.0.5 (2013-04-11) ------------------