diff options
author | Simon McVittie <smcv@debian.org> | 2014-01-06 19:09:14 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-01-06 19:09:14 +0000 |
commit | 90a976a6c24c9c08f53514f46b275da6efc8660a (patch) | |
tree | 3e02e70e7717af76efc2ff9f04b580c47e900e17 /debian/changelog | |
parent | 701d893512b1b2d6a7809f4265690802a3acd09b (diff) | |
parent | cab78e2f51a12194e64a76b5431e5b2ef468ce8f (diff) | |
download | dbus-90a976a6c24c9c08f53514f46b275da6efc8660a.tar.gz |
Merge from experimental into unstable
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 372a9cbd..aa2591d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,81 @@ +dbus (1.7.8-2) UNRELEASED; urgency=medium + + * Merge from experimental into unstable + + -- Simon McVittie <smcv@debian.org> Mon, 06 Jan 2014 19:08:53 +0000 + +dbus (1.7.8-1) experimental; urgency=low + + [ Laurent Bigonville ] + * debian/rules: Re-add udeb_configure_flags that were lost during merge + (Closes: #727774) + + [ Simon McVittie ] + * Standards-Version: 3.9.5 (no changes needed) + * Enable libaudit support so messages that violate SELinux policy go to the + audit log (Closes: #727771) + * New upstream release + - add new dependency on libsystemd-journal-dev for linux-any + + -- Simon McVittie <smcv@debian.org> Tue, 29 Oct 2013 13:07:02 +0000 + +dbus (1.7.6-2) experimental; urgency=low + + * debian/rules: FTBFS if new symbols or libraries are added + without updating the symbols file + * debian/copyright: list copyright holders and minor licenses + (Closes: #726000) + * Merge packaging changes from unstable: + - Run `update-rc.d dbus defaults` instead of deprecated + `update-rc.d dbus start ...` (Closes: #725923) + - Add udeb packages, so the graphical installer can use AT-SPI + (Closes: #723952) + - Standards-Version: 3.9.4 (no changes needed) + + -- Simon McVittie <smcv@debian.org> Sat, 12 Oct 2013 16:30:55 +0100 + +dbus (1.7.6-1) experimental; urgency=low + + * Standards-Version: 3.9.4 (no changes needed) + * New upstream development release + - update symbols + + -- Simon McVittie <smcv@debian.org> Wed, 09 Oct 2013 16:44:43 +0100 + +dbus (1.7.4-1) experimental; urgency=low + + * New upstream development release + - CVE-2013-2168: avoid a user-triggerable crash (denial of services) + in system services that use libdbus + + -- Simon McVittie <smcv@debian.org> Wed, 12 Jun 2013 19:53:00 +0100 + +dbus (1.7.2-1) experimental; urgency=low + + * New upstream development release + * Do the debug build --with-valgrind on mipsel, too + + -- Simon McVittie <smcv@debian.org> Thu, 25 Apr 2013 13:46:10 +0100 + +dbus (1.7.0-1) experimental; urgency=low + + * Branch for experimental + * New upstream development release + * On architectures where it's currently supported, do the + debug build with --with-valgrind for better instrumentation + * debian/rules: factor out production and debug configure flags + * Add support for DEB_BUILD_OPTIONS=nodocs, which omits most documentation + (allowing doxygen and xmlto to be avoided) and the dbus-1-doc package + * Add support for DEB_BUILD_PROFILE=stage1, which does the same as nodocs + and additionally makes the debug build not insist on building all tests + * Make the development and debugging packages Multi-Arch: same, + since their arch-dependent files are all arch-segregated + (/usr/lib/TUPLE) or named according to a build-ID (/usr/lib/debug) + (Closes: #689071). This is not actually useful until pkg-config + becomes M-A: foreign (#631275). + + -- Simon McVittie <smcv@debian.org> Fri, 22 Feb 2013 15:20:10 +0000 + dbus (1.6.18-2) unstable; urgency=medium * Disable valgrind integration in the debug build on armel, |