Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47f47b46bc46
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d67b8a9eb1b3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 21, 2019

  1. nixos release notes: interfaces might get renamed

    Fixes #71086.
    vcunat authored and worldofpeace committed Oct 21, 2019
    Copy the full SHA
    9a54d17 View commit details
  2. Merge pull request #71456 from vcunat/p/doc-interface-naming

    nixos release notes: interfaces might get renamed
    worldofpeace authored Oct 21, 2019
    Copy the full SHA
    d67b8a9 View commit details
Showing with 9 additions and 0 deletions.
  1. +9 −0 nixos/doc/manual/release-notes/rl-1909.xml
9 changes: 9 additions & 0 deletions nixos/doc/manual/release-notes/rl-1909.xml
Original file line number Diff line number Diff line change
@@ -582,6 +582,15 @@
change versions under the hood during the lifetime of a stable release and might include breaking changes.
</para>
</listitem>
<listitem>
<para>
Because of the systemd upgrade,
some network interfaces might change their name. For details see
<link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.net-naming-scheme.html#History">
upstream docs</link> or <link xlink:href="https://github.com/NixOS/nixpkgs/issues/71086">
our ticket</link>.
</para>
</listitem>
</itemizedlist>
</section>