summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-05-09 14:52:20 +1000
committerJustin Bedo <cu@cua0.org>2022-05-13 08:48:16 +1000
commit0d41bc81d6f56a0ce493a62b5e7de187d9c80e97 (patch)
tree8f9907eefd7d0a3ef6c6d7aea05558da680f5cc9 /nixos/doc/manual
parent58585adbcd7fa9889d3d3731fc9c1766317dec77 (diff)
downloadnixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar.gz
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar.bz2
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar.lz
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar.xz
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.tar.zst
nixpkgs-0d41bc81d6f56a0ce493a62b5e7de187d9c80e97.zip
mercury: 20.06.1 -> 22.01.1
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index ab0edcebc67..3be09a77856 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -2379,6 +2379,14 @@
       </listitem>
       <listitem>
         <para>
+          <literal>mercury</literal> was updated to 22.01.1, which has
+          some breaking changes
+          (<link xlink:href="https://dl.mercurylang.org/release/release-notes-22.01.html">Mercury
+          22.01 news</link>).
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           xfsprogs was update to version 5.15, which enables inobtcount
           and bigtime by default on filesystem creation. Support for
           these features was added in kernel 5.10 and deemed stable in
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index af65ae46131..fd5735692c8 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -852,6 +852,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The polkit service, available at `security.polkit.enable`, is now disabled by default. It will automatically be enabled through services and desktop environments as needed.
 
+- `mercury` was updated to 22.01.1, which has some breaking changes ([Mercury 22.01 news](https://dl.mercurylang.org/release/release-notes-22.01.html)).
+
 - xfsprogs was update to version 5.15, which enables inobtcount and bigtime by default on filesystem creation. Support for these features was added in kernel 5.10 and deemed stable in kernel 5.15.
   If you want to be able to mount XFS filesystems created with this release of xfsprogs on kernel releases older than 5.10, you need to format them with `mkfs.xfs -m bigtime=0 -m inobtcount=0`.