From d37573358059a387567fabde556f2ec1b36b12f0 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 3 Apr 2018 14:09:35 +0300 Subject: [PATCH 1/4] Update Release Notes and ChangeLog Also, the list of release notes have been removed from the upgrading document. The referral to the ChangeLog remains. That way, the list of release notes need not be maintained in several places. --- Documentation/Changelog.md | 1 + .../MaxScale-2.1.16-Release-Notes.md | 31 +++++++++++++++++++ .../Upgrading/Upgrading-To-MaxScale-2.1.md | 16 ---------- 3 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 567d87862..99d1c7e74 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -21,6 +21,7 @@ * MaxScale now supports IPv6 For more details, please refer to: +* [MariaDB MaxScale 2.1.16 Release Notes](Release-Notes/MaxScale-2.1.16-Release-Notes.md) * [MariaDB MaxScale 2.1.15 Release Notes](Release-Notes/MaxScale-2.1.15-Release-Notes.md) * [MariaDB MaxScale 2.1.14 Release Notes](Release-Notes/MaxScale-2.1.14-Release-Notes.md) * [MariaDB MaxScale 2.1.13 Release Notes](Release-Notes/MaxScale-2.1.13-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md new file mode 100644 index 000000000..f2681cd85 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md @@ -0,0 +1,31 @@ +# MariaDB MaxScale 2.1.16 Release Notes -- 2018-04 + +Release 2.1.16 is a GA release. + +This document describes the changes in release 2.1.16, when compared +to release [2.1.15](MaxScale-2.1.15-Release-Notes.md). + +For any problems you encounter, please consider submitting a bug report at +[Jira](https://jira.mariadb.org). + +## Bug fixes + +[Here is a list of bugs fixed in MaxScale 2.1.16.](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.1.16) + +* [MXS-1739](https://jira.mariadb.org/browse/MXS-1739) OpenSSL session caching is enabled +* [MXS-1730](https://jira.mariadb.org/browse/MXS-1730) Column alias named engine without backticks returns an error + +## Packaging + +RPM and Debian packages are provided for the Linux distributions supported by +MariaDB Enterprise. + +Packages can be downloaded [here](https://mariadb.com/resources/downloads). + +## 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 maxscale-X.Y.Z. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale). diff --git a/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md b/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md index 625fc5e7d..a248c0cd5 100644 --- a/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md +++ b/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md @@ -6,22 +6,6 @@ MariaDB MaxScale from version 2.0 to 2.1. For more information about MariaDB MaxScale 2.1, please refer to the [ChangeLog](../Changelog.md). -For a complete list of changes in MaxScale 2.1, refer to the -* [MaxScale 2.1.13 Release Notes](../Release-Notes/MaxScale-2.1.13-Release-Notes.md) -* [MaxScale 2.1.12 Release Notes](../Release-Notes/MaxScale-2.1.12-Release-Notes.md) -* [MaxScale 2.1.11 Release Notes](../Release-Notes/MaxScale-2.1.11-Release-Notes.md) -* [MaxScale 2.1.10 Release Notes](../Release-Notes/MaxScale-2.1.10-Release-Notes.md) -* [MaxScale 2.1.9 Release Notes](../Release-Notes/MaxScale-2.1.9-Release-Notes.md). -* [MaxScale 2.1.8 Release Notes](../Release-Notes/MaxScale-2.1.8-Release-Notes.md). -* [MaxScale 2.1.7 Release Notes](../Release-Notes/MaxScale-2.1.7-Release-Notes.md). -* [MaxScale 2.1.6 Release Notes](../Release-Notes/MaxScale-2.1.6-Release-Notes.md). -* [MaxScale 2.1.5 Release Notes](../Release-Notes/MaxScale-2.1.5-Release-Notes.md). -* [MaxScale 2.1.4 Release Notes](../Release-Notes/MaxScale-2.1.4-Release-Notes.md). -* [MaxScale 2.1.3 Release Notes](../Release-Notes/MaxScale-2.1.3-Release-Notes.md). -* [MaxScale 2.1.2 Release Notes](../Release-Notes/MaxScale-2.1.2-Release-Notes.md). -* [MaxScale 2.1.1 Release Notes](../Release-Notes/MaxScale-2.1.1-Release-Notes.md). -* [MaxScale 2.1.0 Release Notes](../Release-Notes/MaxScale-2.1.0-Release-Notes.md). - ## Installation Before starting the upgrade, we **strongly** recommend you back up your current From d07d9d59df3264f50a51cba65c02d1d85829247c Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 4 Apr 2018 13:30:15 +0300 Subject: [PATCH 2/4] Update release date --- Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md index f2681cd85..d154dbade 100644 --- a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md @@ -1,4 +1,4 @@ -# MariaDB MaxScale 2.1.16 Release Notes -- 2018-04 +# MariaDB MaxScale 2.1.16 Release Notes -- 2018-04-04 Release 2.1.16 is a GA release. From 6749c029aec1e49a8cff5060556a9a0489ecb7f9 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 3 Apr 2018 14:09:35 +0300 Subject: [PATCH 3/4] Update Release Notes and ChangeLog Also, the list of release notes have been removed from the upgrading document. The referral to the ChangeLog remains. That way, the list of release notes need not be maintained in several places. --- Documentation/Changelog.md | 1 + .../MaxScale-2.1.16-Release-Notes.md | 31 +++++++++++++++++++ .../Upgrading/Upgrading-To-MaxScale-2.1.md | 16 ---------- 3 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 0059f88ed..1d7ae4227 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -55,6 +55,7 @@ For more details, please refer to: * MaxScale now supports IPv6 For more details, please refer to: +* [MariaDB MaxScale 2.1.16 Release Notes](Release-Notes/MaxScale-2.1.16-Release-Notes.md) * [MariaDB MaxScale 2.1.15 Release Notes](Release-Notes/MaxScale-2.1.15-Release-Notes.md) * [MariaDB MaxScale 2.1.14 Release Notes](Release-Notes/MaxScale-2.1.14-Release-Notes.md) * [MariaDB MaxScale 2.1.13 Release Notes](Release-Notes/MaxScale-2.1.13-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md new file mode 100644 index 000000000..f2681cd85 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md @@ -0,0 +1,31 @@ +# MariaDB MaxScale 2.1.16 Release Notes -- 2018-04 + +Release 2.1.16 is a GA release. + +This document describes the changes in release 2.1.16, when compared +to release [2.1.15](MaxScale-2.1.15-Release-Notes.md). + +For any problems you encounter, please consider submitting a bug report at +[Jira](https://jira.mariadb.org). + +## Bug fixes + +[Here is a list of bugs fixed in MaxScale 2.1.16.](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.1.16) + +* [MXS-1739](https://jira.mariadb.org/browse/MXS-1739) OpenSSL session caching is enabled +* [MXS-1730](https://jira.mariadb.org/browse/MXS-1730) Column alias named engine without backticks returns an error + +## Packaging + +RPM and Debian packages are provided for the Linux distributions supported by +MariaDB Enterprise. + +Packages can be downloaded [here](https://mariadb.com/resources/downloads). + +## 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 maxscale-X.Y.Z. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale). diff --git a/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md b/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md index 625fc5e7d..a248c0cd5 100644 --- a/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md +++ b/Documentation/Upgrading/Upgrading-To-MaxScale-2.1.md @@ -6,22 +6,6 @@ MariaDB MaxScale from version 2.0 to 2.1. For more information about MariaDB MaxScale 2.1, please refer to the [ChangeLog](../Changelog.md). -For a complete list of changes in MaxScale 2.1, refer to the -* [MaxScale 2.1.13 Release Notes](../Release-Notes/MaxScale-2.1.13-Release-Notes.md) -* [MaxScale 2.1.12 Release Notes](../Release-Notes/MaxScale-2.1.12-Release-Notes.md) -* [MaxScale 2.1.11 Release Notes](../Release-Notes/MaxScale-2.1.11-Release-Notes.md) -* [MaxScale 2.1.10 Release Notes](../Release-Notes/MaxScale-2.1.10-Release-Notes.md) -* [MaxScale 2.1.9 Release Notes](../Release-Notes/MaxScale-2.1.9-Release-Notes.md). -* [MaxScale 2.1.8 Release Notes](../Release-Notes/MaxScale-2.1.8-Release-Notes.md). -* [MaxScale 2.1.7 Release Notes](../Release-Notes/MaxScale-2.1.7-Release-Notes.md). -* [MaxScale 2.1.6 Release Notes](../Release-Notes/MaxScale-2.1.6-Release-Notes.md). -* [MaxScale 2.1.5 Release Notes](../Release-Notes/MaxScale-2.1.5-Release-Notes.md). -* [MaxScale 2.1.4 Release Notes](../Release-Notes/MaxScale-2.1.4-Release-Notes.md). -* [MaxScale 2.1.3 Release Notes](../Release-Notes/MaxScale-2.1.3-Release-Notes.md). -* [MaxScale 2.1.2 Release Notes](../Release-Notes/MaxScale-2.1.2-Release-Notes.md). -* [MaxScale 2.1.1 Release Notes](../Release-Notes/MaxScale-2.1.1-Release-Notes.md). -* [MaxScale 2.1.0 Release Notes](../Release-Notes/MaxScale-2.1.0-Release-Notes.md). - ## Installation Before starting the upgrade, we **strongly** recommend you back up your current From 45cc816b0f323ea28438291ac735c067e523fa23 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 4 Apr 2018 13:30:15 +0300 Subject: [PATCH 4/4] Update release date --- .../MaxScale-2.1.16-Release-Notes.md | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md diff --git a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md deleted file mode 100644 index f2681cd85..000000000 --- a/Documentation/Release-Notes/MaxScale-2.1.16-Release-Notes.md +++ /dev/null @@ -1,31 +0,0 @@ -# MariaDB MaxScale 2.1.16 Release Notes -- 2018-04 - -Release 2.1.16 is a GA release. - -This document describes the changes in release 2.1.16, when compared -to release [2.1.15](MaxScale-2.1.15-Release-Notes.md). - -For any problems you encounter, please consider submitting a bug report at -[Jira](https://jira.mariadb.org). - -## Bug fixes - -[Here is a list of bugs fixed in MaxScale 2.1.16.](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.1.16) - -* [MXS-1739](https://jira.mariadb.org/browse/MXS-1739) OpenSSL session caching is enabled -* [MXS-1730](https://jira.mariadb.org/browse/MXS-1730) Column alias named engine without backticks returns an error - -## Packaging - -RPM and Debian packages are provided for the Linux distributions supported by -MariaDB Enterprise. - -Packages can be downloaded [here](https://mariadb.com/resources/downloads). - -## 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 maxscale-X.Y.Z. - -The source code is available [here](https://github.com/mariadb-corporation/MaxScale).