Unverified Commit 6b5ca7a2 authored by adisbladis's avatar adisbladis
Browse files

release-notes: Add notice regarding dropped Emacs aliases

parent 04855119
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -624,6 +624,14 @@
          move all files to the new directory.
        </para>
      </listitem>
      <listitem>
        <para>
          Deprecated package aliases in <literal>emacs.pkgs.*</literal>
          have been removed. These aliases were remnants of the old
          Emacs package infrastructure. We now use exact upstream names
          wherever possible.
        </para>
      </listitem>
    </itemizedlist>
  </section>
  <section xml:id="sec-release-21.11-notable-changes">
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ pt-services.clipcat.enable).

- `services.uptimed` now uses `/var/lib/uptimed` as its stateDirectory instead of `/var/spool/uptimed`. Make sure to move all files to the new directory.

- Deprecated package aliases in `emacs.pkgs.*` have been removed. These aliases were remnants of the old Emacs package infrastructure. We now use exact upstream names wherever possible.

## 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.