aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2018-12-08 16:24:37 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2018-12-08 16:24:37 +0000
commita3ed37dac39c83d607ae20a376e9357fc1790c4f (patch)
tree6ad09deadc629efb2ab1806f228c320e7cac24dc /UPDATING
parent24eb602cacaaac7c1a04b9770360b09fbea3bba1 (diff)
downloadports-a3ed37dac39c83d607ae20a376e9357fc1790c4f.tar.gz
ports-a3ed37dac39c83d607ae20a376e9357fc1790c4f.zip
Update openhab2 to 2.3.0.
Notes
Notes: svn path=/head/; revision=486962
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 57fb0a1f598f..d75fba0fe320 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ 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.
+20181210:
+ AFFECTS: users of misc/openhab2
+ AUTHOR: netchild@FreeBSD.org
+
+ If you upgrade from a pevious version, make a backup of
+ /var/db/openhab2
+ and run
+ %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd
+
+ Config specific info:
+ Nest Binding: The 'camera' Thing Type now has channel groups.
+ Add 'camera#' before the channel ID in the channel UID of
+ existing camera channels. The 'time_to_target_mins' channel
+ of the 'thermostat' Thing Type is renamed to 'time_to_target'
+ Oceanic Binding: The 'softener' Thing Type no longer exists and is replaced
+ by the 'serial' and 'ethernet' Thing Types
+ Yamaha Receiver Binding: The configuration parameter names now use lower
+ camel case convention. Change 'HOST' to 'host',
+ 'PORT' to 'port' etc
+
20181124:
AFFECTS: users of sysutils/munin-master, sysutils/munin-node, www/owncloud, mail/mailman, net/ntpa
AUTHOR: woodsb02@FreeBSD.org