Daniel Bartholomew
0e0720c862
bump the VERSION
2024-11-01 11:14:23 -04:00
Daniel Bartholomew
f15de42585
bump the VERSION
2024-08-08 17:58:51 -04:00
Daniel Bartholomew
9a95f6b53b
bump the VERSION
2024-05-15 10:53:41 -04:00
Daniel Bartholomew
c482e71eba
bump the VERSION
2024-02-06 08:23:21 -05:00
Daniel Bartholomew
91835ef378
bump the VERSION
2023-11-13 13:22:44 -05:00
Daniel Bartholomew
e0398c5b8c
bump the VERSION
2023-08-14 13:47:13 -04:00
Daniel Bartholomew
a77939ec8c
bump the VERSION
2023-06-07 08:12:43 -04:00
Daniel Bartholomew
afe44ef212
bump the VERSION
2023-05-10 08:45:08 -04:00
Daniel Bartholomew
80ae69c8bc
bump the VERSION
2023-02-06 10:24:21 -05:00
Daniel Bartholomew
118d39d3ee
bump the VERSION
2022-11-07 09:45:23 -05:00
Daniel Bartholomew
a762dad4ec
bump the VERSION
2022-09-19 09:38:01 -04:00
Daniel Bartholomew
58746728db
bump the VERSION
2022-08-14 23:57:08 -04:00
Daniel Bartholomew
55266b05bd
bump the VERSION
2022-05-20 12:31:26 -04:00
Daniel Bartholomew
d0e853b38e
bump the VERSION
2022-02-12 13:59:39 -05:00
Daniel Bartholomew
fa73117bf8
bump the VERSION
2022-02-08 17:51:29 -05:00
Daniel Bartholomew
c85caaa20b
bump the VERSION
2021-11-08 12:03:38 -05:00
Daniel Bartholomew
fbadc87fce
bump the VERSION
2021-08-05 10:42:39 -04:00
Daniel Bartholomew
a8410693dc
bump the VERSION
2021-07-06 09:50:41 -04:00
Sergei Golubchik
9ec3cd9af0
gamma -> stable
2021-07-02 23:52:55 +02:00
Daniel Bartholomew
cccc7b5f9b
bump the VERSION
2021-06-18 11:51:14 -04:00
Sergei Golubchik
89342a3bd5
change maturity to gamma
2021-06-11 13:02:55 +02:00
Daniel Bartholomew
66165ae221
bump the VERSION
2021-05-21 16:34:26 -04:00
Sergei Golubchik
57094b4fe2
10.6.1 is beta
2021-05-20 23:47:00 +02:00
Daniel Bartholomew
9db14e93ac
bump the VERSION
2021-04-26 09:51:38 -04:00
Marko Mäkelä
20fa250959
Change version to 10.6.0
2020-05-14 12:38:52 +03: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