Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release notes: Mention the Nix update in 23.05 #233975

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions nixos/doc/manual/release-notes/rl-2305.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ To upgrade to the latest release, follow the [upgrade chapter](https://nixos.org

In addition to numerous new and updated packages, this release has the following highlights:

- default Nix: 2.11 -\> 2.13. This includes in particular a [small language change](https://github.com/NixOS/nix/issues/8259) altering the way floats are represented in `builtins.toJSON`.
See the release notes for [2.13](https://nixos.org/manual/nix/stable/release-notes/rl-2.13.html) and [2.14](https://nixos.org/manual/nix/stable/release-notes/rl-2.14.html) for more info.
Copy link
Member

@mweinelt mweinelt May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 2.14 release notes are 404. Who do I have to contact to get this fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We went with the unstable manual, but please remember to also update stable when you can.


- The default Linux kernel has been updated from 5.15 to 6.1, all kernels version supported on <kernel.org> are also available.

- The glibc has been updated from 2.35 to 2.37

- systemd has been updated from v252 to v253, see [release notes](https://github.com/systemd/systemd/blob/main/NEWS#L21-L677) for more info.
- Updating with `nixos-rebuild boot` and `reboot` is recommended, since in some rare cases the `switch` into the new generation on a live system might fail due to missing mount units.

- The glibc has been updated from 2.35 to 2.37

- GNOME has been updated to version 44. Please see the [release notes](https://release.gnome.org/44/) for details.

- KDE Plasma has been updated to v5.27, see [the release notes](https://kde.org/announcements/plasma/5/5.27.0/) for what is changed.
Expand Down