mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 05:18:00 +02:00
Prepare v1.16.0
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
971060ad73
commit
69e79b896a
2 changed files with 6 additions and 4 deletions
6
NEWS
6
NEWS
|
|
@ -1,7 +1,9 @@
|
|||
dbus 1.16.0 (UNRELEASED)
|
||||
dbus 1.16.0 (2024-12-16)
|
||||
========================
|
||||
|
||||
1.16.x will be a new stable branch, superseding 1.14.x.
|
||||
The “one hundred pink frogs” release.
|
||||
|
||||
1.16.x is a new stable branch, superseding 1.14.x.
|
||||
|
||||
Summary of major changes between 1.14.x and 1.16.0
|
||||
--------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
project('dbus',
|
||||
'c',
|
||||
version: '1.15.93',
|
||||
version: '1.16.0',
|
||||
meson_version: '>=0.56',
|
||||
)
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ config.set_quoted('DBUS_DAEMON_NAME', 'dbus-daemon')
|
|||
lt_current = 41
|
||||
## increment any time the source changes;
|
||||
## set to 0 if you increment CURRENT
|
||||
lt_revision = 2
|
||||
lt_revision = 3
|
||||
## increment if any interfaces have been added;
|
||||
## set to 0 if any interfaces have been changed or removed.
|
||||
## removal has precedence over adding, so set to 0 if both happened.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue