Preparation for release 3.2.0

pull/222/head
Francis Lachapelle 2016-10-03 11:54:02 -04:00
parent 2a59a117a2
commit 69c7102ee0
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this --> <!-- TODO have the build system take care of this -->
<releaseinfo>Version 3.1.5 - August 2016</releaseinfo> <releaseinfo>Version 3.2.0 - October 2016</releaseinfo>
<subtitle>for version 3.1.5</subtitle> <subtitle>for version 3.2.0</subtitle>
<date>2016-08-10</date> <date>2016-10-03</date>
<legalnotice> <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> <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 // TODO have the build system take care of this
:release_version: 3.1.5 :release_version: 3.2.0
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

4
NEWS
View File

@ -1,9 +1,9 @@
3.1.6 (2016-MM-DD) 3.2.0 (2016-10-03)
------------------ ------------------
New features New features
- [web] added IMAP folder subscriptions management (#255) - [web] added IMAP folder subscriptions management (#255)
- [web] keyboard shortcuts (#1711, #1467, #3817) - [web] keyboard hotkeys (#1711, #1467, #3817)
- [eas] initial support for server-side mailbox search operations - [eas] initial support for server-side mailbox search operations
Enhancements Enhancements

View File

@ -3,5 +3,5 @@
# of the executable. # of the executable.
MAJOR_VERSION=3 MAJOR_VERSION=3
MINOR_VERSION=1 MINOR_VERSION=2
SUBMINOR_VERSION=5 SUBMINOR_VERSION=0