From 7715130471b307d90ef7800503fc3d976a95a009 Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Mar 26 2020 09:51:00 +0000 Subject: [PATCH 1/2] Describes issue #391 --- diff --git a/modules/release-notes/pages/sysadmin/System_Utilities.adoc b/modules/release-notes/pages/sysadmin/System_Utilities.adoc index 1573e27..4752970 100644 --- a/modules/release-notes/pages/sysadmin/System_Utilities.adoc +++ b/modules/release-notes/pages/sysadmin/System_Utilities.adoc @@ -8,4 +8,21 @@ include::{partialsdir}/entities.adoc[] In Fedora 32, the `breezy` package for a version control system obsoletes the `bzr` and `git-remote-bzr` packages related to the Bazaar version control system. As a result, users who install `bzr` will receive `breezy` instead. The `bzr` command (Bazaar) will be provided as a symbolic link to the `brz` command (Breezy). - \ No newline at end of file +== MariaDB 10.4 + +Fedora 32 provides the `mariadb` package 10.4, up from version 10.3 in Fedora 31. + +Notable changes include: ++ +* Possibility to use more than one authentication plugins for each user account. ++ +* Support for user password expiry. ++ +* Implementation of the optimizer trace. ++ +* Performance increase in Unicode collations. ++ +* Various changes in syntax, variables and the InnoDB storage engine. + +For full information about this release, see the link:https://mariadb.com/kb/en/changes-improvements-in-mariadb-104/[official MariaDB release notes]. + From b728d9cf3fe6ba960309629ea15b40ff9f6b7785 Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Apr 01 2020 14:36:03 +0000 Subject: [PATCH 2/2] Adds SME feedback --- diff --git a/modules/release-notes/pages/sysadmin/System_Utilities.adoc b/modules/release-notes/pages/sysadmin/System_Utilities.adoc index 4752970..0a726c8 100644 --- a/modules/release-notes/pages/sysadmin/System_Utilities.adoc +++ b/modules/release-notes/pages/sysadmin/System_Utilities.adoc @@ -14,6 +14,8 @@ Fedora 32 provides the `mariadb` package 10.4, up from version 10.3 in Fedora 31 Notable changes include: + +* The `root` and `mysql` users can log in without a password using the `unix_socket` authentication plugin. ++ * Possibility to use more than one authentication plugins for each user account. + * Support for user password expiry.