dbus-cpp 2.0.0+14.04.20140310-0ubuntu1 source package in Ubuntu

Changelog

dbus-cpp (2.0.0+14.04.20140310-0ubuntu1) trusty; urgency=medium

  [ Pete Woods ]
  * Change the way signals register match rules -> ABI version bump
  * Mark symbols that only appear when built under Jenkins as optional.

  [ Ubuntu daily release ]
  * debian/*symbols: auto-update new symbols to released version
  * New rebuild forced

  [ thomas-voss ]
  * Make sure that signals call about_to_be_destroyed. Make
    core::dbus::Signal report that it is about to be destructed. Add a
    thread-safe lifetime constrained object cache & accompanying tests.
  * Add dbus as runtime dependency for libdbus-cpp-dev. (LP: #1272191)
  * Don't exit on dbus connection close.
  * Remove local versions of cross-process-sync and fork-and-run.
  * Switch to release build type for production builds.
  * Small adjustments to the symbols file.
  * Try to create symbols files for each architecture, not caring for
    too much redundancy. It's really hard to maintain those otherwise.
  * Add a test for racyness and provide an alternative to _and_block.

  [ Antti Kaijanmäki ]
  * Fix stack corruption in core::dbus::Message::pop_boolean().
  * Fix Signal::emit().
  * Fix deadlock in MessageRouter.

  [ Łukasz 'sil2100' Zemczak ]
  * Try to create symbols files for each architecture, not caring for
    too much redundancy. It's really hard to maintain those otherwise.
 -- Ubuntu daily release <email address hidden>   Mon, 10 Mar 2014 09:20:09 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Trusty
Original maintainer:
Thomas Voss
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dbus-cpp_2.0.0+14.04.20140310.orig.tar.gz 121.0 KiB 5d4ee721bb6b313a911802ee03d0c93063ae5f40f1ad55aa90b457533663bd9b
dbus-cpp_2.0.0+14.04.20140310-0ubuntu1.diff.gz 6.2 KiB 3af517763d48984eb49170004b3f1271f72936f66eee6bc2e6ba30052b2f7156
dbus-cpp_2.0.0+14.04.20140310-0ubuntu1.dsc 2.3 KiB 765db5d170ef73ff1b0910481c055b05eea0da73360c19e0b0f1f50a2cd4ed67

View changes file

Binary packages built by this source

dbus-cpp-bin: header-only dbus-binding leveraging C++-11

 Protocol compiler and generator to automatically generate protocol headers from
 introspection XML.

dbus-cpp-dev-examples: header-only dbus-binding leveraging C++-11, example binaries

 A header-only dbus-binding leveraging C++-11, relying on compile-time
 polymorphism to integrate with arbitrary type systems.
 .
 This package provides examples.

libdbus-cpp-dev: header-only dbus-binding leveraging C++-11

 A header-only dbus-binding leveraging C++-11, relying on compile-time
 polymorphism to integrate with arbitrary type systems.

libdbus-cpp2: header-only dbus-binding leveraging C++-11

 A header-only dbus-binding leveraging C++-11, relying on compile-time
 polymorphism to integrate with arbitrary type systems. Runtime portions to bind
 to different event loops.