Commit graph

16 commits

Author SHA1 Message Date
wiz
21bc47dd07 Updated dbus-glib to 0.108.
dbus-glib 0.108 (2016-09-09)
============================

The “toxic chair” release.

Fixes:

• Use dbus-run-session instead of dbus-launch for tests.
2016-09-12 07:34:19 +00:00
wiz
26abd19c3d Update to 0.104. You should read the changelog below.
dbus-glib 0.104 (2015-02-09)
============================

The “smoke and ashes” release.

Deprecations:

• Document the entire library as deprecated (Simon McVittie, Philip Withnall)

Dependencies:

• libdbus 1.8 is required
• GLib 2.32 is required

Enhancements:

• The libdbus 1.8 dependency means we can now document that
  dbus_g_thread_init() is idempotent and thread-safe
  (fd.o #54770, Simon McVittie)

• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
  Simon McVittie)

Fixes:

• Allow timeouts to be migrated from one main context to another
  without an assertion failure (fd.o #30574, Mike Gorse)

• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
  is encountered in a message (fd.o #80557, Alban Crequy)

• Make the tests pass with newer GLib by not removing removed sources
  (fd.o #83530, Simon McVittie)

• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)

• Make the Autotools setup less awful (fd.o #58698;
  Rafał Mużyło, Simon McVittie)
2015-02-17 14:03:54 +00:00
wiz
12e30d91bd Update to 0.100.2: documentation updates. 2013-03-15 22:09:12 +00:00
drochner
a72efa67bd update to 0.100
no useful changelog found, apparently fixes and cleanups
(The previous version was too ols for newer Python bindings.)
2012-08-01 17:56:20 +00:00
wiz
3e3404e635 Update to 0.92:
0.92:
Senko Rašić found that this should have depended on GLib 2.26, but still
only checked for 2.24. Sorry about that. So here's a new version,
identical to 0.90 except with the GLib dependency fixed.

0.90:

Christian Dywan (6):
      Remove unused method attribute variables in introspect_interfaces
      Dereference main loop once variant recursion test is done
      Plug leak of expected_str in threaded server test
      Free path string after emission in in statemachine server example
      Always free method_c_name in dbus binding tool
      Free looked up function name in dbus binding tool

Mike Gorse (1):
      Fix switching a connection's GMainContext

Simon McVittie (18):
      Add DBusGObjectPath, DBusGSignature typedefs
      Give specialized GArrays iteration/appending support
      Actually run test/core/test-gvariant
      Test dbus_g_value_build_g_variant for various fixed arrays
      Remove gcov decoder, which hasn't worked since dbus-glib left libdbus
      replace remnants of gcov support with lcov.am from telepathy-glib
      fd.o #30428: add dbus_g_value_parse_g_variant
      dbus_g_type_specialized_map_append: document that the value contents are stolen
      dbus_g_value_build_g_variant: cope with empty arrays, maps
      Test dbus_g_value_parse_g_variant
      dbus_g_value_basic_array_parse_variant: allow the fast path to be taken
      Adjust syntax to avoid relying on array/pointer duality
      dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs
      Add dbus_g_value_parse_g_variant to gtkdoc
      output unhandled GVariantClass as ASCII if possible
      copy arrays of 'o', 'g' from GVariant without constructing a format string programmatically
      Merge branch 'gvariant'
      Merge branch 'type-names'

Will Thompson (5):
      Build test/ before its subdirs.
      Release version 0.90
      Makefile.am: Remove ChangeLog's spurious FORCE dependency
      HACKING: Fix release URL; be honest about NEWS
2010-12-12 13:17:45 +00:00
wiz
c202c59512 Update to 0.88:
0.88:
 Astone Lin (1):
       Allow duplicate object path registrations for different connections

 Christian Dywan (1):
       Refer to dbus_g_connection_flush rather than the plain dbus call

 Colin Walters (3):
       Disable test-profile on win32 for now
       Respect property access flags for writing, allow disabling for reads
       configure: Release 0.88

 Dan Williams (2):
       core: don't pass malformed error interface to dbus (rh#581794)
       Fix lookup of regular properties when shadow properties are used

 Danielle Madeley (6):
       Bumping required GLib to 2.24 for GVariant
       fd.o #28715: Add dbus_g_value_build_g_variant()
       Tests for GValue-to-GVariant
       Write a recursive equivalence function for testing the
 equivalence of GVariants
       Test test_g_variant_equivalent itself
       Support DBUS_TYPE_G_SIGNATURE

 Fridrich Strba (2):
       Use AC_CANONICAL_HOST, not _TARGET
       Don't use the identifier "interface" in public headers

 Fridrich Strba (3):
       Use EXEEXT so that we satisfy dependencies when cross-compiling
       Fix linking of tests. On windows, undefined symbols are not
 allowed and symbol lookup is sequencial
       Put the G_OS_WIN32 check where it can be defined.

 Guillaume Desmottes (1):
       add mising DBUS_TYPE_G_* to the doc

 Simon McVittie (6):
       Bug 14579: remove pending call from hash table before cancelling it
       Merge branch '14579-remove-before-cancel'
       fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
       Add Libtool m4 to .gitignore
       Add various tests etc. to .gitignore
       Consolidate LDADD variables in tests/examples and make them more complete

 Will Thompson (1):
       Merge remote branch 'danni/gvalue-to-gvariant'

0.86:
 Colin Walters (8):
       Squash underscores and dashes in errors when converting to DBus errors
       Remove dbus-glib-undocumented.txt from git
       Revert "Squash underscores and dashes in errors when converting
 to DBus errors"
       Fix hyphenated error codes correctly
       [configure.ac] Use AM_SILENT_RULES if available
       Remove dbus-glib-undeclared.txt from git; it's a generated file
       [dbus-gobject.c] Trivial compiler warning fixes
       [configure] Release 0.86

 Dan Williams (2):
       core: allow duplicate property names on GInterfaces
       core: performance optimization for object info lookup

 Sven Herzberg (1):
       turn the gtk-doc documentation into buildable shape

 Will Thompson (1):
       Free errors returned by method implementations
2010-08-17 13:33:39 +00:00
wiz
bd048c1636 Update to 0.82:
dbus-glib-0.82:

 Alban Crequy (1):
       Bug 18294 - Be defensive about a possibly NULL property string

 Brian Cameron (1):
       Bug 20343 - Add a man page for dbus-binding-tool

 Brian Tarricone (1):
       Bug 21753 - Correctly initialize GValues in dbus-binding-tool
 generated code

 Colin Walters (8):
       Bump configure for unstable cycle
       Use -fno-strict-aliasing by default
       Bug 14183 - Listen to NameOwnerChanged using arg0 matching
       Bug 19927 - Use const for GError * param we're not modifying
       Add missing prototype for dbus_g_connection_unregister_g_object
       Clean up some compilation warnings
       Test for git-log in Makefile.am should just be for git now
       Release 0.82

 Frederic Crozat (1):
       Fix format-security warning

 Jason Leach (1):
       Bug 21362 - Remove use of deprecated symbols

 Luis Menina (1):
       Bugg 22244 - Only include <glib.h>, not individual headers

 Marc-Andre Lureau (1):
       build: fix undefined macro: AM_PROG_LIBTOOL with recent libtool

 Mikkel Kamstrup Erlandsen (1):
       Bug 13908: make dbus_g_type_specialized_init() safe for library
 users to call

 Peter Korsgaard (1):
       add --with-dbus-binding-tool option to use an external dbus-binding-tool

 Simon McVittie (24):
       Bug 16776: teach dbus_g_method_return_error about DBUS_GERROR
       Bug #16776: add a regression test
       Remove CXX cruft from configure.ac
       configure.ac: don't check the sizes of integers
       Don't define DBUS_API_SUBJECT_TO_CHANGE
       configure.ac: Don't check endianness
       Don't check whether va_copy works
       Don't check for atomic integer ops
       Remove all sorts of libdbus cruft from configure.ac
       fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave
 freed memory in the hash table if the name was the owner's first
       dbus_g_type_specialized_init: make some effort at being thread-safe
       fd.o #5688: don't assert when exported object is destroyed
 *after* D-Bus connection closes
       fd.o #5688: Add a regression test
       fd.o #21219: implement unregistration of objects
       dbus-gobject: save the ObjectRegistration on each object, not
 just the path
       fd.o #21219: regression test
       Merge branch '20886-configure-cleanup'
       Merge branch '20884-proxy-manager-replace-name-owner'
       Merge branch '16776-make-dbus-errors-throwable'
       Merge part of branch '5688-survive-disconnection'
       Merge branch '5688-survive-disconnection'
       Merge branch '20716-with-dbus-binding-tool'
       fd.o #13908: silently initialize specialized types whenever required
       Merge branch '13908-autoinit'

 Sjoerd Simons (1):
       Use g_strdup instead of strdup in dbus_g_method_get_sender

 Vincent Untz (1):
       Bug 20879 - Use --skip-source argument for glib-genmarshal
2009-08-15 21:10:11 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
37112c9f0e Update to 0.78:
D-Bus GLib Bindings 0.78 (04 Dec 2008)

Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin
Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their
contributions.

Reliability fixes:
- #16114 [patch] wincaps-to-uscore property names for GetAll()
- #16419: recursive variants demarshaling limits
- #18573: service tracker race

Other notable fixes and enhancements:
- #17329: allow hash tables to contain complex types
- #17798: add support for 'o', 'g' and 'as' in dictionaries
- #16925: bash completion for dbus-send
2009-01-07 20:57:43 +00:00
drochner
aa03a20cab update to 0.76
changes:
-some critical bugfixes
-more bugfixes
-New function to specify default timeout for calls on proxy
-Implement org.freedesktop.DBus.Properties.GetAll
2008-06-13 11:31:10 +00:00
drochner
edb70b7ae6 update to 0.74
changes:
Init threading first to stop a warning from new GLib.
Remove the XML documentation support in configure
Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt)
Update GLib requirement (Closes #10889).
Document dbus-gtype-specialized
Add simple test suite for peer objects.
Support peer-to-peer proxies. (Closes #10233).
Add dbus_connection_get_g_connection.
Stop compiler warnings (Closes #10374).
Handle dbus errors which are not name has no owner
Update abstract socket test from DBus, which now cross-compiles
Rename the error quark to be unique
Update AUTHORS
2007-07-06 18:23:26 +00:00
drochner
ab56302af7 update to 0.72
changes: bugfixes and cleanup
2006-11-13 15:18:45 +00:00
jmmv
e6c0bb7f76 Update to 0.71:
D-Bus GLib Bindings 0.71 (24 July 2006)
==
- Correctly installs a few missing headers
- Build was cleaned up a bit

D-Bus GLib Bindings 0.70 (17 July 2006)
==
- First release after bindings split
- dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol
  name annotations when generating glib client bindings
- DBusGProxy can now be inherited from
- Support added for generating bindings to arrays that are represented as
  GPtrArrays rather than GArrays (ie size-variable things, such as strings,
  objects, structs, etc).
- Modification of the existing specialised types to have N type parameters
  (rather than the current 1 or 2 for arrays and dictionaries respectively).
  You can then use this to get a glib type to represent any arbitrary
  D-Bus struct type using dbus_g_type_get_struct. The only implementation of
  these types is with GValueArrays as before, but it's now possible to store
  these in arrays, emit them in signals, etc.
- New methodbus_g_connection_open provides a way to open connections to an
  arbitrary address
- Various bugs and memory leaks fixed
2006-08-23 09:45:16 +00:00
jmmv
3953487a38 Update dbus and dbus-glib to 0.61:
D-BUS 0.61 (24 Febuary 2006)
==
- Documentation all around
- dbus-launch now produces correct sh and csh syntax
- Nested arrays now work correctly
- GLib bindings:
  - Inheriting from DBusGProxy is now possible
  - GPtrArrays can now be marshalled
  - org.freedesktop.DBus.GLib.ClientCSymbol annotation added
  - Openning connections to arbitrary addresses now supported
- Python bindings:
  - sender_keyword and path_keyword keywords added to signal listener API
  - Byte types now demarshal to unsigned char
  - calling methods now do the correct thing
- Qt bindings:
  - both Qt3 and Qt4 bindings can be built at the same time
  - Use the standard org.freedesktop.DBus.Method.NoReply annotation
    for the "async" calls instead of creating one for us.
- Mono bindings:
  - 64bit arch fixes
- Massive bug fixing all around

D-BUS 0.60 (30 November 2005)
==

- major ABI/API changes - sonames changed
- RequestName queuing behavior has changed (refer to dbus-specification)
  - DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT has been removed and
    DBUS_NAME_FLAG_ALLOW_REPLACEMENT has been added to the flags
- signals emitted by the bus now show up in the introspect data
- auth EXTERNAL now supported on BSD varients
- ReleaseName method added to the bus to allow a service
  to remove itself as owner of a bus name
- dbus_connection_read_write added for getting messages off the bus
  in the absence of a mainloop
- Qt4 bindings added and the Qt3 bindings have been depricated
- python bindings:
  - marshal using introspect data if available
  - better exception handling and propigation
  - private connections are now supported
  - UTF-8 cleanups
  - out_signature added to method decorators for specifying
    how the return values should be marshaled
  - sender_keyword added to method decorators for specifying
    and argument to provide the unique name of the method caller
  - async_callbacks added to method decorators
  - multiple inheritance of classes now supported
- GLib bindings:
  - respect NoReply annotations
  - dbus_g_method_return_get_reply and dbus_g_method_return_send_reply
    added to the lowlevel code for use when the dbus-glib marshalling
    code is not adiquate
- numerous bug fixes all around

D-BUS 0.50 (06 September 2005)
===
This is a minor release from 0.36.2.  The series number has changed
not because of any technical reasons but as an indication that we
are moving closer to 1.0.  It is hoped that this will be the last
series to see major changes, most of which will be isolated to the
GLib and Python bindings, as we transition to concentrate more on
bug busting and code auditing.

- D-Bus builds on the Cygwin platform
- Makefile cleanups
- Various bug fixes
- Optimization of the dbus object tree
- Memleaks and GIL crasher bugs have been fixed in the Python bindings

D-BUS 0.36.2 (29 August 2005)
===
- Security: Restrict other users from connecting to another users
  session bus

D-BUS 0.36.1 (24 August 2005)
===
- Python Bindings:
  - fixed to work with hal-device-manager
  - For 64bit builds everything is installed to lib64/python2.4/
    since Python can't handle multilib

D-BUS 0.36 (23 August 2005)
===
- Maximum sized of cached messages have been reduced to 10K
- Match rules now allow matching on arguments inside the message
- introspect.xsl XSLT style sheet added for formatting introspection
  data into XHTML for analysis
- Python bindings:
  - now have working type objects for explicit
    typecasting
  - Variant type has been added
  - Dictionaries, Variants and Arrays can all be passed the signiture or
    type(s) of their children
  - the optional timeout= keyword has been added when making method calls
  - match on args has been implemented
  - a .pth file has been added for dealing with libraries and python files
    being in different directories such as in 64bit installs
  - various bug fixes
- GLib bindings:
  - deeply recursive types now supported
  - many symbols are no longer exported as part of the public API
  - various memleak and other bug fixes

D-BUS 0.35.2 (17 July 2005)
===
- Rename Unix Security Context to SELinux Security Context in API
- Fixed more dist errors that distcheck didn't pick up on
- Fixed various bugs in the python bindings that prevented them from working

D-BUS 0.35.1 (16 July 2005)
===
- Fixed dist error where python/dbus_bindings.pxd was being shipped
  instead of dbus_bindings.pxd.in
- Use this instead of the 0.35 tarball

D-BUS 0.35 (15 July 2005)
===
- --with-dbus-user added to the configure scripts for configuring the
  user the system bus runs on
- --with-console-auth-dir added to configure scripts for configuring the
  directory to look in for console user locks
- service files for auto-starting D-Bus services now has the ability to pass
  in command line arguments to the executable
- Huge auto-start bug squashed which caused some services not to start when
  requested in rapid succession
- SE-Linux security contexts can now be appended to messages for inspection
  by services that enforce their own security policies
- Colin says the GLib binding are ready for general consumption
- New GLib tutorial
- New GLib example code
- Python bindings are now version (0,42,0)
- Python bindings API has changed on the service side
- dbus.service has been split out as a seperate module
- dbus.service.Service is renamed to dbus.service.BusName
- dbus.service.Object has swapped the bus_name and object_path constructor
  parameters to make it easier to do inheritance over the bus
- dbus.glib has been seperated out in order to lessen the dependency on glib
  and to allow other mainloops to be integrated with the bindings including
  a planned generic mainloop for non-gui apps.
- Python bindings now aquire the GIL when calling back into the python
  interpreter.  Fixes crashes when using threading and other random segfaults.
- New Python tutorial
- Numerous D-Bus bug fixes all around

D-BUS 0.34 (15 June 2005)
===
- dbus_connection_disconnect is deprecated in favor of dbus_connection_close
- The bus can now use D_NOTIFY (if available) to check when configuration files
  have changed and reload them
- New dbus_message_has_path/member/interface API added
- The Ping message from the org.freedesktop.DBus.Peer interface is now handled
- Complete glib bindings overhaul (and are still under construction)
- Tutorial now has an updated GLib section
- GLib bindings can now send/receive hash tables, arrays and other complex types
- Python bindings overhaul (most public facing API's done)
- Python bindings have been split up into separate files
- Python added new type classes for hinting to the marshaler what type
  to send over the wire
- Python bindings now have decorators for specifying exported methods and signals
- Numerous bug fixes

D-BUS 0.33 (25 Apr 2005)
===

- downgrade requirement from GTK+-2.6 to 2.4 for building gtk components
- python binding API's have been overhalled to be more "pythonic" and cleaner
- python bindings now export dbus.version which is set to (0,40,0)
- python bindings now implement the org.freedesktop.DBus.Introspectable interface
- python binding match rules are now more flexable
- make check has been fixed
- many, many major bug fixes

D-BUS 0.32 (29 Mar 2005)
===

- mono bindings now compiles correctly
- mono binding cleanups
- glib bindings generates wrappers for bus methods in dbus-glib-bindings.h
- glib binding cleanus
- users and groups can now be specified by UID and GID in config files
- numerous memory leak fixes
- various other fixes

D-BUS 0.31 (07 Mar 2005)
===

- land the new message args API and recursive type system
- add docs and fixed Doxygen warnings throught source
- split out some functions not needed in libdbus to *-util.c source files
- take out type convienience functions
- libdbus now back below 150K
- booleans are now 32-bit instead of 8-bit
- specification updated
- grand renaming to strip out the use of "service"
  just say "name" instead (or "bus name" when ambiguous)
- rename dbus-daemon-1 to dbus-daemon throughout
- rename activation to auto-start
- auto-start on by default now
- note that libdbus is the low-level API
- python bindings updated to the new API
- mono bindings updated to the new API
- add 16 bit types
- dictionaries are now ARRAYS of DICT_ENTRY
- dbus-glib-tool renamed to dbus-binding-tool
- massive rewrite of the glib bindings
- saner names for the dbus interface, object path and service defines
- new functions for handling type signitures
- bump sonames for libdbus and libdbus-glib
- various small fixes
2006-03-30 20:57:08 +00:00
jmmv
b6e8c4416c Install several header files needed by the glib interface.
Bump PKGREVISION to 1.
2004-10-12 08:30:46 +00:00
jmmv
2bd0c5e9e0 Initial import of dbus-glib, version 0.22:
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.

D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more.  It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML.  D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.

This package provides the D-BUS interface to GLib and the dbus-monitor
utility (included here because it also uses GLib).
2004-10-11 17:46:41 +00:00