summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING35
1 files changed, 35 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dd3a73264f3c..b7bfe6eb39d9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,41 @@ 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.
+20250629:
+ AFFECTS: users of japanese/anthy
+ AUTHOR: nobutaka@FreeBSD.org
+
+ japanese/anthy has been removed. Please use japanese/anthy-unicode as the
+ replacement.
+
+ japanese/anthy and japanese/anthy-unicode use different user dictionary
+ file location.
+
+ japanese/anthy: ~/.anthy/private_words_default
+ japanese/anthy-unicode: ~/.config/anthy/private_words_default
+
+ You can migrate your user dictionary for japanese/anthy with
+ anthy-dic-tool-unicode.
+
+ anthy-dic-tool-unicode --migrate
+
+ If you use the japanese-anthy or japanese-anthy-uim input method on Emacs,
+ please change them in your Emacs init file such as ~/.emacs.el and ~/.emacs
+ as follows:
+
+ japanese-anthy -> japanese-anthy-unicode
+ japanese-anthy-uim -> japanese-anthy-utf8-uim
+
+20250627:
+ AFFECTS: users of finance/ktoblzcheck
+ AUTHOR: jhale@FreeBSD.org
+
+ The bank data databases have been moved to finance/ktoblzcheck-data.
+ It may be necessary to remove ktoblzcheck < 1.59 before upgrading to
+ avoid conflicts.
+
+ pkg delete -f ktoblzcheck
+
20250622:
AFFECTS: users of net-mgmt/netbox
AUTHOR: kai@FreeBSD.org