Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14829 closed enhancement (fixed)

dbus-glib-0.112

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 11.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (4)

comment:1 by Douglas R. Reno, 3 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 3 years ago

The “haunted teacup” release.

dbus-glib is a deprecated D-Bus library. If you use it, please switch to
something more suitable, like GDBus (which is shipped with GLib).
A migration guide is included in the GLib documentation.

<http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz>
<http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz.asc>
git tag: dbus-glib-0.112

dbus-glib version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
("dbus-glib#nnn") and merge requests ("dbus-glib!nnn"). See README and
CONTRIBUTING.md for more details.

Dependencies:

• dbus 1.8 was already required, but is more strongly required now:
  the workarounds that were used to run continuous integration with dbus
  1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8
  has already reached end-of-life for security support, and newer dbus
  stable branches are strongly recommended.)

• pkg-config 0.28 is required when building from git

Enhancements:

• Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
  (Simon McVittie, with thanks to Ander Conselvan de Oliveira,
  Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone
  for their contributions to the equivalent file in Wayland)

• A generated ChangeLog file, which made up a significant proportion of
  the size of source tarball releases, is no longer included. Please
  refer to the git repository at
  https://gitlab.freedesktop.org/dbus/dbus-glib for detailed change
  history. (Simon McVittie)

• Improve man page (dbus-glib!1, Alan Coopersmith)

• Add test coverage for fd.o#80557 (dbus-glib#1, Simon McVittie)

• Use more modern GLib assertions in unit tests
  (dbus-glib#16, dbus-glib!3, dbus-glib!4; Simon McVittie)

• Improve continuous integration to be run by GitLab in addition to
  Travis-CI (Simon McVittie)

• Add clearer license information using SPDX-License-Identifier
  (Simon McVittie)

Fixes:

• Allow glib-genmarshal to be overridden with
  `./configure GLIB_GENMARSHAL=/path/to/glib-genmarshal`, for
  cross-compilation (dbus-glib!2, Yann E. MORIN)

• Avoid a double-free in dbus-binding-tool for certain inputs, possibly
  involving nested introspection data structures (dbus-glib#9, Zhipeng Xie)

• Report a better error for excessive recursion depth or unsupported
  data types (dbus-glib#1, Simon McVittie)

• Map the 15 most-recently-added DBusGError members to their corresponding
  D-Bus error names (dbus-glib#1, Simon McVittie)

• Mark all documented symbols as deprecated
  (Simon McVittie)

• Fix unit test failures during distcheck by enabling assertions
  (Simon McVittie)

• Fix a core dump during installed-tests by not attempting to close a
  shared DBusConnection (Simon McVittie)

comment:3 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r24416

comment:4 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.