mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 22:30:16 +01:00
Start on 1.7.5, add release name for 1.7.4
This commit is contained in:
parent
46d73712ab
commit
1a69f641fb
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
|
@ -1,6 +1,13 @@
|
|||
D-Bus 1.7.6 (UNRELEASED)
|
||||
==
|
||||
|
||||
...
|
||||
|
||||
D-Bus 1.7.4 (2013-06-13)
|
||||
==
|
||||
|
||||
The “but is your thread-safety thread-safe?” release.
|
||||
|
||||
Security fixes:
|
||||
|
||||
• CVE-2013-2168: Fix misuse of va_list that could be used as a denial
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [7])
|
||||
m4_define([dbus_micro_version], [4])
|
||||
m4_define([dbus_micro_version], [5])
|
||||
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