mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-09 18:38:22 +02:00
Merge branch 'dbus-1.10'
This commit is contained in:
commit
1fcb37d0a3
2 changed files with 10 additions and 3 deletions
11
NEWS
11
NEWS
|
|
@ -27,6 +27,15 @@ Fixes:
|
|||
<includedir>, 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)
|
||||
==
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue