mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-03 07:50:27 +01:00
Prepare v1.15.12
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
7d06ca9473
commit
d30794756d
3 changed files with 16 additions and 4 deletions
2
NEWS
2
NEWS
|
|
@ -59,7 +59,7 @@ New features and significant bug fixes:
|
|||
|
||||
• Portability to CPU architectures with larger-than-64-bit pointers
|
||||
|
||||
dbus 1.15.12 (UNRELEASED)
|
||||
dbus 1.15.12 (2024-10-29)
|
||||
=========================
|
||||
|
||||
Enhancements:
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.42</releaseinfo>
|
||||
<date>2023-08-21</date>
|
||||
<releaseinfo>Version 0.43</releaseinfo>
|
||||
<date>2024-10-29</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -78,6 +78,18 @@
|
|||
See <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.43</revnumber>
|
||||
<date>2024-10-29</date>
|
||||
<authorinitials></authorinitials>
|
||||
<revdescription>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>Recommend loading system services from /etc, /run</simpara></listitem>
|
||||
<listitem><simpara>Document the Stats interface</simpara></listitem>
|
||||
<listitem><simpara>Document the Verbose interface</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.42</revnumber>
|
||||
<date>2023-08-21</date>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
project('dbus',
|
||||
'c',
|
||||
version: '1.15.11',
|
||||
version: '1.15.12',
|
||||
meson_version: '>=0.56',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue