about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-03 18:20:01 +0200
committerGitHub <noreply@github.com>2023-08-03 18:20:01 +0200
commit9aabdcf43f70b18bdebc39d7796c984672603d3e (patch)
treed0c45c472ee8fba176178281541595154e922333 /nixos
parent69a8986058d36dc7444bfb7c2f030b94389af7f5 (diff)
parente85228766cff240418ddb8e0cb449805d0812d48 (diff)
Merge pull request #237892 from jthulhu/update-pharo
pharo: old -> 10.0.5
Diffstat (limited to 'nixos')
-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 593298af9fd13..85a6d4599fbc0 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.