summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-27 20:22:51 +0300
committerGitHub <noreply@github.com>2023-08-27 20:22:51 +0300
commitf900e733c1602b4c46064a9ef0514bb2345a8949 (patch)
treebc00848dd275f6bd73d91bfe7b40543261a4fc60 /nixos
parent6ddd81bf116f33f66d1a72747bb75bd3e30d3e61 (diff)
parenta7533453d96edf214c115963ae5840dbbc9fadcf (diff)
downloadnixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar.gz
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar.bz2
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar.lz
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar.xz
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.tar.zst
nixpkgs-f900e733c1602b4c46064a9ef0514bb2345a8949.zip
Merge pull request #250778 from NixOS/staging-next
staging-next 2023-08-22
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index e9597e6b722..49b2433c882 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -207,6 +207,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `services.prometheus.exporters` has a new exporter to monitor electrical power consumption based on PowercapRAPL sensor called [Scaphandre](https://github.com/hubblo-org/scaphandre), see [#239803](https://github.com/NixOS/nixpkgs/pull/239803) for more details.
 
+- The MariaDB C client library was upgraded from 3.2.x to 3.3.x. It is recomended to review the [upstream release notes](https://mariadb.com/kb/en/mariadb-connector-c-33-release-notes/).
+
 - The module `services.calibre-server` has new options to configure the `host`, `port`, `auth.enable`, `auth.mode` and `auth.userDb` path, see [#216497](https://github.com/NixOS/nixpkgs/pull/216497/) for more details.
 
 - `services.prometheus.exporters` has a new [exporter](https://github.com/hipages/php-fpm_exporter) to monitor PHP-FPM processes, see [#240394](https://github.com/NixOS/nixpkgs/pull/240394) for more details.