Commit graph

186 commits

Author SHA1 Message Date
Daniel Bartholomew
2c42b24534
bump the VERSION 2024-11-01 11:13:09 -04:00
Daniel Bartholomew
56fb04aa7c
bump the VERSION 2024-08-08 17:56:56 -04:00
Daniel Bartholomew
32ee6670a5
bump the VERSION 2024-05-15 10:52:16 -04:00
Daniel Bartholomew
ec7a80db72
bump the VERSION 2024-02-06 08:21:25 -05:00
Daniel Bartholomew
8b84fb1383
bump the VERSION 2023-11-13 13:21:35 -05:00
Daniel Bartholomew
d84df2b878
bump the VERSION 2023-08-14 13:46:16 -04:00
Daniel Bartholomew
91367e82f1
bump the VERSION 2023-06-07 08:10:48 -04:00
Daniel Bartholomew
0d8b0493ee
bump the VERSION 2023-05-10 08:43:49 -04:00
Daniel Bartholomew
f6da6b249e
bump the VERSION 2023-02-06 09:59:18 -05:00
Daniel Bartholomew
9201cda37c
bump the VERSION 2022-11-07 09:18:20 -05:00
Daniel Bartholomew
fd1e5f91d2
bump the VERSION 2022-08-14 22:53:37 -04:00
Daniel Bartholomew
ebc140a78e
bump the VERSION 2022-05-20 12:05:54 -04:00
Daniel Bartholomew
1557204b05
bump the VERSION 2022-02-12 14:25:37 -05:00
Daniel Bartholomew
f7704d74cb
bump the VERSION 2022-02-08 17:31:40 -05:00
Daniel Bartholomew
cf06eaf1af
bump the VERSION 2021-11-08 12:21:07 -05:00
Daniel Bartholomew
20a9f0b511
bump the VERSION 2021-08-05 10:18:19 -04:00
Daniel Bartholomew
55b3a3f4dd
bump the VERSION 2021-06-22 23:00:01 -04:00
Daniel Bartholomew
5d8684863c
bump the VERSION 2021-05-10 11:33:29 -04:00
Daniel Bartholomew
85bec9d691
bump the VERSION 2021-02-22 09:40:30 -05:00
Daniel Bartholomew
fff469db7f
bump the VERSION 2020-11-11 10:20:34 -05:00
Daniel Bartholomew
1418439d38
bump the VERSION 2020-11-03 11:00:36 -05:00
Daniel Bartholomew
0c7f52939c
bump the VERSION 2020-10-07 11:28:28 -04:00
Daniel Bartholomew
5611df6774
bump the VERSION 2020-08-10 10:37:16 -04:00
Daniel Bartholomew
23c53df4b7
bump the VERSION 2020-06-24 06:05:16 -04:00
Oleksandr Byelkin
e9f62228ab Server maturity increased 2020-06-19 16:25:59 +02:00
Daniel Bartholomew
9810e0a722
bump the VERSION 2020-05-12 07:32:03 -04:00
Daniel Bartholomew
0fbab2525d
bump the VERSION 2020-03-26 12:02:29 -04:00
Daniel Bartholomew
2c34315df6
bump the VERSION 2020-02-14 10:46:08 -05:00
Sergei Golubchik
6dc46b5a4d alpha -> beta 2020-02-13 18:59:38 +01:00
Daniel Bartholomew
3b9a978a3b
bump the VERSION 2019-12-03 15:32:40 -05:00
Monty
a868e799c7 Change version to 10.5.0 2019-05-13 15:16:29 +03:00
Daniel Bartholomew
a2afba8b01 bump the VERSION 2019-04-07 13:47:22 -04:00
Daniel Bartholomew
201bd21e23 bump the VERSION 2019-02-25 08:44:37 -05:00
Oleksandr Byelkin
793f27a046 Server maturity change 2019-02-23 11:42:30 +01:00
Daniel Bartholomew
ac55d3e448 bump the VERSION 2019-01-29 13:24:19 -05:00
Daniel Bartholomew
505f283189 bump the VERSION 2018-12-20 11:07:40 -05:00
Oleksandr Byelkin
30641f9df7 Fix of maturity status 2018-12-18 16:38:08 +01:00
Daniel Bartholomew
409e70e231 bump the VERSION 2018-11-09 09:53:56 -05:00
Monty
7fda6161bc Update version to 10.4.0 2018-07-14 19:49:59 +03:00
Daniel Bartholomew
358ae4b46d bump the VERSION 2018-07-02 20:55:10 -04:00
Daniel Bartholomew
c86ea54003 bump the VERSION 2018-05-24 22:13:02 -04:00
Sergei Golubchik
037df4189f promote the server to "stable" 2018-05-22 15:56:09 +02:00
Daniel Bartholomew
dbbe70e1cf bump the VERSION 2018-04-16 11:31:02 -04:00
Daniel Bartholomew
92993d92e4 bump the VERSION 2018-02-28 09:29:30 -05:00
Sergei Golubchik
8936b17510 update server maturity 2018-02-24 14:43:26 +01:00
Daniel Bartholomew
e15f4af4dc bump the VERSION 2018-01-18 12:43:56 -05:00
Daniel Bartholomew
1761e38208 bump the VERSION 2017-12-23 09:40:52 -05:00
Vesa Pentti
99bcec295d MDEV-12501 -- set --maturity-level by default
* Note: breaking change; since this commit, a plugin that has
    worked so far might get rejected due to plugin maturity
  * mariabackup is not affected (allows all plugins)
  * VERSION file defines SERVER_MATURITY, which defines the
    corresponding numeric value as SERVER_MATURITY_LEVEL in
    include/mysql_version.h
  * The default value for 'plugin_maturity' is SERVER_MATURITY_LEVEL - 1
  * Logs a warning if a plugin has maturity lower than
    SERVER_MATURITY_LEVEL
  * Tests suppress the plugin maturity warning
  * Tests use --plugin-maturity=unknown by default so as not to fail
    due to the stricter plugin maturity handling
2017-12-09 23:34:43 +00:00
Vesa Pentti
5868a184fa Revert "MDEV-12501 -- set --maturity-level by default"
This reverts commit 1af2d7ba23.
2017-12-05 08:49:28 +00:00
Vesa Pentti
1af2d7ba23 MDEV-12501 -- set --maturity-level by default
* Note: breaking change; since this commit, a plugin that has
    worked so far might get rejected due to plugin maturity
  * mariabackup is not affected (allows all plugins)
  * VERSION file defines SERVER_MATURITY, which defines the
    corresponding numeric value as SERVER_MATURITY_LEVEL in
    include/mysql_version.h
  * The default value for 'plugin_maturity' is SERVER_MATURITY_LEVEL - 1
  * Logs a warning if a plugin has maturity lower than
    SERVER_MATURITY_LEVEL
  * Tests suppress the plugin maturity warning
  * Tests use --plugin-maturity=unknown by default so as not to fail
    due to the stricter plugin maturity handling
2017-12-04 21:12:35 +00:00