aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2b00594ba611..2c5a56b953ce 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,34 @@ 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
+
+ Ansible 12 is soft deprecating the ANSIBLE_STRATEGY functionality that
+ mitogen uses to integrate with Ansible. A future version of ansible-core
+ may remove this. See https://github.com/mitogen-hq/mitogen/issues/1278
+
20250917:
AFFECTS: users of mail/pflogsumm
AUTHOR: flo@FreeBSD.org