summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorPhilipp <philipp+dev@xndr.de>2021-07-20 22:21:36 +0200
committerPhilipp <philipp+dev@xndr.de>2021-07-20 22:34:50 +0200
commitc60a0b044747037b87e7ec24b60d221e261b8a6b (patch)
tree4bccd26b1afd6aa61e7a1f43b97e5a1ed79096f1 /nixos/doc/manual
parent595a1517766d682592ad5d5bab314bfa737507ab (diff)
downloadnixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar.gz
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar.bz2
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar.lz
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar.xz
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.tar.zst
nixpkgs-c60a0b044747037b87e7ec24b60d221e261b8a6b.zip
mingw-64: 6.0.0 -> 9.0.0
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 88d075a9a48..4525706f826 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -523,6 +523,12 @@
           2020 to 2021
         </para>
       </listitem>
+      <listitem>
+        <para>
+          the <literal>mingw-64</literal> package has been upgraded from
+          6.0.0 to 9.0.0
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index f7275480ff8..e3afb1bb1b5 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -132,6 +132,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The `isabelle` package has been upgraded from 2020 to 2021
 
+- the `mingw-64` package has been upgraded from 6.0.0 to 9.0.0
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}
 
 - The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.