dbus-1-glib/dbus-1-glib.changes

307 lines
12 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Mon Dec 14 20:41:39 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- package documentation as noarch
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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()
-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Mon Aug 25 11:59:13 CEST 2008 - prusnak@suse.cz
- enabled SELinux support [Fate#303662]
-------------------------------------------------------------------
Wed Jun 25 11:13:52 CEST 2008 - aj@suse.de
- Do not require gtk-doc to build.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue May 13 21:54:50 CEST 2008 - aj@suse.de
- Reduce BuildRequires.
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
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).
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sat Apr 28 09:49:05 CEST 2007 - aj@suse.de
- Add libexpat-devel to build requires.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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