Changes between Initial Version and Version 1 of Ticket #6133


Ignore:
Timestamp:
02/11/2015 08:47:33 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6133 – Description

    initial v1  
    11New minor version
     2
     3
     4== dbus-glib is deprecated, please use GDBus in new GLib-based projects. ==
     5
     6
     7
     8[http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.104.tar.gz]
     9
     10[http://cgit.freedesktop.org/dbus/dbus-glib/plain/NEWS?id=dbus-glib-0.104]
     11
     12{{{
     13dbus-glib is deprecated, please use GDBus in new GLib-based projects.
     14
     15dbus-glib 0.104 (2015-02-09)
     16============================
     17
     18The “smoke and ashes” release.
     19
     20Deprecations:
     21
     22• Document the entire library as deprecated (Simon McVittie, Philip Withnall)
     23
     24Dependencies:
     25
     26• libdbus 1.8 is required
     27• GLib 2.32 is required
     28
     29Enhancements:
     30
     31• The libdbus 1.8 dependency means we can now document that
     32  dbus_g_thread_init() is idempotent and thread-safe
     33  (fd.o #54770, Simon McVittie)
     34
     35• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
     36  Simon McVittie)
     37
     38Fixes:
     39
     40• Allow timeouts to be migrated from one main context to another
     41  without an assertion failure (fd.o #30574, Mike Gorse)
     42
     43• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
     44  is encountered in a message (fd.o #80557, Alban Crequy)
     45
     46• Make the tests pass with newer GLib by not removing removed sources
     47  (fd.o #83530, Simon McVittie)
     48
     49• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)
     50
     51• Make the Autotools setup less awful (fd.o #58698;
     52  Rafał Mużyło, Simon McVittie)
     53}}}