2012-04-19 21:38:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 19 20:47:02 CEST 2012 - thoenig@suse.de
|
|
|
|
|
|
|
|
- Further dependency changes: Let dbus-1-glib-devel require
|
|
|
|
dbus-1-devel (implicitly pulls dbus-1).
|
|
|
|
|
2012-04-19 10:17:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 19 09:49:14 CEST 2012 - thoenig@suse.de
|
|
|
|
|
|
|
|
- Fix and loosen dependency towards dbus-1. Reported by Andreas
|
2012-04-19 10:18:40 +02:00
|
|
|
Jaeger <aj@suse.de>.
|
2012-04-19 10:17:07 +02:00
|
|
|
|
2012-01-25 10:32:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 09:17:54 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: AFL-2.1 or GPL-2.0+
|
|
|
|
License is a dual license choice of either Academic Free License 2.1 or
|
|
|
|
GNU GPL 2+. This is the SPDX format for that license
|
|
|
|
|
2011-10-12 22:11:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 12 19:56:00 UTC 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.98:
|
|
|
|
+ Fix the documentation, a lot. We have nearly 100% coverage now.
|
|
|
|
(fdo#37793)
|
|
|
|
+ In specialized collection iterators, check that the type is
|
|
|
|
correct; g_critical and return harmlessly, rather than
|
|
|
|
crashing, if not
|
|
|
|
+ If library users register specialized GTypes, warn if their
|
|
|
|
vtables have missing callbacks which would cause accessors to
|
|
|
|
crash
|
|
|
|
+ Fix production of documentation out-of-tree with newer gtk-doc
|
|
|
|
+ Simplify invoke_object_method() and OOM handling in
|
|
|
|
dbus-gobject (fdo#35767)
|
|
|
|
- Changes from version 0.96:
|
|
|
|
+ Fix a regression in marshalling GObject instances as object
|
|
|
|
paths, which broke NetworkManager (fdo#37852, deb#628890)
|
|
|
|
+ Fix crashes when sending a message when disconnected from D-Bus
|
|
|
|
but still working through our backlog of incoming messages,
|
|
|
|
similar to fdo#12675 (fdo#38406)
|
|
|
|
+ Cope more gracefully, with a critical warning instead of a
|
|
|
|
memory leak, if programmer error causes G_VALUE_COLLECT to fail
|
|
|
|
(fdo#38406, nokia#86280, nokia#180486)
|
|
|
|
+ Avoid an assertion failure when unregistering a proxy if
|
|
|
|
GetNameOwner failed (fdo#38408, nokia#116862)
|
|
|
|
+ Don't report various programmer errors as "out of memory";
|
|
|
|
raise suitable critical warnings instead, and don't leak memory
|
|
|
|
(fdo#35767, fdo#35766)
|
|
|
|
+ If a remote process sends a wrong method call on the Properties
|
|
|
|
interface, send back an error reply, instead of warning on
|
|
|
|
stderr and not replying (fdo#35766)
|
|
|
|
+ Show a warning if dbus_g_method_return fails to marshal
|
|
|
|
something (fdo#29884, nokia#180486)
|
|
|
|
+ Remove remnants of i18n (fdo#36428)
|
|
|
|
+ Remove dead code (nokia#180486)
|
|
|
|
- Drop dbus-1-glib-fix-marshalling-regression.patch: fixed
|
|
|
|
upstream.
|
|
|
|
|
2011-10-04 10:31:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 30 14:47:56 UTC 2011 - uli@suse.com
|
|
|
|
|
|
|
|
- cross-build fix: use host's dbus-binding-tool
|
|
|
|
|
2011-09-20 09:46:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
|
|
(cf. packaging guidelines)
|
|
|
|
- Add dbus-1-glib-devel to baselibs
|
|
|
|
|
2011-07-21 14:31:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 21 14:19:51 CEST 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add dbus-1-glib-fix-marshalling-regression.patch: this fixes a
|
|
|
|
regression causing issues in NetworkManager; taken from git.
|
|
|
|
|
2011-06-17 18:31:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 17 10:02:40 CEST 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.94:
|
|
|
|
+ Check validity of more arguments, don't report "out of memory"
|
|
|
|
or "should not have been reached" if an invalid string or
|
|
|
|
boolean is given, and abandon broken containers more gracefully
|
|
|
|
(fdo#30171)
|
|
|
|
+ Allow underscores in error names (fdo#30274)
|
|
|
|
+ If an object is on more than one connection, emit signals on
|
|
|
|
all of them; if it's unregistered, only unregister it from the
|
|
|
|
requested connection (fdo#32087)
|
|
|
|
+ Fix ability to switch a DBusConnection from one GMainContext to
|
|
|
|
another (fdo#35115)
|
|
|
|
+ Forbid a ReturnVal annotation after the first OUT <arg>, which
|
|
|
|
had never worked correctly anyway (fdo#35952)
|
|
|
|
+ Remove false claim that we use Introspect() at runtime, and
|
|
|
|
document more error cases (fdo#36216)
|
|
|
|
+ Remove unused support for translated messages (fdo#36428)
|
|
|
|
+ Don't corrupt internal data if a GObject is registered twice on
|
|
|
|
the same (connection, path) tuple, and fix out-of-bounds
|
|
|
|
reading (fdo#36793)
|
|
|
|
+ Fix multiple signal emissions if an object is removed from all
|
|
|
|
of its locations then re-exported, and a memory leak if an
|
|
|
|
exported object is disposed (fdo#36811)
|
|
|
|
+ Log the error message if object registration fails (fdo#37795)
|
|
|
|
+ Several small fixes.
|
|
|
|
+ Remove Doxygen support (as gtk-doc is used) (fdo#10890)
|
|
|
|
+ Build fixes.
|
|
|
|
+ Bugs fixed: fdo#22667, fdo#22854, fdo#23616, fdo#26952,
|
|
|
|
fdo#27193, fdo#27598, fdo#29884, fdo#32351, fdo#33145,
|
|
|
|
fdo#33646, fdo#34282, fdo#37060, fdo#37062, fdo#37789,
|
|
|
|
fdo#37790, fdo#37812.
|
|
|
|
|
2010-12-20 18:27:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 20 10:32:20 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.92:
|
|
|
|
+ Require glib 2.26: this dependency bump was missed in 0.90.
|
|
|
|
|
2010-11-10 14:37:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 10 14:06:33 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.90:
|
|
|
|
+ Add DBusGObjectPath, DBusGSignature typedefs
|
|
|
|
+ Give specialized GArrays iteration/appending support
|
|
|
|
+ fdo#30428: add dbus_g_value_parse_g_variant
|
|
|
|
+ Fix switching a connection's GMainContext
|
|
|
|
+ Various small fixes
|
|
|
|
|
2010-08-27 16:56:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 26 10:58:54 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.88:
|
|
|
|
+ Allow duplicate object path registrations for different
|
|
|
|
connections
|
|
|
|
+ Don't use the identifier "interface" in public headers
|
|
|
|
+ Don't pass malformed error interface to dbus (rh#581794)
|
|
|
|
+ Fix a crash in dbus_pending_call_cancel() (fdo#14579)
|
|
|
|
+ Fix lookup of regular properties when shadow properties are
|
|
|
|
used
|
|
|
|
+ fdo#28715: Add dbus_g_value_build_g_variant()
|
|
|
|
+ Support DBUS_TYPE_G_SIGNATURE
|
|
|
|
+ Respect property access flags for writing, allow disabling for
|
|
|
|
reads
|
|
|
|
+ Documentation improvements
|
|
|
|
+ Build fixes, especially for windows
|
|
|
|
- Drop bug-628607-access-flags-CVE-2010-1172.diff: fixed upstream.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 13 08:37:28 UTC 2010 - lnussel@suse.de
|
|
|
|
|
|
|
|
- honor access properties from xml file (CVE-2010-1172, bnc#628607)
|
|
|
|
|
2010-07-20 20:19:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- use %_smp_mflags
|
|
|
|
|
2010-02-11 01:14:09 +01:00
|
|
|
-------------------------------------------------------------------
|
2010-03-26 16:14:06 +01:00
|
|
|
Thu Mar 25 15:41:10 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.86:
|
|
|
|
+ core: allow duplicate property names on GInterfaces
|
|
|
|
+ core: performance optimization for object info lookup
|
|
|
|
+ Fix hyphenated error codes correctly
|
|
|
|
+ Free errors returned by method implementations
|
|
|
|
+ Trivial compiler warning fixes
|
|
|
|
+ Use AM_SILENT_RULES if available
|
|
|
|
+ Turn the gtk-doc documentation into buildable shape
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-02-11 01:14:09 +01:00
|
|
|
Thu Feb 11 00:54:32 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.84:
|
|
|
|
+ Support duplicate object registrations
|
|
|
|
+ Only re-set registration list if it's non-empty
|
|
|
|
+ Copy object registration list when unregistering.
|
|
|
|
+ fdo#19623 - Add dbus_g_bus_get_private
|
|
|
|
+ fdo#25119 - Don't leak DBusGMethodInvocation for no-reply calls
|
|
|
|
+ Import dbus-bus-introspect.xml upstream
|
|
|
|
+ dbus-gvalue: set an error when demarshal_basic doesn't
|
|
|
|
recognize type
|
|
|
|
+ Man page fixes.
|
|
|
|
|
2010-01-14 15:40:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 14 20:41:39 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- add baselibs.conf as a source
|
|
|
|
- package documentation as noarch
|
|
|
|
|
2009-11-16 10:29:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 14 01:58:31 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.82:
|
|
|
|
+ Fix format-security warning
|
|
|
|
+ Use -fno-strict-aliasing by default
|
|
|
|
+ fdo#14183 - Listen to NameOwnerChanged using arg0 matching
|
|
|
|
+ Use g_strdup instead of strdup in dbus_g_method_get_sender
|
|
|
|
+ fdo#13908: make dbus_g_type_specialized_init() safe for library
|
|
|
|
users to call
|
|
|
|
+ fdo#16776: teach dbus_g_method_return_error about DBUS_GERROR
|
|
|
|
+ fdo#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
|
|
|
|
+ add --with-dbus-binding-tool configure option to use an
|
|
|
|
external dbus-binding-tool
|
|
|
|
+ fdo#5688: don't assert when exported object is destroyed
|
|
|
|
*after* D-Bus connection closes
|
|
|
|
+ fdo#21219: implement unregistration of objects
|
|
|
|
+ dbus-gobject: save the ObjectRegistration on each object, not
|
|
|
|
just the path
|
|
|
|
+ fdo#20879 - Use --skip-source argument for glib-genmarshal
|
|
|
|
+ fdo#19927 - Use const for GError * param we're not modifying
|
|
|
|
+ fdo#13908: silently initialize specialized types whenever
|
|
|
|
required
|
|
|
|
+ fdo#21362 - Remove use of deprecated symbols
|
|
|
|
+ fdo#21753 - Correctly initialize GValues in dbus-binding-tool
|
|
|
|
generated code
|
|
|
|
+ fdo#22244 - Only include <glib.h>, not individual headers
|
|
|
|
+ fdo#20343 - Add a man page for dbus-binding-tool
|
|
|
|
+ fdo#18294 - Be defensive about a possibly NULL property string
|
|
|
|
+ Various build fixes.
|
|
|
|
- Remove AutoReqProv: it's default now.
|
|
|
|
- Remove -fno-strict-aliasing from our custom CFLAGS since it's by
|
|
|
|
default now.
|
|
|
|
- Drop dbus-1-glib-selinux.patch: unneeded now.
|
|
|
|
- Drop marshall-skip-source.patch: fixed upstream.
|
|
|
|
- Use libexecdir whenever possible.
|
|
|
|
- Remove Requires from doc package since it's purely html files.
|
|
|
|
|
2009-07-23 15:41:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 20 16:10:45 CEST 2009 - aj@suse.de
|
|
|
|
|
|
|
|
- Do not add source file name as comment for glib-genmarshall Aufruf.
|
|
|
|
This creates otherwise files with temporary filenames that make
|
|
|
|
comparison of builds impossible (marshall-skip-source.patch)
|
|
|
|
|
2009-02-06 22:04:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 3 18:29:12 CET 2009 - thoenig@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.80
|
|
|
|
- handle nested nodes in dbus-binding-tool
|
|
|
|
- Always use /etc/bash_completion.d
|
|
|
|
- Move test-types inside run-test to avoid dep on existing session
|
|
|
|
bus
|
|
|
|
- Don't send replies for messages explicitly not requesting one
|
|
|
|
|
2009-01-29 23:03:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 24 06:17:34 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Use %{_prefix}/lib/%{name} for libexecdir
|
|
|
|
- Fix a few rpmlint warnings:
|
|
|
|
+ Recompress tarball as bz2
|
|
|
|
+ Move /usr/lib/libdbus-glib-1.so to devel package
|
|
|
|
+ Disable static libraries
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 01 12:34:56 CET 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.78
|
|
|
|
+ add bash completion for dbus-send(1)
|
|
|
|
+ fdo#17329: allow hash tables to contain complex types
|
|
|
|
+ fdo#17798: add support for 'o', 'g' and 'as' in dictionaries
|
|
|
|
+ fdo#17797: add support for 'g' type, as a boxed char *
|
|
|
|
+ fdo#17795: depend on Glib 2.10 for hash unref consistency
|
|
|
|
+ fdo#17794: make run-test.sh fail when die is called
|
|
|
|
+ fdo#18573 - Fix race when service appears and disappears quickly
|
|
|
|
+ fdo#17614: Use g_slice for allocating temporary async call data
|
|
|
|
+ fdo#10373: Use of deprecated API (was used incorrectly)
|
|
|
|
+ fdo#16419: stack overflow demarshaling recursive variants
|
|
|
|
+ fdo#16114 [patch] wincaps-to-uscore property names for GetAll()
|
|
|
|
|
2008-12-15 12:25:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
|
|
|
|
|
|
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
|
|
(bnc#437293)
|
|
|
|
|
2008-11-02 15:38:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
|
|
|
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
|
2008-08-26 01:50:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 25 11:59:13 CEST 2008 - prusnak@suse.cz
|
|
|
|
|
|
|
|
- enabled SELinux support [Fate#303662]
|
|
|
|
|
2008-06-23 20:54:35 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-06-25 19:09:13 +02:00
|
|
|
Wed Jun 25 11:13:52 CEST 2008 - aj@suse.de
|
|
|
|
|
|
|
|
- Do not require gtk-doc to build.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-06-23 20:54:35 +02:00
|
|
|
Tue Jun 17 13:55:19 CEST 2008 - thoenig@suse.de
|
|
|
|
|
|
|
|
- Update to dbus-1-glib 0.76
|
|
|
|
- Critical fixes:
|
|
|
|
- ABI now guaranteed frozen
|
|
|
|
- Fix broken introspection XML
|
|
|
|
- Return an error on unknown property Get
|
|
|
|
- Fix error handling in dbus_g_proxy_end_call_internal
|
|
|
|
- Other notable fixes:
|
|
|
|
- Fixes for /bin/sh as dash
|
|
|
|
- Fixes for non-gcc compilers
|
|
|
|
- Correctly detect path to dbus-daemon
|
|
|
|
- : Memory leak fixes
|
|
|
|
- New function to specify default timeout for calls on proxy
|
|
|
|
- Implement org.freedesktop.DBus.Properties.GetAll
|
|
|
|
- Require DBus 1.1
|
|
|
|
- Drop patches which went upstream
|
|
|
|
|
2008-05-16 23:10:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 13 21:54:50 CEST 2008 - aj@suse.de
|
|
|
|
|
|
|
|
- Reduce BuildRequires.
|
|
|
|
|
2008-04-10 14:10:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
2008-02-29 22:37:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 29 20:10:01 CET 2008 - tambet@suse.de
|
|
|
|
|
|
|
|
- Fix the generated introspection XML (patch from upstream).
|
|
|
|
- Fix the bug where GObject signals get emitted twice per dbus signal
|
|
|
|
(bfo #12505).
|
|
|
|
- Make the dbus-binding-tool ignore XML namespaces it doesn't understand,
|
|
|
|
making it possible to add documentation to the same place where interface
|
|
|
|
definitions live (bfo #14429).
|
|
|
|
|
2007-06-28 19:16:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 27 14:28:22 CEST 2007 - thoenig@suse.de
|
|
|
|
|
|
|
|
- Update to dbus-1-glib 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
|
|
|
|
* Update GLib requirement.
|
|
|
|
* Document dbus-gtype-specialized
|
|
|
|
* Add simple test suite for peer objects.
|
|
|
|
* Support peer-to-peer proxies.
|
|
|
|
* Add dbus_connection_get_g_connection.
|
|
|
|
* Stop compiler warnings.
|
|
|
|
* 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-04-28 14:29:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 28 09:49:05 CEST 2007 - aj@suse.de
|
|
|
|
|
|
|
|
- Add libexpat-devel to build requires.
|
|
|
|
|
2007-03-02 09:24:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 1 12:16:54 CET 2007 - thoenig@suse.de
|
|
|
|
|
|
|
|
- new upstream version 0.73
|
|
|
|
- new package dbus-1-glib-doc
|
|
|
|
- drop patch dbus-glib-introspect-fix-thoenig-01.patch
|
|
|
|
|
2007-01-16 00:08:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 6 15:54:16 CET 2006 - thoenig@suse.de
|
|
|
|
|
|
|
|
- loosen dependency to D-Bus
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 1 23:03:57 CEST 2006 - thoenig@suse.de
|
|
|
|
|
|
|
|
- new upstream version 0.71
|
|
|
|
- new package: dbus-1-glib-devel
|
|
|
|
- moved dbus-binding-tool from dbus-1-glib to dbus-1-glib-devel
|
|
|
|
- moved GLib header and .la files from dbus-1-devel to
|
|
|
|
dbus-1-glib-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 1 23:03:23 CEST 2006 - thoenig@suse.de
|
|
|
|
|
|
|
|
- split out binings to sparate spec files
|
|
|
|
|