diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index 33dd8729b..c7a770322 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/Main/Version b/Main/Version index c3a6b2cf1..50fe5617a 100644 --- a/Main/Version +++ b/Main/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=4 +SUBMINOR_VERSION:=5 # v0.9.32 requires libSOGo v0.9.57 # v0.9.24 requires libWEExtensions v4.5.67 diff --git a/NEWS b/NEWS index b50784b08..5eaf6383c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +1.3-20110125 (1.3.5) +-------------------- +New Features +- implemented secured sessions +- added SHA1 password hashing in SQL sources +- mail aliases columns can be specified for SQL sources through the configuration parameter MailFieldNames + +Enhancements +- updated CKEditor to version 3.4.3 +- removed the Reply-To header in sent messages +- the event timezone is now considered when computing an event recurrence rule +- improved printing of a message with multple recipients +- the new parameter SearchFieldNames allows to specify which LDAP fields to query when filtering contacts + +Bug Fixes +- restored current time shown as a red line in calendar module +- logout button no longer appears when SOGoCASLogoutEnabled is set to NO +- fixed error when deleting freshly created addressbooks +- the mail column in SQL sources is not longer ignored +- fixed wrapping of long lines in messages with non-ASCII characters +- fixed a bug that would prevent alarms to be triggered when non-repetitive + 1.3-20101117 (1.3.4) -------------------- - updated CKEditor to version 3.4.2 diff --git a/UI/MainUI/Version b/UI/MainUI/Version index 23e43c1d7..5c20787ee 100644 --- a/UI/MainUI/Version +++ b/UI/MainUI/Version @@ -1,3 +1,3 @@ # Version file -SUBMINOR_VERSION:=4 +SUBMINOR_VERSION:=5