diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md index e7d06fb34ff9..b3d4ce569f09 100644 --- a/doc/release-notes/rl-2605.section.md +++ b/doc/release-notes/rl-2605.section.md @@ -304,6 +304,8 @@ - The `pie` hardening flag has been removed and will now error, after being deprecated in 25.11. Compilers are expected to enable PIE by default, as has been common practice since 2016 outside of Nixpkgs. If a package needs `pie` disabled pass `-no-pie` in `CFLAGS`. It is unlikely this will be necessary in many cases; due to the prevalence of default PIE toolchains, most packages incompatible with PIE already pass `-no-pie`. +- `pqos-wrapper` was removed as it has been unmaintained since 2022 and not widely used. + ## Other Notable Changes {#sec-nixpkgs-release-26.05-notable-changes} diff --git a/doc/release-notes/rl-2611.section.md b/doc/release-notes/rl-2611.section.md index a13644acfd6f..6f2246688d21 100644 --- a/doc/release-notes/rl-2611.section.md +++ b/doc/release-notes/rl-2611.section.md @@ -10,9 +10,7 @@ -- `pqos-wrapper` was removed - as it has been unmaintained since 2022 - and not widely used. +- Create the first release note entry in this section! ## Other Notable Changes {#sec-nixpkgs-release-26.11-notable-changes} diff --git a/nixos/doc/manual/release-notes/rl-2605.section.md b/nixos/doc/manual/release-notes/rl-2605.section.md index ab322d9c4aa3..364e2d3cfa12 100644 --- a/nixos/doc/manual/release-notes/rl-2605.section.md +++ b/nixos/doc/manual/release-notes/rl-2605.section.md @@ -386,6 +386,10 @@ See . - `services.esphome` no longer uses `DynamicUser`. The service now runs as a static `esphome` system user. systemd handles the migration from `/var/lib/private/esphome` automatically, but users with [impermanence](https://github.com/nix-community/impermanence) setups should ensure `/var/lib/esphome` is persisted. +- `programs.pqos-wrapper` module has been deleted as the corresponding package has been dropped from nixpkgs. + +- `programs.benchexec.enable = true` no longer sets `programs.pqos-wrapper.enable = true` as the corresponding module has been deleted. + ## Other Notable Changes {#sec-release-26.05-notable-changes} diff --git a/nixos/doc/manual/release-notes/rl-2611.section.md b/nixos/doc/manual/release-notes/rl-2611.section.md index 3d53f1f20930..c017279d73b5 100644 --- a/nixos/doc/manual/release-notes/rl-2611.section.md +++ b/nixos/doc/manual/release-notes/rl-2611.section.md @@ -16,12 +16,7 @@ -- `programs.pqos-wrapper` module has been deleted - as the corresponding package has been dropped from nixpkgs. - -- `programs.benchexec.enable = true` - no longer sets `programs.pqos-wrapper.enable = true` - as the corresponding module has been deleted. +- Create the first release note entry in this section! ## Other Notable Changes {#sec-release-26.11-notable-changes}