summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-09-23 09:57:19 +0200
committerVladimír Čunát <v@cunat.cz>2023-09-23 10:05:17 +0200
commit1869818c57d94374101eb8ab8205eac7b5345ee6 (patch)
tree465d8c3cbd0162f53c32331f57943b53ceb2870b /nixos/doc/manual/release-notes
parent45e71a7a99d0678a6694f1bba2c90f256092b01f (diff)
downloadnixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar.gz
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar.bz2
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar.lz
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar.xz
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.tar.zst
nixpkgs-1869818c57d94374101eb8ab8205eac7b5345ee6.zip
nixos/knot: add release notes and partial compatibility
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 baf3b4d9022..20a0e53a35d 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -97,6 +97,8 @@
 
 - `pass` now does not contain `password-store.el`.  Users should get `password-store.el` from Emacs lisp package set `emacs.pkgs.password-store`.
 
+- `services.knot` now supports `.settings` from RFC42.  The change is not 100% compatible with the previous `.extraConfig`.
+
 - `mu` now does not install `mu4e` files by default.  Users should get `mu4e` from Emacs lisp package set `emacs.pkgs.mu4e`.
 
 - `mariadb` now defaults to `mariadb_1011` instead of `mariadb_106`, meaning the default version was upgraded from 10.6.x to 10.11.x. See the [upgrade notes](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for potential issues.