Preparation for release 4.1.0

pull/262/head
Francis Lachapelle 2019-10-24 10:42:30 -04:00
parent c69a7391a4
commit 1c179f805d
6 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 4.0.8 - July 2019</releaseinfo>
<subtitle>for version 4.0.8</subtitle>
<date>2019-07-19</date>
<releaseinfo>Version 4.1.0 - October 2019</releaseinfo>
<subtitle>for version 4.1.0</subtitle>
<date>2019-10-24</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: 4.0.8
:release_version: 4.1.0
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

2
NEWS
View File

@ -1,4 +1,4 @@
4.1.0 (2019-XX-XX)
4.1.0 (2019-10-24)
------------------
New features

View File

@ -15,7 +15,7 @@
* *
* **************************************************************************/
/* Database configuration (mysql:// or postgresql://) */
/* Database configuration (mysql://, postgresql:// or oracle://) */
//SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
//OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
//OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";

File diff suppressed because one or more lines are too long

View File

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