From 036c06fb942314f66f4ce38bce6172dd0323087f Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 16 May 2018 09:38:11 +0300 Subject: [PATCH] Add change log and release notes for 2.2.6 --- Documentation/Changelog.md | 1 + .../MaxScale-2.2.6-Release-Notes.md | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index e377d191f..085af425d 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.6 Release Notes](Release-Notes/MaxScale-2.2.6-Release-Notes.md) * [MariaDB MaxScale 2.2.5 Release Notes](Release-Notes/MaxScale-2.2.5-Release-Notes.md) * [MariaDB MaxScale 2.2.4 Release Notes](Release-Notes/MaxScale-2.2.4-Release-Notes.md) * [MariaDB MaxScale 2.2.3 Release Notes](Release-Notes/MaxScale-2.2.3-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md new file mode 100644 index 000000000..b151ce1b6 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md @@ -0,0 +1,48 @@ +# MariaDB MaxScale 2.2.6 Release Notes -- 2018-05 + +Release 2.2.6 is a GA release. + +This document describes the changes in release 2.2.6, when compared to +release 2.2.5. + +For any problems you encounter, please consider submitting a bug +report at [Jira](https://jira.mariadb.org). + +## Bug fixes + +* [MXS-1861](https://jira.mariadb.org/browse/MXS-1861) masking filter logs warnings with multistatements +* [MXS-1847](https://jira.mariadb.org/browse/MXS-1847) Race condition in server_get_parameter +* [MXS-1846](https://jira.mariadb.org/browse/MXS-1846) Wrong packet number in KILL command error +* [MXS-1843](https://jira.mariadb.org/browse/MXS-1843) Sporadic test_logthrottling failures on Ubuntu +* [MXS-1839](https://jira.mariadb.org/browse/MXS-1839) show sessions leaks memory +* [MXS-1837](https://jira.mariadb.org/browse/MXS-1837) Typo in REST API service stop documentation +* [MXS-1836](https://jira.mariadb.org/browse/MXS-1836) MaxInfo show eventTimes returns garbage. +* [MXS-1833](https://jira.mariadb.org/browse/MXS-1833) Connection timeout when creating CONNECT tables for maxinfo in Galera cluster with SSL set up +* [MXS-1832](https://jira.mariadb.org/browse/MXS-1832) maxctrl returns 0 even when errors are returned +* [MXS-1831](https://jira.mariadb.org/browse/MXS-1831) No error on invalid monitor parameter alteration +* [MXS-1830](https://jira.mariadb.org/browse/MXS-1830) Invalid free in Cache test program +* [MXS-1829](https://jira.mariadb.org/browse/MXS-1829) SELECT PREVIOUS VALUE FOR SEC classified differently than SELECT NEXT... +* [MXS-1826](https://jira.mariadb.org/browse/MXS-1826) COM_CHANGE_USER not work with Oracle MySQL +* [MXS-1825](https://jira.mariadb.org/browse/MXS-1825) test_wl4435_3 case from mysql_client_test.c lead to crash +* [MXS-1824](https://jira.mariadb.org/browse/MXS-1824) test_bug11909 case from mysql_client_test.c lead to crash +* [MXS-1772](https://jira.mariadb.org/browse/MXS-1772) Netmask limitations are not documented + +## Known Issues and Limitations + +There are some limitations and known issues within this version of MaxScale. +For more information, please refer to the [Limitations](../About/Limitations.md) document. + +## Packaging + +RPM and Debian packages are provided for the Linux distributions supported +by MariaDB Enterprise. + +Packages can be downloaded [here](https://mariadb.com/downloads/mariadb-tx/maxscale). + +## Source Code + +The source code of MaxScale is tagged at GitHub with a tag, which is identical +with the version of MaxScale. For instance, the tag of version X.Y.Z of MaxScale +is X.Y.Z. Further, *master* always refers to the latest released non-beta version. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale).