summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5210b2f5b574..d52a89a715c8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20191016:
+ AFFECTS: users of KDE Plasma Desktop
+ AUTHOR: kde@FreeBSD.org
+
+ With Plasma 5.17 the startup script has been renamed. People who use the
+ .xinitrc method to start Plasma have to call the new binary.
+
+ Previously:
+ exec ck-launch-session startkde
+ Change to:
+ exec ck-launch-session startplasma-x11
+
20191014:
AFFECTS: users of mail/rspamd, mail/rspamd-devel
AUTHOR: vsevolod@FreeBSD.org