aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2024-11-22 15:02:32 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2024-11-22 17:27:52 +0000
commit6924dfdf7ea3b4b511c7f987727cb6933175765c (patch)
tree38cee3d7ca5babbd495583a3bf55dae003549eb1 /UPDATING
parent4dd0bdb22a27e054135c3461dc1897fbee488ccf (diff)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8ec28efe0e02..2579fb6c559f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20241122
+ AFFECTS: users of databases/couchdb3
+ AUTHOR: dch@FreeBSD.org
+
+ Users who installed or upgraded to CouchDB 3.3.3 *after* 2024-09-30, and
+ who are also running 14.1-RELEASE or newer, will hit a nasty corruption bug,
+ causing all CPUs to lock up, possibly crashing, and generating a lot of
+ errors in log files.
+
+ This bug is caused by corrupt docs after decompression, due to a clash
+ between improved compiler optimisations in clang18, and a bug in snappy
+ itself. Given the above symptoms, all affected users will have noticed.
+
+ Upgrade to 3.4.2 in ports, to resolve this issue.
+
+ Please read more about this issue here:
+ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282217
+
20241115
AFFECTS: users of filesystems/zrepl-dsh2dsh
AUTHOR: dsh@bamus.cz