summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-10 00:01:31 +0000
committerGitHub <noreply@github.com>2021-11-10 00:01:31 +0000
commit6e4d2d1f105c0092031c9aa490f14f6ade51e74b (patch)
treec48d94c40ccd4c4efacd545edc11a48e00937be2 /nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
parent576f01a21f6f2169b1f2629d515797d4e23b89dc (diff)
parent4d765caecdc91e6efa61822499f2275b59926dee (diff)
downloadnixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar.gz
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar.bz2
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar.lz
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar.xz
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.tar.zst
nixpkgs-6e4d2d1f105c0092031c9aa490f14f6ade51e74b.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2111.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml30
1 files changed, 30 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 e433029a381..0fa7c0bf80f 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
@@ -17,6 +17,15 @@
     <itemizedlist>
       <listitem>
         <para>
+          Nix has been updated to version 2.4, reference its
+          <link xlink:href="https://discourse.nixos.org/t/nix-2-4-released/15822">release
+          notes</link> for more information on what has changed. The
+          previous version of Nix, 2.3.16, remains available for the
+          time being in the <literal>nix_2_3</literal> package.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>iptables</literal> now uses
           <literal>nf_tables</literal> backend.
         </para>
@@ -142,6 +151,27 @@
           </listitem>
         </itemizedlist>
       </listitem>
+      <listitem>
+        <para>
+          OpenSSH was updated to version 8.8p1
+        </para>
+        <itemizedlist spacing="compact">
+          <listitem>
+            <para>
+              This breaks connections to old SSH daemons as ssh-rsa host
+              keys and ssh-rsa public keys that were signed with SHA-1
+              are disabled by default now
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              These can be re-enabled, see the
+              <link xlink:href="https://www.openssh.com/txt/release-8.8">OpenSSH
+              changelog</link> for details
+            </para>
+          </listitem>
+        </itemizedlist>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-new-services">