diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-09-10 15:40:03 +0200 |
---|---|---|
committer | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-09-19 15:33:34 +0200 |
commit | d9d2d16aeaf7c18a7b2486cd7c2db484c99050df (patch) | |
tree | b643e62e927bbf2ac323bf87834fc0a8139d25b2 /man/org.freedesktop.hostname1.xml | |
parent | Merge pull request #29218 from DaanDeMeyer/kernel-modules (diff) | |
download | systemd-d9d2d16aeaf7c18a7b2486cd7c2db484c99050df.tar.xz systemd-d9d2d16aeaf7c18a7b2486cd7c2db484c99050df.zip |
man: add version information for dbus interfaces
These only go back to version 250 which is the first version to provide the
export-dbus-interfaces build target.
Diffstat (limited to 'man/org.freedesktop.hostname1.xml')
-rw-r--r-- | man/org.freedesktop.hostname1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/org.freedesktop.hostname1.xml b/man/org.freedesktop.hostname1.xml index 9eb2f69c3b..a079837a67 100644 --- a/man/org.freedesktop.hostname1.xml +++ b/man/org.freedesktop.hostname1.xml @@ -418,4 +418,16 @@ node /org/freedesktop/hostname1 { <para>David Zeuthen's original Fedora <ulink url="https://fedoraproject.org/wiki/Features/BetterHostname">Feature page about xdg-hostname</ulink></para> </refsect1> + + <refsect1> + <title>History</title> + <refsect2> + <title>The D-Bus API</title> + <para><varname>FirmwareVersion</varname> and + <function>GetHardwareSerial()</function> were added in version 251.</para> + <para><varname>OperatingSystemSupportEnd</varname>, + <varname>FirmwareVendor</varname>, and + <varname>FirmwareDate</varname> were added in version 253.</para> + </refsect2> + </refsect1> </refentry> |