about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorjthulhu <adrien.lc.mathieu@gmail.com>2023-06-15 10:31:26 +0200
committerjthulhu <adrien.lc.mathieu@gmail.com>2023-08-03 16:57:58 +0200
commite85228766cff240418ddb8e0cb449805d0812d48 (patch)
tree4f230796a872cf6d535e59c53a00cf2d5a8b57f8 /nixos/doc
parent939ba40498564c0bd6fc54fe43b9181a0c3627b7 (diff)
downloadnixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar.gz
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar.bz2
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar.lz
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar.xz
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.tar.zst
nixlib-e85228766cff240418ddb8e0cb449805d0812d48.zip
pharo: old -> 10.0.5
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 593298af9fd1..85a6d4599fbc 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -114,6 +114,8 @@
 
 - The default `kops` version is now 1.27.0 and support for 1.24 and older has been dropped.
 
+- `pharo` has been updated to latest stable (PharoVM 10.0.5), which is compatible with the latest stable and oldstable images (Pharo 10 and 11). The VM in question is the 64bit Spur. The 32bit version has been dropped due to lack of maintenance. The Cog VM has been deleted because it is severily outdated. Finally, the `pharo-launcher` package has been deleted because it was not compatible with the newer VM, and due to lack of maintenance.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.