docs(nixos/release-notes): add note about deepin removal (#444902)

jopejoe1 18baa7b4 6359e8e6

Changed files
+2 -7
maintainers
nixos
doc
manual
release-notes
-7
maintainers/team-list.nix
···
enableFeatureFreezePing = true;
};
-
deepin = {
-
members = [ wineee ];
-
scope = "Maintain deepin desktop environment and related packages.";
-
shortName = "DDE";
-
enableFeatureFreezePing = true;
-
};
-
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [
···
enableFeatureFreezePing = true;
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···
- `services.pds` has been renamed to `services.bluesky-pds`.
- The new option [networking.ipips](#opt-networking.ipips) has been added to create IP within IP kind of tunnels (including 4in6, ip6ip6 and ipip).
With the existing [networking.sits](#opt-networking.sits) option (6in4), it is now possible to create all combinations of IPv4 and IPv6 encapsulation.
···
- `services.pds` has been renamed to `services.bluesky-pds`.
+
- `services.xserver.desktopManager.deepin` and associated packages have been removed due to being unmaintained. See issue [#422090](https://github.com/NixOS/nixpkgs/issues/422090) for more details.
+
- The new option [networking.ipips](#opt-networking.ipips) has been added to create IP within IP kind of tunnels (including 4in6, ip6ip6 and ipip).
With the existing [networking.sits](#opt-networking.sits) option (6in4), it is now possible to create all combinations of IPv4 and IPv6 encapsulation.