Sync docs.

This commit is contained in:
Zhang Huangbin 2017-07-02 15:36:53 +08:00
parent 39d27ebf85
commit a3b76ca105
2 changed files with 26 additions and 3 deletions

View File

@ -9,6 +9,7 @@
## ChangeLog
* Jul 2, 2017: Mentions Roundcube 1.3.0 requires PHP 5.4.
* Jul 1, 2017: Initial publish.
## General (All backends should apply these steps)
@ -23,7 +24,18 @@ so that you can know which version of iRedMail you're running. For example:
0.9.7
```
### Upgrade Roundcube webmail to the latest stable release (1.2.5)
### Upgrade Roundcube webmail to the latest stable release (1.3.0)
!!! warning "PHP 5.4 required"
Roundcubemail 1.3.0 requires PHP 5.4, if your server is still running
PHP 5.3, please upgrade to Roundcube 1.2.5 instead. Or, upgrading PHP to
5.4 or even newer release first, then upgrade Roundcube.
With the release of Roundcube 1.3.0, the previous stable release branches
1.2.x and 1.1.x will switch in to LTS low maintenance mode which means
they will only receive important security updates but no longer any regular
improvement updates.
> There're several security fixes in Roundcube 1.2.4 and 1.2.5, all users are
> encouraged to upgrade it as soon as possible. For more details about this

View File

@ -22,7 +22,7 @@
<li><a href="#changelog">ChangeLog</a></li>
<li><a href="#general-all-backends-should-apply-these-steps">General (All backends should apply these steps)</a><ul>
<li><a href="#update-etciredmail-release-with-new-iredmail-version-number">Update /etc/iredmail-release with new iRedMail version number</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release-125">Upgrade Roundcube webmail to the latest stable release (1.2.5)</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release-130">Upgrade Roundcube webmail to the latest stable release (1.3.0)</a></li>
<li><a href="#fixed-improper-order-of-postfix-helo-restriction-rules">Fixed: improper order of Postfix HELO restriction rules.</a></li>
<li><a href="#fixed-incorrect-owner-and-permission-for-rotated-dovecot-log-files">Fixed: incorrect owner and permission for rotated Dovecot log files</a></li>
<li><a href="#fixed-incorrect-sessionsave_path-in-php-fpm-pool-config-file-on-rhelcentos">Fixed: incorrect session.save_path in php-fpm pool config file on RHEL/CentOS</a></li>
@ -67,6 +67,7 @@ check <a href="../support.html">the details</a> and <a href="../contact.html">co
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>Jul 2, 2017: Mentions Roundcube 1.3.0 requires PHP 5.4.</li>
<li>Jul 1, 2017: Initial publish.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-steps">General (All backends should apply these steps)</h2>
@ -77,7 +78,17 @@ so that you can know which version of iRedMail you're running. For example:</p>
<pre><code>0.9.7
</code></pre>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-125">Upgrade Roundcube webmail to the latest stable release (1.2.5)</h3>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-130">Upgrade Roundcube webmail to the latest stable release (1.3.0)</h3>
<div class="admonition warning">
<p class="admonition-title">PHP 5.4 required</p>
<p>Roundcubemail 1.3.0 requires PHP 5.4, if your server is still running
PHP 5.3, please upgrade to Roundcube 1.2.5 instead. Or, upgrading PHP to
5.4 or even newer release first, then upgrade Roundcube.</p>
<p>With the release of Roundcube 1.3.0, the previous stable release branches
1.2.x and 1.1.x will switch in to LTS low maintenance mode which means
they will only receive important security updates but no longer any regular
improvement updates.</p>
</div>
<blockquote>
<p>There're several security fixes in Roundcube 1.2.4 and 1.2.5, all users are
encouraged to upgrade it as soon as possible. For more details about this