Fix incorrect version number in upgrade tutorial.

This commit is contained in:
Zhang Huangbin 2016-05-10 18:25:19 +08:00
parent de5be03921
commit 1280aeedd4
2 changed files with 14 additions and 14 deletions

View File

@ -51,10 +51,10 @@ Restarting or reloading Postfix service is required.
### Fixed: Incorrect compress and uncompress command in logrotate config files
> This bug was introduced in iRedMail-0.9.4. If you're upgrading from
> iRedMail-0.9.3 or earlier release, it's safe to ignore this step.
> This bug was introduced in iRedMail-0.9.5. If you're upgrading from
> iRedMail-0.9.4 or earlier release, it's safe to ignore this step.
iRedMail-0.9.4 sets incorrect command for parameter `compresscmd` and
iRedMail-0.9.5 sets incorrect command for parameter `compresscmd` and
`uncompresscmd`, please fix it with commands below:
* On RHEL/CentOS:
@ -76,8 +76,8 @@ perl -pi -e 's#\$\(which bunzip2\)#/bin/bunzip2#g' /etc/logrotate.d/*
### Fixed: Allow two functions in PHP
> This bug was introduced in iRedMail-0.9.4. If you're upgrading from
> iRedMail-0.9.3 or earlier release, it's safe to ignore this step.
> This bug was introduced in iRedMail-0.9.5. If you're upgrading from
> iRedMail-0.9.4 or earlier release, it's safe to ignore this step.
Roundcube cannot call command to change password without PHP functions:
`popen`, `openlog`, please remove them in PHP config file `php.ini`.
@ -98,8 +98,8 @@ Find parameter `disable_functions =`, remove function name `popen` and
### [RHEL/CentOS 6] Fixed: Roundcube cannot change password
> This bug was introduced in iRedMail-0.9.4. If you're upgrading from
> iRedMail-0.9.3 or earlier release, it's safe to ignore this step.
> This bug was introduced in iRedMail-0.9.5. If you're upgrading from
> iRedMail-0.9.4 or earlier release, it's safe to ignore this step.
Roundcube cannot change password due to miss package `mcrypt`, please install
it as root user with commands below:

View File

@ -70,10 +70,10 @@ mailbox_command = ...
<p>Restarting or reloading Postfix service is required.</p>
<h3 id="fixed-incorrect-compress-and-uncompress-command-in-logrotate-config-files">Fixed: Incorrect compress and uncompress command in logrotate config files</h3>
<blockquote>
<p>This bug was introduced in iRedMail-0.9.4. If you're upgrading from
iRedMail-0.9.3 or earlier release, it's safe to ignore this step.</p>
<p>This bug was introduced in iRedMail-0.9.5. If you're upgrading from
iRedMail-0.9.4 or earlier release, it's safe to ignore this step.</p>
</blockquote>
<p>iRedMail-0.9.4 sets incorrect command for parameter <code>compresscmd</code> and
<p>iRedMail-0.9.5 sets incorrect command for parameter <code>compresscmd</code> and
<code>uncompresscmd</code>, please fix it with commands below:</p>
<ul>
<li>On RHEL/CentOS:</li>
@ -95,8 +95,8 @@ perl -pi -e 's#\$\(which bunzip2\)#/bin/bunzip2#g' /etc/logrotate.d/*
</ul>
<h3 id="fixed-allow-two-functions-in-php">Fixed: Allow two functions in PHP</h3>
<blockquote>
<p>This bug was introduced in iRedMail-0.9.4. If you're upgrading from
iRedMail-0.9.3 or earlier release, it's safe to ignore this step.</p>
<p>This bug was introduced in iRedMail-0.9.5. If you're upgrading from
iRedMail-0.9.4 or earlier release, it's safe to ignore this step.</p>
</blockquote>
<p>Roundcube cannot call command to change password without PHP functions:
<code>popen</code>, <code>openlog</code>, please remove them in PHP config file <code>php.ini</code>.</p>
@ -122,8 +122,8 @@ iRedMail-0.9.3 or earlier release, it's safe to ignore this step.</p>
<code>openlog</code>, then restart Apache or php fpm service.</p>
<h3 id="rhelcentos-6-fixed-roundcube-cannot-change-password">[RHEL/CentOS 6] Fixed: Roundcube cannot change password</h3>
<blockquote>
<p>This bug was introduced in iRedMail-0.9.4. If you're upgrading from
iRedMail-0.9.3 or earlier release, it's safe to ignore this step.</p>
<p>This bug was introduced in iRedMail-0.9.5. If you're upgrading from
iRedMail-0.9.4 or earlier release, it's safe to ignore this step.</p>
</blockquote>
<p>Roundcube cannot change password due to miss package <code>mcrypt</code>, please install
it as root user with commands below:</p>