From f3202679a3085e5cb77a3991d78a59ab6f507155 Mon Sep 17 00:00:00 2001 From: Anel Husakovic Date: Wed, 25 Oct 2023 00:02:20 +0200 Subject: [PATCH] Add releases to the Readme.md in form of graph - Release cycle may be tracked as graph by using `mermaid` block that is automatically rendered by GitHub. - Use release chart as part of codebase. - The graph may be mainted by the branch and/or have specific `Releases.md` file for one or more brances (`1x.y`) - Reviewer: --- README.md | 52 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 58dbf105fb90a..cc666d7f22f32 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -Code status: ------------- +## Code status: -* [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com +- [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com -## MariaDB: The open source relational database +## MariaDB: The open source relational database MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance. @@ -18,7 +17,7 @@ many people in the community. MySQL, which is the base of MariaDB, is a product and trademark of Oracle Corporation, Inc. For a list of developers and other contributors, -see the Credits appendix. You can also run 'SHOW authors' to get a +see the Credits appendix. You can also run 'SHOW authors' to get a list of active contributors. A description of the MariaDB project and a manual can be found at: @@ -33,27 +32,25 @@ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/ https://mariadb.com/kb/en/new-and-old-releases/ -Help ------ +## Help More help is available from the Maria Discuss mailing list https://launchpad.net/~maria-discuss, MariaDB's Zulip -instance, https://mariadb.zulipchat.com/ +instance, https://mariadb.zulipchat.com/ + +## Live QA for beginner contributors -Live QA for beginner contributors ----- MariaDB has a dedicated time each week when we answer new contributor questions live on Zulip. From 8:00 to 10:00 UTC on Mondays, and 10:00 to 12:00 UTC on Thursdays, anyone can ask any questions they’d like, and a live developer will be available to assist. New contributors can ask questions any time, but we will provide immediate feedback during that interval. -Licensing ---------- +## Licensing -*************************************************************************** +--- -NOTE: +NOTE: MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2). (I.e. Without the "any later version" @@ -63,10 +60,33 @@ the MySQL distribution for more information. License information can be found in the COPYING file. Third party license information can be found in the THIRDPARTY file. -*************************************************************************** +--- + +Releases + +## Planned releases for current year (2023) + +```mermaid +gantt + title Releases for 2023 + section 10.11 + 10.11 (RC) :crit, CRITICAL 2023-04-11, 2d + WAITING :milestone, after CRITICAL + section 10.6 + 10.6 (GA) :active, IN_DEVELOPMENT 2023-04-12, 2d + section 10.4 + 10.4 :done, RELEASED 2023-04-13, 1d + Released :milestone, after RELEASED +``` +## Releases for year ... + +## Releases for year ... + +.... Bug Reports ------------- + +--- Bug and/or error reports regarding MariaDB should be submitted at: https://jira.mariadb.org