diff options
author | kwm <kwm@FreeBSD.org> | 2011-04-21 17:06:26 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-04-21 17:06:26 +0800 |
commit | 53194bb12e8422b66944b39bf023d477a0a67a83 (patch) | |
tree | 92c351848b1c0f86095f4aa98b572bc6aa5ec363 /UPDATING | |
parent | 9d49aa7e6a232f5d857fa6c78dc708b0b241a918 (diff) | |
download | freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.tar.gz freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.tar.zst freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.zip |
Update webcamd to 0.1.24.
*) fix remote controls due to wrong initialisation order.
*) fix some reported regression issues.
*) character devices created by webcamd are now chowned to webcamd:webcamd and
chmodded to 0660. Add a small UPDATING blob about this.
Submitted by: hselasky@ (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ 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. +20110421: + AFFECTS: users of multimedia/webcamd + AUTHOR: kwm@FreeBSD.org + + Webcamd now creates device nodes with 0660 permission and webcamd:webcamd + ownership. To get access to the webcamd devices just add yourself to the + webcamd group. + 20110409: AFFECTS: users of japanese/asterisk-sounds AUTHOR: tota@FreeBSD.org |