aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d259e955ed22..e5aa17bdcc9e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20191103:
+ AFFECTS: users of www/node
+ AUTHOR: bhughes@FreeBSD.org
+
+ The www/node port has been updated to Node.js v13.0.0, the latest
+ upstream release. A new port, www/node12, has been created for the
+ v12.x LTS branch. Users wanting to stay on v12.x can replace www/node
+ with www/node12 with one of the following commands:
+
+ # pkg install www/node12
+ or
+ # portmaster -o www/node12 www/node
+ or
+ # portupgrade -o www/node12 www/node
+
20191029:
AFFECTS: users of emulators/open-vm-tools[-nox11]
AUTHOR: jpaetzel@FreeBSD.org