about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-06-12 09:24:00 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-12 09:24:00 +0200
commit7953a6526938ad25b25bd9216060a9d349ae4653 (patch)
treea566a77e8952dc62175ceec3377cbb6368ce8bb8 /nixos/doc
parent68c30f0d9b74f61011686bf01796a84b09b0466d (diff)
parent7184efb40af0e740000e678a727922a7f58ac597 (diff)
downloadnixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar.gz
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar.bz2
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar.lz
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar.xz
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.tar.zst
nixlib-7953a6526938ad25b25bd9216060a9d349ae4653.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index c476327ba6ff..5c8480f38a60 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -269,6 +269,26 @@
      in the aforementioned directory. See <citerefentry>
      <refentrytitle>avahi.service</refentrytitle><manvolnum>5</manvolnum>
      </citerefentry> for more information on custom service definitions.
+      Since version 0.1.19, <literal>cargo-vendor</literal> honors package
+      includes that are specified in the <filename>Cargo.toml</filename>
+      file of Rust crates. <literal>rustPlatform.buildRustPackage</literal> uses
+      <literal>cargo-vendor</literal> to collect and build dependent crates.
+      Since this change in <literal>cargo-vendor</literal> changes the set of
+      vendored files for most Rust packages, the hash that use used to verify
+      the dependencies, <literal>cargoSha256</literal>, also changes.
+    </para>
+    <para>
+      The <literal>cargoSha256</literal> hashes of all in-tree derivations that
+      use <literal>buildRustPackage</literal> have been updated to reflect this
+      change. However, third-party derivations that use
+      <literal>buildRustPackage</literal> may have to be updated as well.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+      The default resample-method for PulseAudio has been changed from the upstream default <literal>speex-float-1</literal>
+      to <literal>speex-float-5</literal>. Be aware that low-powered ARM-based and MIPS-based boards will struggle with this
+      so you'll need to set <option>hardware.pulseaudio.daemon.config.resample-method</option> back to <literal>speex-float-1</literal>.
     </para>
    </listitem>
   </itemizedlist>