aboutsummaryrefslogtreecommitdiff
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 f94c33322367..ace6d2a6c1a4 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.
+20210113:
+ AFFECTS: users of databases/redis[-devel]
+ AUTHOR: osa@FreeBSD.org
+
+ The databases/redis port has been updated to the recent stable release.
+ Users wanting to stay on v5.x can replace databases/redis with
+ databases/redis5 with one of the following commands:
+
+ # pkg install databases/redis5
+ or
+ # portmaster -o databases/redis5 databases/redis
+ or
+ # portupgrade -o databases/redis5 databases/redis
+
20210106:
AFFECTS: mail/dovecot
AUTHOR: pi@FreeBSD.org