aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 51e703f52506..7513f05712a5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,30 @@ 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.
+20201128:
+ AFFECTS: users of lang/ruby26
+ AUTHOR: mfechner@FreeBSD.org
+
+ The default ruby version has been updated from 2.6 to 2.7.
+
+ If you compile your own ports you may keep 2.6 as the default version by
+ adding the following lines to your /etc/make.conf file:
+
+ #
+ # Keep ruby 2.6 as default version
+ #
+ DEFAULT_VERSIONS+=ruby=2.6
+
+ If you wish to update to the new default version, you need to first stop any
+ software that uses ruby. Then, you will need to follow these steps, depending
+ upon how you manage your system.
+
+ If you use pkg, simply upgrade:
+ # pkg upgrade
+
+ If you do not use pkg, please check entry 20190420.
+ The description there should also work for this version.
+
20201112:
AFFECTS: users of net-mgmt/pushgateway
AUTHOR: rhurlin@FreeBSD.org