From b07ffb9dffeb7d6c16a334abfbb68e3e7b9707c5 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 13 Jul 2011 19:17:46 +0000 Subject: [PATCH] Updated NEWS Monotone-Parent: be4244b9d0a73537e2bb9b03b82c773250dc71f4 Monotone-Revision: 119376c6d87a7be6c3b6c2b3d6329f6b8d60b461 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-07-13T19:17:46 Monotone-Branch: ca.inverse.sogo --- NEWS | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5bbc19825..614b7fb9b 100644 --- a/NEWS +++ b/NEWS @@ -1,21 +1,35 @@ 1.3-2011MMDD (1.3.8) --------------------- New Features -- initial support for threaded-view in the webmail interface -- sogo-tool: new "rename-user" command that automatically updates all the - references in the database after modifying a user id -- sogo-tool: new "user-preferences {get,set,unset} command to manipulate - user's defaults/settings. -- groups support for IMAP ACLs -- now possible to define to-the-minute events/tasks + - initial support for threaded-view in the webmail interface + - sogo-tool: new "rename-user" command that automatically updates all the + references in the database after modifying a user id + - sogo-tool: new "user-preferences {get,set,unset} command to manipulate + user's defaults/settings. + - groups support for IMAP ACLs + - now possible to define multiple forwarding addresses + - now possible to define to-the-minute events/tasks + - the domain can be selected from the login page when using multiple domains + (SOGoLoginDomains) + - sources from one domain can be access from another domain when using + multiple domains (SOGoDomainsVisibility) Enhancements - improved list selection and contextual menu behavior in all web modules + - the quota status bar is now updated more frequently n the webmail module - automatically create new cards when populating a contacts list with unknown entries + - added fade effect when displaying and hidding dialog boxes in Web interface + - updated CKEditor to version 3.6.1 - updated Russian translation Bug Fixes - submenus in contextual menus splitted in multiple lists are now displayed correctly + - fixed display of cards/lists icons in public addressbooks + - no longer accept an empty string when renaming a calendar + - fixed display of daily events that cover two days + - fixed time shift issue when editing an event title on iOS + - fixed bug when using indirect LDAP binds and bindAsCurrentUser + - fixed bugs when converting an event to an all-day one - many small fixes related to CalDAV scheduling - many OpenBSD-related fixes