summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 89581b00adc3..8816cb7b9e06 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20221123:
+ AFFECTS: x11-wm/jwm
+ AUTHOR: fernape@FreeBSD.org
+
+ jwm 2.4 introduces changes in the configuration. To convert an existing v2.3
+ configuration file using xsltproc, run:
+
+ cp ~/.jwmrc ~/.jwmrc.old
+ xsltproc jwm-2.4.xslt ~/.jwmrc.old > ~/.jwmrc
+
+ If you have multiple configuration files, it may be necessary to apply the
+ XSLT to some or all of them depending on what configuration options are stored
+ in the file.
+
20221017:
AFFECTS: archivers/star
AUTHOR: fernape@FreeBSD.org