From be2f1cb15c1437bd8360d6727c82a086a447d09d Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 9 Oct 2020 22:09:37 +0200 Subject: [PATCH] nixos/doc: Mention fontconfig changes in 20.09 RN This is a major change but it should not cause any issues. --- nixos/doc/manual/release-notes/rl-2009.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml index 8135bb562c84..f1649284845b 100644 --- a/nixos/doc/manual/release-notes/rl-2009.xml +++ b/nixos/doc/manual/release-notes/rl-2009.xml @@ -1132,8 +1132,10 @@ services.transmission.settings.rpc-bind-address = "0.0.0.0"; - The fontconfig module stopped generating fontconfig 2.10.x config and cache. - Fontconfig 2.10.x was removed from Nixpkgs - it hasn't been used in any nixpkgs package anymore. + The fontconfig module stopped generating config and cache files for fontconfig 2.10.x, the /etc/fonts/fonts.conf now belongs to the latest fontconfig, just like on other Linux distributions, and we will no longer be versioning the config directories. + + + Fontconfig 2.10.x was removed from Nixpkgs since it hasn’t been used in any Nixpkgs package for years now.