diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 3f08bde9d..e7e0109dc 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -28,6 +28,7 @@ the master. There is also limited capability for rejoining nodes. For more details, please refer to: +* [MariaDB MaxScale 2.2.1 Release Notes](Release-Notes/MaxScale-2.2.1-Release-Notes.md) * [MariaDB MaxScale 2.2.0 Release Notes](Release-Notes/MaxScale-2.2.0-Release-Notes.md) ## MariaDB MaxScale 2.1 diff --git a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md index 0464bb893..f550aecaa 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md @@ -207,7 +207,12 @@ for details. [Here is a list of bugs fixed in MaxScale 2.2.1.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%202.2.1) +* [MXS-1593](https://jira.mariadb.org/browse/MXS-1593) Servers appearing as Stale out of list servers for a fresh setup +* [MXS-1588](https://jira.mariadb.org/browse/MXS-1588) Switchover fails randomly +* [MXS-1582](https://jira.mariadb.org/browse/MXS-1582) Maxscale leaving socket behind after shutdown * [MXS-1545](https://jira.mariadb.org/browse/MXS-1545) Fix GTID connecting slave error detections +* [MXS-1541](https://jira.mariadb.org/browse/MXS-1541) Top filter uses internal ID instead of session ID for file suffix +* [MXS-1527](https://jira.mariadb.org/browse/MXS-1527) SELECT with session var is not supported * [MXS-1525](https://jira.mariadb.org/browse/MXS-1525) Firewall filter does not check exact match for host * [MXS-1519](https://jira.mariadb.org/browse/MXS-1519) Firewall instances can interfere with each other * [MXS-1517](https://jira.mariadb.org/browse/MXS-1517) Retain stale master status even if the master goes down diff --git a/Documentation/Upgrading/Upgrading-To-MaxScale-2.2.md b/Documentation/Upgrading/Upgrading-To-MaxScale-2.2.md index bcd65b046..5fc566a09 100644 --- a/Documentation/Upgrading/Upgrading-To-MaxScale-2.2.md +++ b/Documentation/Upgrading/Upgrading-To-MaxScale-2.2.md @@ -6,10 +6,6 @@ This document describes possible issues upgrading MariaDB MaxScale from version For more information about MariaDB MaxScale 2.2, please refer to the [ChangeLog](../Changelog.md). -For a complete list of changes in MaxScale 2.2, refer to the -[MaxScale 2.2.1 Release Notes](../Release-Notes/MaxScale-2.2.1-Release-Notes.md). -[MaxScale 2.2.0 Release Notes](../Release-Notes/MaxScale-2.2.0-Release-Notes.md). - Before starting the upgrade, we recommend you back up your current configuration file.