mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 00:10:36 +01:00
Start towards 1.11.24 (or maybe 1.12.0)
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
f87fea641f
commit
dd89b359f0
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
|
@ -81,6 +81,13 @@ Miscellaneous behaviour changes:
|
|||
• [Unix] Exceeding an anti-DoS limit is logged to syslog if configured,
|
||||
or to stderr.
|
||||
|
||||
D-Bus 1.11.24 (UNRELEASED)
|
||||
==========================
|
||||
|
||||
This is the second release-candidate for the 1.12.0 stable release.
|
||||
|
||||
...
|
||||
|
||||
D-Bus 1.11.22 (2017-10-23)
|
||||
==========================
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [11])
|
||||
m4_define([dbus_micro_version], [22])
|
||||
m4_define([dbus_micro_version], [23])
|
||||
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