diff options
| author | adisbladis <adisbladis@gmail.com> | 2022-05-03 14:45:54 +1200 |
|---|---|---|
| committer | adisbladis <adisbladis@gmail.com> | 2022-05-03 14:45:54 +1200 |
| commit | dda33d2b2b2c69a0fc04b4abc460248e5b63436b (patch) | |
| tree | a3389a9324d018c1198de25ae2c55aa1fdd08450 | |
| parent | scalafix: 0.9.0 -> 0.10.0, completions, setup-hook instead of jdk (#171074) (diff) | |
| download | nixpkgs-dda33d2b2b2c69a0fc04b4abc460248e5b63436b.tar.gz | |
nixos/doc/manual: Remove trailing white space from 22.05 release notes
This was an annoyance for me as I have editor hooks cleaning up
trailing white space which lead to regenerating parts of the release notes unnecessarily.
| -rw-r--r-- | nixos/doc/manual/from_md/release-notes/rl-2205.section.xml | 16 | ||||
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2205.section.md | 2 |
2 files changed, 15 insertions, 3 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml index 34bfbad7f635..10608685c471 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml @@ -74,8 +74,20 @@ </para> </listitem> <listitem> -<literallayout>Pulseaudio has been upgraded to version 15.0 and now optionally <link xlink:href="https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/#supportforldacandaptxbluetoothcodecsplussbcxqsbcwithhigher-qualityparameters">supports additional Bluetooth audio codecs</link> like aptX or LDAC, with codec switching support being available in <literal>pavucontrol</literal>. This feature is disabled by default but can be enabled by using <literal>hardware.pulseaudio.package = pkgs.pulseaudioFull;</literal>. -Existing 3rd party modules that provided similar functionality, like <literal>pulseaudio-modules-bt</literal> or <literal>pulseaudio-hsphfpd</literal> are deprecated and have been removed.</literallayout> + <para> + Pulseaudio has been upgraded to version 15.0 and now + optionally + <link xlink:href="https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/#supportforldacandaptxbluetoothcodecsplussbcxqsbcwithhigher-qualityparameters">supports + additional Bluetooth audio codecs</link> like aptX or LDAC, + with codec switching support being available in + <literal>pavucontrol</literal>. This feature is disabled by + default but can be enabled by using + <literal>hardware.pulseaudio.package = pkgs.pulseaudioFull;</literal>. + Existing 3rd party modules that provided similar + functionality, like <literal>pulseaudio-modules-bt</literal> + or <literal>pulseaudio-hsphfpd</literal> are deprecated and + have been removed. + </para> </listitem> <listitem> <para> diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md index a83a7ba2b561..3b118d4e03d2 100644 --- a/nixos/doc/manual/release-notes/rl-2205.section.md +++ b/nixos/doc/manual/release-notes/rl-2205.section.md @@ -27,7 +27,7 @@ In addition to numerous new and upgraded packages, this release has the followin - Systemd has been upgraded to the version 250. -- Pulseaudio has been upgraded to version 15.0 and now optionally [supports additional Bluetooth audio codecs](https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/#supportforldacandaptxbluetoothcodecsplussbcxqsbcwithhigher-qualityparameters) like aptX or LDAC, with codec switching support being available in `pavucontrol`. This feature is disabled by default but can be enabled by using `hardware.pulseaudio.package = pkgs.pulseaudioFull;`. +- Pulseaudio has been upgraded to version 15.0 and now optionally [supports additional Bluetooth audio codecs](https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/#supportforldacandaptxbluetoothcodecsplussbcxqsbcwithhigher-qualityparameters) like aptX or LDAC, with codec switching support being available in `pavucontrol`. This feature is disabled by default but can be enabled by using `hardware.pulseaudio.package = pkgs.pulseaudioFull;`. Existing 3rd party modules that provided similar functionality, like `pulseaudio-modules-bt` or `pulseaudio-hsphfpd` are deprecated and have been removed. - The new [`postgresqlTestHook`](https://nixos.org/manual/nixpkgs/stable/#sec-postgresqlTestHook) runs a PostgreSQL server for the duration of package checks. |
