aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2019-12-22 11:58:33 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2019-12-22 11:58:33 +0000
commiteb41775d8d0d9b66b30f94b9c90330209ee6d983 (patch)
tree2d19e4ca145a45c5364ef587ec45de994730628d /UPDATING
parentf6b2d723da94883ac0b08b4f9b0dcd34e8ee3166 (diff)
downloadports-eb41775d8d0d9b66b30f94b9c90330209ee6d983.tar.gz
ports-eb41775d8d0d9b66b30f94b9c90330209ee6d983.zip
Add info about openhab2.
Notes
Notes: svn path=/head/; revision=520614
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3dbd21a7af16..ba94ce3abb73 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.
+20191221:
+ AFFECTS: users of misc/openhab2
+ AUTHOR: netchild@FreeBSD.org
+
+ If you upgrade from a pevious version, make a backup of
+ /var/db/openhab2
+ read about the breaking changes in the release notes at
+ https://github.com/openhab/openhab-distro/releases/tag/2.5.0
+ and run
+ %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd
+ which takes care about changes for:
+ - Textual Configuration
+ - Next Generation Rule Engine
+
20191216:
AFFECTS: users of python
AUTHOR: antoine@FreeBSD.org