mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Release 1.6.8
This commit is contained in:
parent
fb8b8ce72c
commit
1cad15cc27
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
|
@ -1,3 +1,15 @@
|
|||
D-Bus 1.6.8 (2012-09-28)
|
||||
==
|
||||
|
||||
The "Fix one thing, break another" release.
|
||||
|
||||
• Follow up to CVE-2012-3524: The additional hardening
|
||||
work to use __secure_getenv() as a followup to bug #52202
|
||||
broke certain configurations of gnome-keyring. Given
|
||||
the difficulty of making this work without extensive
|
||||
changes to gnome-keyring, use of __secure_getenv() is
|
||||
deferred.
|
||||
|
||||
D-Bus 1.6.6 (2012-09-28)
|
||||
==
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [6])
|
||||
m4_define([dbus_micro_version], [7])
|
||||
m4_define([dbus_micro_version], [8])
|
||||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue