diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2019-12-22 11:58:33 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2019-12-22 11:58:33 +0000 |
commit | eb41775d8d0d9b66b30f94b9c90330209ee6d983 (patch) | |
tree | 2d19e4ca145a45c5364ef587ec45de994730628d /UPDATING | |
parent | f6b2d723da94883ac0b08b4f9b0dcd34e8ee3166 (diff) | |
download | freebsd-ports-eb41775d8d0d9b66b30f94b9c90330209ee6d983.zip |
Add info about openhab2.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |