···1717 <itemizedlist>
1818 <listitem>
1919 <para>
2020+ The <literal>firefox</literal> browser on
2121+ <literal>x86_64-linux</literal> is now making use of
2222+ profile-guided optimization resulting in a much more
2323+ responsive browsing experience.
2424+ </para>
2525+ </listitem>
2626+ <listitem>
2727+ <para>
2028 <literal>security.acme.defaults</literal> has been added to
2129 simplify configuring settings for many certificates at once.
2230 This also opens up the the option to use DNS-01 validation
+4
nixos/doc/manual/release-notes/rl-2205.section.md
···6677## Highlights {#sec-release-22.05-highlights}
8899+- The `firefox` browser on `x86_64-linux` is now making use of
1010+ profile-guided optimization resulting in a much more responsive
1111+ browsing experience.
1212+913- `security.acme.defaults` has been added to simplify configuring
1014 settings for many certificates at once. This also opens up the
1115 the option to use DNS-01 validation when using `enableACME` on
···923923 polarssl = throw "'polarssl' has been renamed to/replaced by 'mbedtls'"; # Converted to throw 2022-02-22
924924 polysh = throw "polysh has been removed from nixpkgs as the upstream has abandoned the project"; # Added 2022-01-01
925925 poppler_qt5 = throw "'poppler_qt5' has been renamed to/replaced by 'libsForQt5.poppler'"; # Converted to throw 2022-02-22
926926+ powerdns = pdns; # Added 2022-03-28
926927927928 # postgresql
928929 postgresql96 = postgresql_9_6;