diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-23 09:44:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-23 09:44:27 +0000 |
commit | 48034db38e857a52c83a8793507fe3cf99929da8 (patch) | |
tree | 6a5af23cd398c26a11bd3232ebb19cd854a3bb64 /sysutils/dbus/PLIST | |
parent | 3daacf40d6e662b729f78ffe90d98f11331b0b4f (diff) | |
download | pkgsrc-48034db38e857a52c83a8793507fe3cf99929da8.tar.gz |
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
Diffstat (limited to 'sysutils/dbus/PLIST')
-rw-r--r-- | sysutils/dbus/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/dbus/PLIST b/sysutils/dbus/PLIST index d45b047d793..a1d27c401e7 100644 --- a/sysutils/dbus/PLIST +++ b/sysutils/dbus/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/30 20:57:08 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/08/23 09:44:27 jmmv Exp $ bin/dbus-cleanup-sockets bin/dbus-daemon bin/dbus-launch +bin/dbus-monitor bin/dbus-send include/dbus-1.0/dbus/dbus-address.h include/dbus-1.0/dbus/dbus-bus.h @@ -14,6 +15,7 @@ include/dbus-1.0/dbus/dbus-pending-call.h include/dbus-1.0/dbus/dbus-protocol.h include/dbus-1.0/dbus/dbus-server.h include/dbus-1.0/dbus/dbus-shared.h +include/dbus-1.0/dbus/dbus-signature.h include/dbus-1.0/dbus/dbus-threads.h include/dbus-1.0/dbus/dbus-types.h include/dbus-1.0/dbus/dbus.h @@ -23,6 +25,7 @@ lib/pkgconfig/dbus-1.pc man/man1/dbus-cleanup-sockets.1 man/man1/dbus-daemon.1 man/man1/dbus-launch.1 +man/man1/dbus-monitor.1 man/man1/dbus-send.1 share/examples/dbus/session.conf share/examples/dbus/system.conf |