Commit graph

184 commits

Author SHA1 Message Date
Daniel Bartholomew
cca85eb16e
bump the VERSION 2024-11-01 11:38:20 -04:00
Daniel Bartholomew
8da477414b
bump the VERSION 2024-08-08 18:00:06 -04:00
Daniel Bartholomew
1bf9e1a79a
bump the VERSION 2024-05-15 10:54:18 -04:00
Daniel Bartholomew
7f3839ab8c
bump the VERSION 2024-02-06 08:25:30 -05:00
Daniel Bartholomew
ecce948ad7
bump the VERSION 2023-11-13 14:39:41 -05:00
Daniel Bartholomew
b96172555c
bump the VERSION 2023-08-14 13:48:55 -04:00
Daniel Bartholomew
5b0fe27783
bump the VERSION 2023-06-07 10:41:48 -04:00
Daniel Bartholomew
40a857c908
bump the VERSION 2023-05-10 08:48:11 -04:00
Daniel Bartholomew
8460eb25d1
bump the VERSION 2023-02-16 10:46:22 -05:00
Oleksandr Byelkin
f4e023ae7f Change maturity 2023-01-20 19:31:41 +01:00
Daniel Bartholomew
8283948846
bump the VERSION 2022-11-16 10:27:25 -05:00
Oleksandr Byelkin
ccf0e27f28 version change 2022-10-17 19:34:25 +02:00
Sergei Petrunia
dbaeeb6168 Create a 10.11 branch 2022-07-25 12:08:29 +03:00
Marko Mäkelä
4652c1775b Create a 10.10 branch 2022-05-13 13:54:14 +03:00
Sergei Golubchik
b24148b146 10.9 branch 2022-02-08 19:25:42 +01:00
Sergei Golubchik
343134fc18 bump the version and maturity 2022-01-26 20:35:41 +01:00
Sergei Golubchik
892153bd72 10.8 branch 2021-11-02 20:08:42 +01:00
Sergei Golubchik
8dd4794c4e bump the VERSION 2021-09-24 19:32:24 +02:00
Sergei Petrunia
3eef28a9f5 Change version to 10.7.0 2021-06-02 14:51:52 +03: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
Daniel Bartholomew
9a10e7fc6f bump the VERSION 2017-10-09 11:34:59 -04:00
Daniel Bartholomew
e1051590b6 bump the VERSION 2017-08-29 12:30:30 -04:00