From 5cd22548724fbf77dcc926ea6649d7b11712398e Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 12 Feb 2020 15:17:19 +0200 Subject: [PATCH 1/3] Create 2.4.7 release notes and update change log --- Documentation/Changelog.md | 1 + .../MaxScale-2.4.7-Release-Notes.md | 46 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 7cba5d542..86481721f 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -23,6 +23,7 @@ For more details, please refer to: +* [MariaDB MaxScale 2.4.7 Release Notes](Release-Notes/MaxScale-2.4.7-Release-Notes.md) * [MariaDB MaxScale 2.4.6 Release Notes](Release-Notes/MaxScale-2.4.6-Release-Notes.md) * [MariaDB MaxScale 2.4.5 Release Notes](Release-Notes/MaxScale-2.4.5-Release-Notes.md) * [MariaDB MaxScale 2.4.4 Release Notes](Release-Notes/MaxScale-2.4.4-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md new file mode 100644 index 000000000..accdf8d84 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md @@ -0,0 +1,46 @@ +# MariaDB MaxScale 2.4.7 Release Notes + +Release 2.4.7 is a GA release. + +This document describes the changes in release 2.4.7, when compared to the +previous release in the same series. + +For any problems you encounter, please consider submitting a bug +report on [our Jira](https://jira.mariadb.org/projects/MXS). + +## Bug fixes + +* [MXS-2889](https://jira.mariadb.org/browse/MXS-2889) Direct replication mode can hang on shutdown +* [MXS-2887](https://jira.mariadb.org/browse/MXS-2887) admin_auth documented as not modifiable at runtime +* [MXS-2883](https://jira.mariadb.org/browse/MXS-2883) session closed by maxscale when it received "auth switch request" packet from backend server +* [MXS-2880](https://jira.mariadb.org/browse/MXS-2880) Typo in MariaDBMonitor slave connection printing +* [MXS-2878](https://jira.mariadb.org/browse/MXS-2878) Monitor connections do not insist on SSL being used +* [MXS-2871](https://jira.mariadb.org/browse/MXS-2871) maxscale RPM post-uninstall script has bugs +* [MXS-2859](https://jira.mariadb.org/browse/MXS-2859) Strings with newlines break configuration serialization +* [MXS-2858](https://jira.mariadb.org/browse/MXS-2858) Hang with writeq_high_water +* [MXS-2857](https://jira.mariadb.org/browse/MXS-2857) ssl_verify_peer_certificate should not be on by default +* [MXS-2851](https://jira.mariadb.org/browse/MXS-2851) CAST Function displays contents of Masked column +* [MXS-2850](https://jira.mariadb.org/browse/MXS-2850) MaxScale masking does not work with UNION ALL +* [MXS-2822](https://jira.mariadb.org/browse/MXS-2822) Unexpected internal state: received response +* [MXS-2810](https://jira.mariadb.org/browse/MXS-2810) maxscale process still running after uninstalling maxscale package +* [MXS-2784](https://jira.mariadb.org/browse/MXS-2784) Default charset is not correct + +## 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 supported the Linux distributions. + +Packages can be downloaded [here](https://mariadb.com/downloads/#mariadb_platform-mariadb_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 `maxscale-X.Y.Z`. Further, the default branch is always the latest GA version +of MaxScale. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale). From f576680ed9062222f23ec9e6a3f0b23174ed0535 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 12 Feb 2020 15:21:44 +0200 Subject: [PATCH 2/3] Update 2.4.7 change date Only the files that were not already updated as part of the 2.3.17 release. --- LICENSE24.TXT | 2 +- include/maxscale/config2.hh | 2 +- include/maxscale/listener.hh | 2 +- include/maxscale/mainworker.hh | 2 +- include/maxscale/mysql_plus.hh | 2 +- include/maxscale/packet_tracker.hh | 2 +- include/maxscale/ssl.hh | 2 +- maxscale-system-test/clustrix_basics.cpp | 2 +- maxscale-system-test/clustrix_distribution.cpp | 2 +- maxscale-system-test/clustrix_mon.cpp | 2 +- maxscale-system-test/clustrix_nodes.cpp | 2 +- maxscale-system-test/clustrix_nodes.h | 2 +- maxscale-system-test/clustrix_transaction_replay.cpp | 2 +- maxscale-system-test/maxrest.cc | 2 +- maxscale-system-test/maxrest.hh | 2 +- maxscale-system-test/mxs2273_being_drained.cpp | 2 +- maxscale-system-test/mxs2512_trx_replay_rollback.cpp | 2 +- maxscale-system-test/mysqlmon_enforce_simple.cpp | 2 +- maxscale-system-test/mysqlmon_fail_switch_multi.cpp | 2 +- maxscale-system-test/smart_query.cpp | 2 +- maxscale-system-test/sr_basics.cpp | 2 +- maxutils/maxbase/include/maxbase/host.hh | 2 +- maxutils/maxbase/include/maxbase/http.hh | 2 +- maxutils/maxbase/include/maxbase/iterator.hh | 2 +- maxutils/maxbase/include/maxbase/pam_utils.hh | 2 +- maxutils/maxbase/include/maxbase/random.hh | 2 +- maxutils/maxbase/include/maxbase/string.hh | 2 +- maxutils/maxbase/src/host.cc | 2 +- maxutils/maxbase/src/http.cc | 2 +- maxutils/maxbase/src/pam_utils.cc | 2 +- maxutils/maxbase/src/random.cc | 2 +- maxutils/maxbase/src/test/test_host_class.cc | 2 +- maxutils/maxbase/src/test/test_http.cc | 2 +- maxutils/maxbase/src/test/test_name_lookup.cc | 2 +- maxutils/maxbase/src/test/test_string.cc | 2 +- maxutils/maxsql/include/maxsql/mariadb.hh | 2 +- maxutils/maxsql/include/maxsql/queryresult.hh | 2 +- maxutils/maxsql/src/mariadb.cc | 2 +- maxutils/maxsql/src/queryresult.cc | 2 +- script/check-change-date | 2 +- script/check-maxscale-change-date | 2 +- script/update-maxscale-change-date | 2 +- server/core/config2.cc | 2 +- server/core/internal/externcmd.hh | 2 +- server/core/internal/monitormanager.hh | 2 +- server/core/mainworker.cc | 2 +- server/core/monitormanager.cc | 2 +- server/core/packet_tracker.cc | 2 +- server/core/test/test_config2.cc | 2 +- server/core/test/test_housekeeper.cc | 2 +- server/core/test/test_utils.hh | 2 +- server/modules/filter/cache/cacheconfig.cc | 2 +- server/modules/filter/cache/cacheconfig.hh | 2 +- server/modules/filter/cache/test/cache_bugs.cc | 2 +- server/modules/filter/cache/test/cache_stress.cc | 2 +- server/modules/filter/hintfilter/mysqlhint.hh | 2 +- server/modules/filter/hintfilter/test/test_hintparser.cc | 2 +- server/modules/filter/qlafilter/qlafilter.hh | 2 +- server/modules/monitor/clustrixmon/clustrix.cc | 2 +- server/modules/monitor/clustrixmon/clustrix.hh | 2 +- server/modules/monitor/clustrixmon/clustrixmembership.hh | 2 +- server/modules/monitor/clustrixmon/clustrixmon.cc | 2 +- server/modules/monitor/clustrixmon/clustrixmonitor.cc | 2 +- server/modules/monitor/clustrixmon/clustrixmonitor.hh | 2 +- server/modules/monitor/clustrixmon/clustrixnode.cc | 2 +- server/modules/monitor/clustrixmon/clustrixnode.hh | 2 +- server/modules/routing/avrorouter/config.hh | 2 +- server/modules/routing/avrorouter/replicator.cc | 2 +- server/modules/routing/avrorouter/replicator.hh | 2 +- server/modules/routing/avrorouter/sql.cc | 2 +- server/modules/routing/avrorouter/sql.hh | 2 +- server/modules/routing/readconnroute/readconnroute.hh | 2 +- server/modules/routing/smartrouter/performance.cc | 2 +- server/modules/routing/smartrouter/performance.hh | 2 +- server/modules/routing/smartrouter/smartrouter.cc | 2 +- server/modules/routing/smartrouter/smartrouter.hh | 2 +- server/modules/routing/smartrouter/smartsession.cc | 2 +- server/modules/routing/smartrouter/smartsession.hh | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/LICENSE24.TXT b/LICENSE24.TXT index 6ca7951fc..0bb528985 100644 --- a/LICENSE24.TXT +++ b/LICENSE24.TXT @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work with a total of less than three server instances for any purpose. -Change Date: 2024-01-15 +Change Date: 2024-02-10 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/include/maxscale/config2.hh b/include/maxscale/config2.hh index ce2fa50fb..7a3cd63f8 100644 --- a/include/maxscale/config2.hh +++ b/include/maxscale/config2.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/include/maxscale/listener.hh b/include/maxscale/listener.hh index 5bebc5109..de2e50937 100644 --- a/include/maxscale/listener.hh +++ b/include/maxscale/listener.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/include/maxscale/mainworker.hh b/include/maxscale/mainworker.hh index 7ff8f9dcc..961b30458 100644 --- a/include/maxscale/mainworker.hh +++ b/include/maxscale/mainworker.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/include/maxscale/mysql_plus.hh b/include/maxscale/mysql_plus.hh index aff955c63..8c1b6462e 100644 --- a/include/maxscale/mysql_plus.hh +++ b/include/maxscale/mysql_plus.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/include/maxscale/packet_tracker.hh b/include/maxscale/packet_tracker.hh index 2695250ff..dc6e7b8d2 100644 --- a/include/maxscale/packet_tracker.hh +++ b/include/maxscale/packet_tracker.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/include/maxscale/ssl.hh b/include/maxscale/ssl.hh index 9be2b59f8..d3f6b62a2 100644 --- a/include/maxscale/ssl.hh +++ b/include/maxscale/ssl.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_basics.cpp b/maxscale-system-test/clustrix_basics.cpp index 4675bd17e..568557e33 100644 --- a/maxscale-system-test/clustrix_basics.cpp +++ b/maxscale-system-test/clustrix_basics.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_distribution.cpp b/maxscale-system-test/clustrix_distribution.cpp index e746015be..27c925e21 100644 --- a/maxscale-system-test/clustrix_distribution.cpp +++ b/maxscale-system-test/clustrix_distribution.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_mon.cpp b/maxscale-system-test/clustrix_mon.cpp index 0c68ebf1f..9bd96fe23 100644 --- a/maxscale-system-test/clustrix_mon.cpp +++ b/maxscale-system-test/clustrix_mon.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_nodes.cpp b/maxscale-system-test/clustrix_nodes.cpp index 3e8f7a46b..ed35f0b36 100644 --- a/maxscale-system-test/clustrix_nodes.cpp +++ b/maxscale-system-test/clustrix_nodes.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_nodes.h b/maxscale-system-test/clustrix_nodes.h index 5ddc452e0..400e61665 100644 --- a/maxscale-system-test/clustrix_nodes.h +++ b/maxscale-system-test/clustrix_nodes.h @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/clustrix_transaction_replay.cpp b/maxscale-system-test/clustrix_transaction_replay.cpp index 1edd91891..2d05411d0 100644 --- a/maxscale-system-test/clustrix_transaction_replay.cpp +++ b/maxscale-system-test/clustrix_transaction_replay.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/maxrest.cc b/maxscale-system-test/maxrest.cc index 241161d47..78565deb8 100644 --- a/maxscale-system-test/maxrest.cc +++ b/maxscale-system-test/maxrest.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/maxrest.hh b/maxscale-system-test/maxrest.hh index ff92a509d..b37823e02 100644 --- a/maxscale-system-test/maxrest.hh +++ b/maxscale-system-test/maxrest.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/mxs2273_being_drained.cpp b/maxscale-system-test/mxs2273_being_drained.cpp index c19210f15..6510071be 100644 --- a/maxscale-system-test/mxs2273_being_drained.cpp +++ b/maxscale-system-test/mxs2273_being_drained.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/mxs2512_trx_replay_rollback.cpp b/maxscale-system-test/mxs2512_trx_replay_rollback.cpp index 377e33159..15dcbc664 100644 --- a/maxscale-system-test/mxs2512_trx_replay_rollback.cpp +++ b/maxscale-system-test/mxs2512_trx_replay_rollback.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/mysqlmon_enforce_simple.cpp b/maxscale-system-test/mysqlmon_enforce_simple.cpp index ea726238c..d76fd7594 100644 --- a/maxscale-system-test/mysqlmon_enforce_simple.cpp +++ b/maxscale-system-test/mysqlmon_enforce_simple.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/mysqlmon_fail_switch_multi.cpp b/maxscale-system-test/mysqlmon_fail_switch_multi.cpp index 083427431..2539d716a 100644 --- a/maxscale-system-test/mysqlmon_fail_switch_multi.cpp +++ b/maxscale-system-test/mysqlmon_fail_switch_multi.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/smart_query.cpp b/maxscale-system-test/smart_query.cpp index 2d490c8c3..71bc84f90 100644 --- a/maxscale-system-test/smart_query.cpp +++ b/maxscale-system-test/smart_query.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/sr_basics.cpp b/maxscale-system-test/sr_basics.cpp index 85f1c78e9..02ff12e8d 100644 --- a/maxscale-system-test/sr_basics.cpp +++ b/maxscale-system-test/sr_basics.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/host.hh b/maxutils/maxbase/include/maxbase/host.hh index 201b210a7..c55614d60 100644 --- a/maxutils/maxbase/include/maxbase/host.hh +++ b/maxutils/maxbase/include/maxbase/host.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/http.hh b/maxutils/maxbase/include/maxbase/http.hh index dc2262fd8..7757eae80 100644 --- a/maxutils/maxbase/include/maxbase/http.hh +++ b/maxutils/maxbase/include/maxbase/http.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/iterator.hh b/maxutils/maxbase/include/maxbase/iterator.hh index dd25b0b57..b520404f5 100644 --- a/maxutils/maxbase/include/maxbase/iterator.hh +++ b/maxutils/maxbase/include/maxbase/iterator.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/pam_utils.hh b/maxutils/maxbase/include/maxbase/pam_utils.hh index c88cff559..8dc3129b9 100644 --- a/maxutils/maxbase/include/maxbase/pam_utils.hh +++ b/maxutils/maxbase/include/maxbase/pam_utils.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/random.hh b/maxutils/maxbase/include/maxbase/random.hh index e3c85ea19..899c948b6 100644 --- a/maxutils/maxbase/include/maxbase/random.hh +++ b/maxutils/maxbase/include/maxbase/random.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/include/maxbase/string.hh b/maxutils/maxbase/include/maxbase/string.hh index b3560f401..0e3db8749 100644 --- a/maxutils/maxbase/include/maxbase/string.hh +++ b/maxutils/maxbase/include/maxbase/string.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/host.cc b/maxutils/maxbase/src/host.cc index 6ea3bb9c3..847a23725 100644 --- a/maxutils/maxbase/src/host.cc +++ b/maxutils/maxbase/src/host.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/http.cc b/maxutils/maxbase/src/http.cc index 56910efbc..5b11bd2a3 100644 --- a/maxutils/maxbase/src/http.cc +++ b/maxutils/maxbase/src/http.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/pam_utils.cc b/maxutils/maxbase/src/pam_utils.cc index f9b7e7cd6..ac8f8a91f 100644 --- a/maxutils/maxbase/src/pam_utils.cc +++ b/maxutils/maxbase/src/pam_utils.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/random.cc b/maxutils/maxbase/src/random.cc index a56121aad..1950b71d5 100644 --- a/maxutils/maxbase/src/random.cc +++ b/maxutils/maxbase/src/random.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/test/test_host_class.cc b/maxutils/maxbase/src/test/test_host_class.cc index f0b124bf0..329b0b5fc 100644 --- a/maxutils/maxbase/src/test/test_host_class.cc +++ b/maxutils/maxbase/src/test/test_host_class.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/test/test_http.cc b/maxutils/maxbase/src/test/test_http.cc index 7536abab1..cf67dc551 100644 --- a/maxutils/maxbase/src/test/test_http.cc +++ b/maxutils/maxbase/src/test/test_http.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/test/test_name_lookup.cc b/maxutils/maxbase/src/test/test_name_lookup.cc index 5edd950c1..ae005aa25 100644 --- a/maxutils/maxbase/src/test/test_name_lookup.cc +++ b/maxutils/maxbase/src/test/test_name_lookup.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/test/test_string.cc b/maxutils/maxbase/src/test/test_string.cc index 09dce7ffc..3a61b3fbb 100644 --- a/maxutils/maxbase/src/test/test_string.cc +++ b/maxutils/maxbase/src/test/test_string.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxsql/include/maxsql/mariadb.hh b/maxutils/maxsql/include/maxsql/mariadb.hh index 966ab1e21..61927ab08 100644 --- a/maxutils/maxsql/include/maxsql/mariadb.hh +++ b/maxutils/maxsql/include/maxsql/mariadb.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxsql/include/maxsql/queryresult.hh b/maxutils/maxsql/include/maxsql/queryresult.hh index b526a8e29..1730556eb 100644 --- a/maxutils/maxsql/include/maxsql/queryresult.hh +++ b/maxutils/maxsql/include/maxsql/queryresult.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxsql/src/mariadb.cc b/maxutils/maxsql/src/mariadb.cc index 25781f0bb..ac3af2221 100644 --- a/maxutils/maxsql/src/mariadb.cc +++ b/maxutils/maxsql/src/mariadb.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxsql/src/queryresult.cc b/maxutils/maxsql/src/queryresult.cc index 5f818e0ef..0cde87c7a 100644 --- a/maxutils/maxsql/src/queryresult.cc +++ b/maxutils/maxsql/src/queryresult.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/script/check-change-date b/script/check-change-date index efc9cb786..f996cf52b 100755 --- a/script/check-change-date +++ b/script/check-change-date @@ -5,7 +5,7 @@ # Use of this software is governed by the Business Source License included # in the LICENSE.TXT file and at www.mariadb.com/bsl11. # -# Change Date: 2024-01-15 +# Change Date: 2024-02-10 # # On the date above, in accordance with the Business Source License, use # of this software will be governed by version 2 or later of the General diff --git a/script/check-maxscale-change-date b/script/check-maxscale-change-date index 1fd17faa3..293b4beb3 100755 --- a/script/check-maxscale-change-date +++ b/script/check-maxscale-change-date @@ -5,7 +5,7 @@ # Use of this software is governed by the Business Source License included # in the LICENSE.TXT file and at www.mariadb.com/bsl11. # -# Change Date: 2024-01-15 +# Change Date: 2024-02-10 # # On the date above, in accordance with the Business Source License, use # of this software will be governed by version 2 or later of the General diff --git a/script/update-maxscale-change-date b/script/update-maxscale-change-date index 4f428e61d..a75fd80e2 100755 --- a/script/update-maxscale-change-date +++ b/script/update-maxscale-change-date @@ -5,7 +5,7 @@ # Use of this software is governed by the Business Source License included # in the LICENSE.TXT file and at www.mariadb.com/bsl11. # -# Change Date: 2024-01-15 +# Change Date: 2024-02-10 # # On the date above, in accordance with the Business Source License, use # of this software will be governed by version 2 or later of the General diff --git a/server/core/config2.cc b/server/core/config2.cc index 46d87645a..5f5317615 100644 --- a/server/core/config2.cc +++ b/server/core/config2.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/internal/externcmd.hh b/server/core/internal/externcmd.hh index 8f73c6bbb..49bce5381 100644 --- a/server/core/internal/externcmd.hh +++ b/server/core/internal/externcmd.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/internal/monitormanager.hh b/server/core/internal/monitormanager.hh index 285bd5dc3..e3fc1532d 100644 --- a/server/core/internal/monitormanager.hh +++ b/server/core/internal/monitormanager.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/mainworker.cc b/server/core/mainworker.cc index f55f354fd..ecbfdf212 100644 --- a/server/core/mainworker.cc +++ b/server/core/mainworker.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/monitormanager.cc b/server/core/monitormanager.cc index 8001c2b72..eaae6234a 100644 --- a/server/core/monitormanager.cc +++ b/server/core/monitormanager.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/packet_tracker.cc b/server/core/packet_tracker.cc index 24eea62e2..84f841f11 100644 --- a/server/core/packet_tracker.cc +++ b/server/core/packet_tracker.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/test/test_config2.cc b/server/core/test/test_config2.cc index 74e94151e..66554fbd9 100644 --- a/server/core/test/test_config2.cc +++ b/server/core/test/test_config2.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/test/test_housekeeper.cc b/server/core/test/test_housekeeper.cc index 986a83805..0c113806a 100644 --- a/server/core/test/test_housekeeper.cc +++ b/server/core/test/test_housekeeper.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/test/test_utils.hh b/server/core/test/test_utils.hh index 016dc75c8..f8045dd27 100644 --- a/server/core/test/test_utils.hh +++ b/server/core/test/test_utils.hh @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/cache/cacheconfig.cc b/server/modules/filter/cache/cacheconfig.cc index e721d8f43..52a7dcad8 100644 --- a/server/modules/filter/cache/cacheconfig.cc +++ b/server/modules/filter/cache/cacheconfig.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/cache/cacheconfig.hh b/server/modules/filter/cache/cacheconfig.hh index c5fc8efa4..034a21c16 100644 --- a/server/modules/filter/cache/cacheconfig.hh +++ b/server/modules/filter/cache/cacheconfig.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/cache/test/cache_bugs.cc b/server/modules/filter/cache/test/cache_bugs.cc index 0297a297e..939a5c12b 100644 --- a/server/modules/filter/cache/test/cache_bugs.cc +++ b/server/modules/filter/cache/test/cache_bugs.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/cache/test/cache_stress.cc b/server/modules/filter/cache/test/cache_stress.cc index d35973909..927e97db9 100644 --- a/server/modules/filter/cache/test/cache_stress.cc +++ b/server/modules/filter/cache/test/cache_stress.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/hintfilter/mysqlhint.hh b/server/modules/filter/hintfilter/mysqlhint.hh index 3757726d7..eb3e60c93 100644 --- a/server/modules/filter/hintfilter/mysqlhint.hh +++ b/server/modules/filter/hintfilter/mysqlhint.hh @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/hintfilter/test/test_hintparser.cc b/server/modules/filter/hintfilter/test/test_hintparser.cc index 267b2294a..0e0bcaacf 100644 --- a/server/modules/filter/hintfilter/test/test_hintparser.cc +++ b/server/modules/filter/hintfilter/test/test_hintparser.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/filter/qlafilter/qlafilter.hh b/server/modules/filter/qlafilter/qlafilter.hh index 9cf8e3e89..a2b260e91 100644 --- a/server/modules/filter/qlafilter/qlafilter.hh +++ b/server/modules/filter/qlafilter/qlafilter.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrix.cc b/server/modules/monitor/clustrixmon/clustrix.cc index 8f54f190d..7c67d5da3 100644 --- a/server/modules/monitor/clustrixmon/clustrix.cc +++ b/server/modules/monitor/clustrixmon/clustrix.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrix.hh b/server/modules/monitor/clustrixmon/clustrix.hh index 9ee51b229..939d31c3b 100644 --- a/server/modules/monitor/clustrixmon/clustrix.hh +++ b/server/modules/monitor/clustrixmon/clustrix.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixmembership.hh b/server/modules/monitor/clustrixmon/clustrixmembership.hh index 7d1d07298..727e5903d 100644 --- a/server/modules/monitor/clustrixmon/clustrixmembership.hh +++ b/server/modules/monitor/clustrixmon/clustrixmembership.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixmon.cc b/server/modules/monitor/clustrixmon/clustrixmon.cc index 839c22edb..0d5b84a54 100644 --- a/server/modules/monitor/clustrixmon/clustrixmon.cc +++ b/server/modules/monitor/clustrixmon/clustrixmon.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixmonitor.cc b/server/modules/monitor/clustrixmon/clustrixmonitor.cc index ba5083082..a6ebf88f4 100644 --- a/server/modules/monitor/clustrixmon/clustrixmonitor.cc +++ b/server/modules/monitor/clustrixmon/clustrixmonitor.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixmonitor.hh b/server/modules/monitor/clustrixmon/clustrixmonitor.hh index 42d25ec59..9779e26c6 100644 --- a/server/modules/monitor/clustrixmon/clustrixmonitor.hh +++ b/server/modules/monitor/clustrixmon/clustrixmonitor.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixnode.cc b/server/modules/monitor/clustrixmon/clustrixnode.cc index c53c563b7..fa665f53e 100644 --- a/server/modules/monitor/clustrixmon/clustrixnode.cc +++ b/server/modules/monitor/clustrixmon/clustrixnode.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/monitor/clustrixmon/clustrixnode.hh b/server/modules/monitor/clustrixmon/clustrixnode.hh index 2dafdefb5..88087b00d 100644 --- a/server/modules/monitor/clustrixmon/clustrixnode.hh +++ b/server/modules/monitor/clustrixmon/clustrixnode.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/avrorouter/config.hh b/server/modules/routing/avrorouter/config.hh index bd668be40..843f6e0bb 100644 --- a/server/modules/routing/avrorouter/config.hh +++ b/server/modules/routing/avrorouter/config.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/avrorouter/replicator.cc b/server/modules/routing/avrorouter/replicator.cc index 9bbd7498d..88d11082f 100644 --- a/server/modules/routing/avrorouter/replicator.cc +++ b/server/modules/routing/avrorouter/replicator.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/avrorouter/replicator.hh b/server/modules/routing/avrorouter/replicator.hh index 4ad55e668..b2230aea7 100644 --- a/server/modules/routing/avrorouter/replicator.hh +++ b/server/modules/routing/avrorouter/replicator.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/avrorouter/sql.cc b/server/modules/routing/avrorouter/sql.cc index 8f627bbdc..849a3a712 100644 --- a/server/modules/routing/avrorouter/sql.cc +++ b/server/modules/routing/avrorouter/sql.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/avrorouter/sql.hh b/server/modules/routing/avrorouter/sql.hh index 7c66dc59e..2b2613d33 100644 --- a/server/modules/routing/avrorouter/sql.hh +++ b/server/modules/routing/avrorouter/sql.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/readconnroute/readconnroute.hh b/server/modules/routing/readconnroute/readconnroute.hh index 18e474225..cabc74442 100644 --- a/server/modules/routing/readconnroute/readconnroute.hh +++ b/server/modules/routing/readconnroute/readconnroute.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/performance.cc b/server/modules/routing/smartrouter/performance.cc index 44a5a5653..00338b1a0 100644 --- a/server/modules/routing/smartrouter/performance.cc +++ b/server/modules/routing/smartrouter/performance.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/performance.hh b/server/modules/routing/smartrouter/performance.hh index 98772fdad..65a425848 100644 --- a/server/modules/routing/smartrouter/performance.hh +++ b/server/modules/routing/smartrouter/performance.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/smartrouter.cc b/server/modules/routing/smartrouter/smartrouter.cc index de1d98ef4..1f223e191 100644 --- a/server/modules/routing/smartrouter/smartrouter.cc +++ b/server/modules/routing/smartrouter/smartrouter.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/smartrouter.hh b/server/modules/routing/smartrouter/smartrouter.hh index 5894c6560..bf2e05c65 100644 --- a/server/modules/routing/smartrouter/smartrouter.hh +++ b/server/modules/routing/smartrouter/smartrouter.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/smartsession.cc b/server/modules/routing/smartrouter/smartsession.cc index b07424730..b8945f647 100644 --- a/server/modules/routing/smartrouter/smartsession.cc +++ b/server/modules/routing/smartrouter/smartsession.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/routing/smartrouter/smartsession.hh b/server/modules/routing/smartrouter/smartsession.hh index 6301ce969..92c85e59c 100644 --- a/server/modules/routing/smartrouter/smartsession.hh +++ b/server/modules/routing/smartrouter/smartsession.hh @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2024-01-15 + * Change Date: 2024-02-10 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General From ef659b94a6e21c6aeffbfdb1c9f74efef6c0c70e Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 13 Feb 2020 14:39:45 +0200 Subject: [PATCH 3/3] Update 2.4.7 release date --- Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md index accdf8d84..44236e815 100644 --- a/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.4.7-Release-Notes.md @@ -1,4 +1,4 @@ -# MariaDB MaxScale 2.4.7 Release Notes +# MariaDB MaxScale 2.4.7 Release Notes -- 2020-02-13 Release 2.4.7 is a GA release.