summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 349081b7137d..bda53ae67f4b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,36 @@ 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.
+20250828:
+ AFFECTS: users of databases/mongodb70, databases/mongodb80
+ AUTHOR: ronald@FreeBSD.org
+
+ Ports mongodb70 7.0.23 and mongodb80 since 8.0.0 contain a patch to
+ implement waitable atomics for FreeBSD.
+ This patch is developed by me. It did not go through QA of MongoDB Inc.
+ I don't have full QA in place and could only do limited testing. I
+ can't take any responsibilty for the quality of the patch.
+ Make backups and test for yourself in your setup before upgrading
+ any critical production environment.
+
+20250817:
+ AFFECTS: users of lang/perl5.*
+ AUTHOR: mat@FreeBSD.org
+
+ The default Perl version has been switched to 5.42.
+
+ See entry 20231017 for updating instructions.
+
+20250815:
+ AFFECTS: users of net/syncthing
+ AUTHOR: dvl@FreeBSD.org
+
+ Old single-dash long options are no longer supported, e.g. -home must be
+ given as --home. Database backend switched from LevelDB to SQLite. No
+ changes to run-time dependencies. There is a migration on first launch
+ which can be lengthy for larger setups.
+
+ More at https://github.com/syncthing/syncthing/releases/tag/v2.0.0
20250804:
AFFECTS: users of databases/adminer