summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2022-06-22 15:30:16 -0500
committerMadoura <madouura@gmail.com>2022-06-23 15:04:46 -0500
commit8cfcee74b1678205aa82af92f2daeec293d50ced (patch)
treebebaa379ff5149608d8e7ce57c5b2cbb483e08eb /nixos
parente6213e3f47153c0192d8cbb222ef36442fb3e348 (diff)
downloadnixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar.gz
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar.bz2
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar.lz
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar.xz
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.tar.zst
nixpkgs-8cfcee74b1678205aa82af92f2daeec293d50ced.zip
zfs: 2.1.4 -> 2.1.5
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index c62efadbbf1..8b1e402fc6f 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -264,6 +264,12 @@
       </listitem>
       <listitem>
         <para>
+          <literal>zfs</literal> was updated from 2.1.4 to 2.1.5,
+          enabling it to be used with Linux kernel 5.18.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           memtest86+ was updated from 5.00-coreboot-002 to 6.00-beta2.
           It is now the upstream version from https://www.memtest.org/,
           as coreboot’s fork is no longer available.
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index f6366c14cf4..c2626998843 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -102,6 +102,8 @@ Use `configure.packages` instead.
 
 - Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation.
 
+- `zfs` was updated from 2.1.4 to 2.1.5, enabling it to be used with Linux kernel 5.18.
+
 - memtest86+ was updated from 5.00-coreboot-002 to 6.00-beta2. It is now the upstream version from https://www.memtest.org/, as coreboot's fork is no longer available.
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->