Updated for 2.2.8

This commit is contained in:
Jens Erat
2014-09-14 14:36:30 +02:00
parent 19b313e6c4
commit 4b49fc33b2
3 changed files with 14 additions and 4 deletions
@@ -2538,7 +2538,17 @@ Upgrading
This section describes what needs to be done when upgrading to the
current version of SOGo from the previous release.
[cols="100a"]
|=======================================================================
h|2.2.8
|The configuration configuration parameters were renamed:
[options="compact"]
* _SOGoMailMessageCheck_ was replaced with _SOGoRefreshViewCheck_
* _SOGoMailPollingIntervals_ was replaced with _SOGoRefreshViewIntervals_
Backward compatibility is in place for the old preferences values.
h|2.0.5
|The configuration is now stored in /etc/sogo/sogo.conf. Perform the following commands as root to migrate your previous user defaults:
+3 -3
View File
@@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 4.3.0 - Jun 2014</releaseinfo>
<subtitle>for version 4.3.0</subtitle>
<date>2014-06-26</date>
<releaseinfo>Version 2.2.8 - September 2014</releaseinfo>
<subtitle>for version 2.2.8</subtitle>
<date>2014-09-14</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>
@@ -13,6 +13,6 @@
// TODO have the build system take care of this
:release_version: 2.2.6
:release_version: 2.2.8
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: