aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-04-21 09:06:26 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-04-21 09:06:26 +0000
commitbfc47e8d84fb375826b099582f7b1aa25ec5706d (patch)
tree1c62198e5629fe17f1b704042325071804fcb62b /UPDATING
parent1899d3cfb8cfbdf470e1d7aa560ba1ebec01488f (diff)
downloadports-bfc47e8d84fb375826b099582f7b1aa25ec5706d.tar.gz
ports-bfc47e8d84fb375826b099582f7b1aa25ec5706d.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)
Notes
Notes: svn path=/head/; revision=272988
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bbb7104d0a1b..77399c1cfe6f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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