Preparation for release 3.1.1

pull/211/head
Francis Lachapelle 2016-06-02 12:23:22 -04:00
parent 80d9463e86
commit b6037e4842
4 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 3.1.0 - May 2016</releaseinfo>
<subtitle>for version 3.1.0</subtitle>
<date>2016-05-18</date>
<releaseinfo>Version 3.1.1 - June 2016</releaseinfo>
<subtitle>for version 3.1.1</subtitle>
<date>2016-06-02</date>
<legalnotice>
<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</para>

View File

@ -13,6 +13,6 @@
// TODO have the build system take care of this
:release_version: 3.1.0
:release_version: 3.1.1
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

7
NEWS
View File

@ -1,4 +1,4 @@
3.1.1 (2016-MM-DD)
3.1.1 (2016-06-02)
------------------
Enhancements
@ -9,8 +9,12 @@ Enhancements
- [web] display messages sizes in list of Mail module
- [web] link event's attendees email addresses to mail composer
- [web] respect SOGoSearchMinimumWordLength when searching for events or tasks
- [web] updated CKEditor to version 4.5.9
- [web] CKEditor: switched to the minimalist skin
- [web] CKEditor: added the base64image plugin
Bug fixes
- [core] strip X- tags when securing content (#3695)
- [web] fixed creation of chip on blur (sgTransformOnBlur directive)
- [web] fixed composition of new messages from Contacts module
- [web] fixed autocompletion of LDAP-based groups (#3673)
@ -24,7 +28,6 @@ Bug fixes
- [web] fixed toolbar of mail editor when sender address was too long (#3705)
- [web] fixed decoding of filename in attachments (quotes and Cyrillic characters) (#2272)
- [web] fixed recipients when replying from a message in the Sent mailbox (#2625)
- [core] strip X- tags when securing content (#3695)
- [eas] when using EAS/ItemOperations, use IMAP PEEK operation
3.1.0 (2016-05-18)

View File

@ -4,4 +4,4 @@
MAJOR_VERSION=3
MINOR_VERSION=1
SUBMINOR_VERSION=0
SUBMINOR_VERSION=1