aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4d6900e24ef2..2c5a56b953ce 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20251011:
+ AFFECTS: users of net-im/gotosocial
+ AUTHOR: dinoex@FreeBSD.org
+
+ The etc/gotosocial/config.yaml file needs to be edited.
+ Also includes breaking changes to prometheus metrics.
+ See release notes for details:
+ https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.0
+ Requires a lengthy database migration which must not be interrupted!
+
+20250930:
+ AFFECTS: users of x11/nvidia-driver*
+ AUTHOR: junchoon@dec.sakura.ne.jp
+
+ Because of splitting out kernel modules (kmod) part from x11/nvidia-driver*
+ into newly introduced x11/nvidia-kmod*, you need to deinstall currently
+ installed x11/nvidia-driver* and freshly install it again with new version.
+ This would pull in corresponding x11/nvidia-kmod* because x11/nvidia-driver*
+ explicitly depends on corresponding x11/nvidia-kmod*.
+
20250918:
AFFECTS: users of sysutils/py-mitogen
AUTHOR: dch@FreeBSD.org