diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc
index 4cda97fe9..74d58541a 100644
--- a/Documentation/SOGoInstallationGuide.asciidoc
+++ b/Documentation/SOGoInstallationGuide.asciidoc
@@ -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:
diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml
index 3198e1b18..b351a2f74 100644
--- a/Documentation/docinfo.xml
+++ b/Documentation/docinfo.xml
@@ -1,7 +1,7 @@
-Version 4.3.0 - Jun 2014
-for version 4.3.0
-2014-06-26
+Version 2.2.8 - September 2014
+for version 2.2.8
+2014-09-14
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".
diff --git a/Documentation/includes/global-attributes.asciidoc b/Documentation/includes/global-attributes.asciidoc
index 23a830cb0..70fff6586 100644
--- a/Documentation/includes/global-attributes.asciidoc
+++ b/Documentation/includes/global-attributes.asciidoc
@@ -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: