···318318 </itemizedlist>
319319 </listitem>
320320 </itemizedlist>
321321- <itemizedlist spacing="compact">
321321+ <itemizedlist>
322322 <listitem>
323323 <para>
324324 The <literal>antlr</literal> package now defaults to the 4.x
325325 release instead of the old 2.7.7 version.
326326+ </para>
327327+ </listitem>
328328+ <listitem>
329329+ <para>
330330+ The <literal>libwnck</literal> package now defaults to the 3.x
331331+ release instead of the old 2.31.0 version.
326332 </para>
327333 </listitem>
328334 </itemizedlist>
+3
nixos/doc/manual/release-notes/rl-2111.section.md
···8080* The `antlr` package now defaults to the 4.x release instead of the
8181 old 2.7.7 version.
82828383+* The `libwnck` package now defaults to the 3.x release instead of the
8484+ old 2.31.0 version.
8585+8386## Other Notable Changes {#sec-release-21.11-notable-changes}
84878588- 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.
···419419 libsexy = throw "libsexy has been removed from nixpkgs, as it's abandoned and no package needed it."; # 2019-12-10
420420 libstdcxxHook = throw "libstdcxx hook has been removed because cc-wrapper is now directly aware of the c++ standard library intended to be used."; # 2020-06-22
421421 libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
422422+ libwnck3 = libwnck;
422423 lilypond-unstable = lilypond; # added 2021-03-11
423424 links = links2; # added 2016-01-31
424425 linux_rpi0 = linux_rpi1;