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/23/2006 09:44:27
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Wed Aug 23 09:44:27 UTC 2006

Modified Files:
	pkgsrc/sysutils/dbus: Makefile PLIST buildlink3.mk distinfo
Added Files:
	pkgsrc/sysutils/dbus: hacks.mk
Removed Files:
	pkgsrc/sysutils/dbus: Makefile.common
	pkgsrc/sysutils/dbus/patches: patch-ab patch-ad

Log Message:
Update to 0.91:

D-Bus 0.91 (24 July 2006)
==
- Remove some lingering bits left over from the bindings split
- Fix assertion causing D-Bus applications to crash when checks are enabled
- Fix a timeout bug which would block applications from being auto started

D-Bus 0.90 (17 July 2006)
==
- API/ABI freeze for 1.0
- Bindings are now split out into seperate packages
- ListActivatableNames added as a method on the bus
- Removed deprecated dbus_connection_disconnect (use dbus_connection_close)
- Shared connections are now unreffed on disconnect
- Fixed pending calls for threaded enviornments
- Pending calls get timed out on connection disconnect
- dbus_connection_send_with_reply returns TRUE and a NULL pending call
  if you call it on a connection object which has been disconnected already
  (it returns FALSE on Out of Memory errors only)
- dbus-monitor now correctly catches methods, not just signals
- dbus-monitor now prints object paths

D-BUS 0.62 (12 June 2006)
==
- Doc fixes
- Added support for all data-types for the dbus tools
- Fixed eavesdropping on method calls (dbus-monitor)
- Fixed silent dropping of method calls with interface=NULL
- Fixed console ownership problems in Solaris
- Fixed installation of dbus-signature.h and #include it in dbus/dbus.h
- Flush the user database cache on config reload
- GLib bindings:
  - Fix memory leaks
  - Fix properties in DBusGProxy so that they can be given in any
    order
  - Added lots of assertions to ensure correct use
  - Remove duplicated code
  - Fix static string pointer uses in GPtrArray-based collections
- Python bindings:
  - Remove reference to sys/cdefs.h
- Qt4 bindings:
  - Code reorganized
  - Added the dbusidl2cpp, dbuscpp2xml and dbus tools
  - Added example programs (ping-pong, complex ping-pong, listnames, chat)
  - Updated selftests
  - Fixed compilation and .moc- and .ui-file processing and cleaning
  - Made central classes derive from QObject
  - Enhance error reporting
  - Many bugfixes
- Mono bindings:
  - Minor bugfixes


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -r1.16 -r0 pkgsrc/sysutils/dbus/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/dbus/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/sysutils/dbus/buildlink3.mk \
    pkgsrc/sysutils/dbus/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/dbus/hacks.mk
cvs rdiff -r1.3 -r0 pkgsrc/sysutils/dbus/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/sysutils/dbus/patches/patch-ad

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