summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2017-12-30 19:37:06 -0500
committerGitHub <noreply@github.com>2017-12-30 19:37:06 -0500
commitfa9f0e574d5cb7bd6500c8e555877665458201ef (patch)
treecbb12fd89b111545d2c6e9966c73dc5e40a9e195 /nixos/doc/manual
parentabcfa6f608f7265ebe2036d414ae1a1450b8aa71 (diff)
parentd67e0921e9de2888eaa36912d9c95185dc6ee195 (diff)
downloadnixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar.gz
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar.bz2
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar.lz
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar.xz
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.tar.zst
nixpkgs-fa9f0e574d5cb7bd6500c8e555877665458201ef.zip
Merge pull request #33196 from obsidiansystems/bintools-release-note
doc: Breaking change release note for bintools-wrapper
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 6329ec70582..971d88e8a9c 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -95,6 +95,14 @@ following incompatible changes:</para>
       <link xlink:href="https://search.nix.gsc.io/?q=stateVersion">here</link>.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      <literal>cc-wrapper</literal>has been split in two; there is now also a <literal>bintools-wrapper</literal>.
+      The most commonly used files in <filename>nix-support</filename> are now split between the two wrappers.
+      Some commonly used ones, like <filename>nix-support/dynamic-linker</filename>, are duplicated for backwards compatability, even though they rightly belong only in <literal>bintools-wrapper</literal>.
+      Other more obscure ones are just moved.
+    </para>
+  </listitem>
 </itemizedlist>
 
 </section>