New: upgrade.iredmail.1.2-1.2.1.html.

This commit is contained in:
Zhang Huangbin 2020-04-30 11:12:17 +08:00
parent f26a22a1ae
commit d70739c251
4 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# Upgrade iRedMail from 1.2 to 1.2.1
[TOC]
!!! note "Paid Remote Upgrade Support"
We offer remote upgrade support if you don't want to get your hands dirty,
check [the details](https://www.iredmail.org/support.html) and
[contact us](https://www.iredmail.org/contact.html).
## ChangeLog
* Apr 30, 2020: initial release.
## General (All backends should apply these changes)
### Update `/etc/iredmail-release` with new iRedMail version number
iRedMail stores the release version in `/etc/iredmail-release` after
installation, it's recommended to update this file after you upgraded iRedMail,
so that you can know which version of iRedMail you're running. For example:
```
1.2.1
```
### Upgrade Roundcube webmail to the latest stable release (1.4.4)
!!! warning "Roundcube 1.4"
Since Roundcube 1.3, at least __PHP 5.4__ is required. If your server is
running PHP 5.3 and cannot upgrade to 5.4, please upgrade Roundcube
the latest 1.2 branch instead.
Roundcube 1.4.4 fixes few security issues, all users are encouraged to upgrade
as soon as possible.
* [How to upgrade Roundcube](https://github.com/roundcube/roundcubemail/wiki/Upgrade).

View File

@ -36,6 +36,7 @@
Version | Release Date | Upgrade tutorial | Comment
---|---|---|---
[1.2.1](https://forum.iredmail.org/) | Apr 30, 2020 | [Upgrade from iRedMail-1.2](./upgrade.iredmail.1.2-1.2.1.html) | New Roundcube release (1.4.4) with few security fixes.
[1.2](https://forum.iredmail.org/topic16714.html) | Apr 16, 2020 | [Upgrade from iRedMail-1.1](./upgrade.iredmail.1.1-1.2.html) | Bug fix release.
[1.1](https://forum.iredmail.org/topic16507.html) | Feb 11, 2020 | [Upgrade from iRedMail-1.0](./upgrade.iredmail.1.0-1.1.html) | Bug fix release.
[1.0](https://forum.iredmail.org/topic16275.html) | Dec 9, 2019 | [Upgrade from iRedMail-0.9.9](./upgrade.iredmail.0.9.9-1.0.html) | Contains SQL/LDAP structure change

View File

@ -74,6 +74,12 @@ check <a href="https://www.iredmail.org/support.html">the details</a> and
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/">1.2.1</a></td>
<td>Apr 30, 2020</td>
<td><a href="./upgrade.iredmail.1.2-1.2.1.html">Upgrade from iRedMail-1.2</a></td>
<td>New Roundcube release (1.4.4) with few security fixes.</td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic16714.html">1.2</a></td>
<td>Apr 16, 2020</td>
<td><a href="./upgrade.iredmail.1.1-1.2.html">Upgrade from iRedMail-1.1</a></td>

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Upgrade iRedMail from 1.2 to 1.2.1</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="upgrade-iredmail-from-12-to-121">Upgrade iRedMail from 1.2 to 1.2.1</h1>
<div class="toc">
<ul>
<li><a href="#upgrade-iredmail-from-12-to-121">Upgrade iRedMail from 1.2 to 1.2.1</a><ul>
<li><a href="#changelog">ChangeLog</a></li>
<li><a href="#general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</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-144">Upgrade Roundcube webmail to the latest stable release (1.4.4)</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="admonition note">
<p class="admonition-title">Paid Remote Upgrade Support</p>
<p>We offer remote upgrade support if you don't want to get your hands dirty,
check <a href="https://www.iredmail.org/support.html">the details</a> and
<a href="https://www.iredmail.org/contact.html">contact us</a>.</p>
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>Apr 30, 2020: initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</h2>
<h3 id="update-etciredmail-release-with-new-iredmail-version-number">Update <code>/etc/iredmail-release</code> with new iRedMail version number</h3>
<p>iRedMail stores the release version in <code>/etc/iredmail-release</code> after
installation, it's recommended to update this file after you upgraded iRedMail,
so that you can know which version of iRedMail you're running. For example:</p>
<pre><code>1.2.1
</code></pre>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-144">Upgrade Roundcube webmail to the latest stable release (1.4.4)</h3>
<div class="admonition warning">
<p class="admonition-title">Roundcube 1.4</p>
<p>Since Roundcube 1.3, at least <strong>PHP 5.4</strong> is required. If your server is
running PHP 5.3 and cannot upgrade to 5.4, please upgrade Roundcube
the latest 1.2 branch instead.</p>
</div>
<p>Roundcube 1.4.4 fixes few security issues, all users are encouraged to upgrade
as soon as possible.</p>
<ul>
<li><a href="https://github.com/roundcube/roundcubemail/wiki/Upgrade">How to upgrade Roundcube</a>.</li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>