diff options
| author | Atemu <atemu.main@gmail.com> | 2023-05-28 17:37:22 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-29 18:11:38 +0000 |
| commit | 87d40d1bc870bf3f60a8c7b539fa08d6cd577b01 (patch) | |
| tree | ec3bb300db490d7e8bdfd63aebf0cce2f71ca629 | |
| parent | Merge pull request #234831 from NixOS/backport-234756-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-234639-to-release-23.05.tar.gz | |
rl-2305: mention buildFHSEnv switch to bubblewraporigin/backport-234639-to-release-23.05
See https://github.com/NixOS/nixpkgs/pull/225748
(cherry picked from commit 3720991c06f1e8d97c091b897881aa1d562269c7)
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2305.section.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md index 573d235d9443..c2efda8e991a 100644 --- a/nixos/doc/manual/release-notes/rl-2305.section.md +++ b/nixos/doc/manual/release-notes/rl-2305.section.md @@ -192,6 +192,8 @@ In addition to numerous new and upgraded packages, this release has the followin - `graylog` has been updated to version 5, which can not be upgraded directly from the previously packaged version 3.3. If you had installed the previously packaged version 3.3, please follow the [upgrade path](https://go2docs.graylog.org/5-0/upgrading_graylog/upgrade_path.htm) from 3.3 to 4.0 to 4.3 to 5.0. +- `buildFHSUserEnv` is now called `buildFHSEnv` and uses FlatPak's Bubblewrap sandboxing tool rather than Nixpkgs' own chrootenv. The old chrootenv-based implemenation is still available via `buildFHSEnvChrootenv` but is considered deprecated and will be removed when the remaining uses inside Nixpkgs have been migrated. If your FHSEnv-wrapped application misbehaves when using the new bubblewrap implementation, please create an issue in Nixpkgs. + - `nushell` has been updated to at least version 0.77.0, which includes potential breaking changes in aliases. The old aliases are now available as `old-alias` but it is recommended you migrate to the new format. See [Reworked aliases](https://www.nushell.sh/blog/2023-03-14-nushell_0_77.html#reworked-aliases-breaking-changes-kubouch). - `gajim` has been updated to version 1.7.3 which has disabled legacy ciphers. See [changelog for version 1.7.0](https://dev.gajim.org/gajim/gajim/-/releases/1.7.0). |
