diff --git a/NEWS b/NEWS index eb5c7717..ec31aa0f 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,15 @@ Fixes: , apply the same relocation as for the Exec paths in .service files (fd.o #92028, Simon McVittie) +• Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker) + +D-Bus 1.10.6 (2015-12-01) +== + +The “marzipan beetles” release. + +Fixes: + • On Unix when running tests as root, don't assert that root and the dbus-daemon user can still call UpdateActivationEnvironment; assert that those privileged users can call BecomeMonitor instead @@ -38,8 +47,6 @@ Fixes: • On Windows Autotools builds, don't run tests that rely on dbus-run-session and other Unix-specifics (fd.o #92899, Simon McVittie) -• Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker) - D-Bus 1.10.4 (2015-11-17) == diff --git a/configure.ac b/configure.ac index 0d12e765..f70f6294 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ LT_CURRENT=17 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=5 +LT_REVISION=6 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has