Subject: CVS commit: pkgsrc/sysutils/dbus
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/28/2006 08:28:57
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Mon Aug 28 08:28:57 UTC 2006

Modified Files:
	pkgsrc/sysutils/dbus: Makefile distinfo
	pkgsrc/sysutils/dbus/files: dbus.sh
	pkgsrc/sysutils/dbus/patches: patch-aa
Added Files:
	pkgsrc/sysutils/dbus/patches: patch-ab
Removed Files:
	pkgsrc/sysutils/dbus/patches: patch-ac

Log Message:
Update to 0.92:

- Add support for LOCAL_CREDS socket credentials so that we can connect to
  the system daemon under NetBSD.  It was useless before...

Changes since 0.91:

- Proper thread locking added to pending calls
- Threading semantics changed from init early to init before the second thread
  is started
- Correctly error out when an application tries to acquire or release the
  org.freedesktop.DBus name instead of sending false result codes
- kqueue directory watching code can now be used to monitor config file changes
  on FreeBSD
- --with-dbus-daemondir configure switch added so the daemon can be installed
  separate from the user binaries
- Makefiles fixed for cygwin
- Various fixes for the ongoing Windows port
- Fixed docs and comments to use the D-Bus spelling instead of D-BUS
- Many memleaks and bugs fixed


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/dbus/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/dbus/files/dbus.sh
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/dbus/patches/patch-aa
cvs rdiff -r0 -r1.5 pkgsrc/sysutils/dbus/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/sysutils/dbus/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.