aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2026-06-09 15:05:58 +0000
committerNicola Vitale <nivit@FreeBSD.org>2026-06-09 15:06:51 +0000
commit0aa5be520016478f6a164a9ea7eea56a64652b6f (patch)
treeb157fda613fefe4ff154b777cf0e9a8c171803ac
parenta58383f2eb0681399a37ddd246a31e42a30d6cd0 (diff)
UPDATING: Add a note about x11-wm/mango (v. 0.14.0)
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 66c31c791f65..06c9c1df396d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20260609:
+ AFFECTS: Users of x11-wm/mango
+ AUTHOR: nivit@FreeBSD.org
+
+ Version 0.14.0 of Mango has some breaking changes:
+
+ - IPC Protocol Upgrade: The old dwl IPC protocol is now deprecated and will
+ be removed in the next version.
+ - Socket Restructuring: mmsg(1) now restricts the use of independent sockets.
+ This structural change delivers a more powerful, concise, and reliable
+ syntax, allowing you to seamlessly retrieve data for all clients, tags,
+ monitors, and messages.
+
+ As a result, you must adapt any script that uses the mmsg(1) command to
+ the new syntax.
+
20260605:
AFFECTS: Users of dns/dnsmasq-devel
AUTHOR: mandree@FreeBSD.org