mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 03:38:00 +02:00
NEWS
This commit is contained in:
parent
003e5e6847
commit
95af34cdb8
1 changed files with 17 additions and 1 deletions
18
NEWS
18
NEWS
|
|
@ -1,7 +1,23 @@
|
|||
D-Bus 1.11.8 (UNRELEASED)
|
||||
==
|
||||
|
||||
...
|
||||
Build-time configuration:
|
||||
|
||||
• The new --enable-debug configure option provides an easy way to
|
||||
enable debug symbols, disable optimization and/or enable profiling.
|
||||
|
||||
• The --enable-compile-warnings configure option can be used to control
|
||||
compiler warnings.
|
||||
|
||||
• The --disable-compiler-optimisations configure option is no longer
|
||||
supported. Use --enable-debug=yes or CFLAGS=-O0 instead.
|
||||
|
||||
Enhancements:
|
||||
|
||||
• Fix and enable a lot of compiler warnings to improve future code
|
||||
quality. This might incidentally also fix some environment variable
|
||||
accesses on OS X.
|
||||
(fd.o #97357, fd.o #98192; Thomas Zimmermann, Simon McVittie)
|
||||
|
||||
D-Bus 1.11.6 (2016-10-10)
|
||||
==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue