mirror of
https://github.com/systemd/systemd
synced 2025-11-21 17:54:46 +01:00
Compare commits
No commits in common. "6602a5f7208edd456569343f61b7e5661b0ce299" and "b49bff0da7c10c9ee7084748099abc5d21b04cb3" have entirely different histories.
6602a5f720
...
b49bff0da7
2
NEWS
2
NEWS
@ -36,8 +36,6 @@ CHANGES WITH 258:
|
|||||||
ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||||
The following example does not work since v258:
|
The following example does not work since v258:
|
||||||
ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||||
Udev rules files setting the "uaccess" tag need to have a file name
|
|
||||||
starting with a number smaller than 73 to be applied.
|
|
||||||
|
|
||||||
* systemd-run's --expand-environment= switch, which was disabled
|
* systemd-run's --expand-environment= switch, which was disabled
|
||||||
by default when combined with --scope, has been changed to be
|
by default when combined with --scope, has been changed to be
|
||||||
|
|||||||
@ -33,12 +33,6 @@
|
|||||||
<funcsynopsis>
|
<funcsynopsis>
|
||||||
<funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo>
|
<funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo>
|
||||||
|
|
||||||
<funcprototype>
|
|
||||||
<funcdef>typedef int (*<function>sd_bus_track_handler_t</function>)</funcdef>
|
|
||||||
<paramdef>sd_bus_track *<parameter>track</parameter></paramdef>
|
|
||||||
<paramdef>void *<parameter>userdata</parameter></paramdef>
|
|
||||||
</funcprototype>
|
|
||||||
|
|
||||||
<funcprototype>
|
<funcprototype>
|
||||||
<funcdef>int <function>sd_bus_track_new</function></funcdef>
|
<funcdef>int <function>sd_bus_track_new</function></funcdef>
|
||||||
<paramdef>sd_bus* <parameter>bus</parameter></paramdef>
|
<paramdef>sd_bus* <parameter>bus</parameter></paramdef>
|
||||||
@ -227,7 +221,6 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>History</title>
|
<title>History</title>
|
||||||
<para><function>sd_bus_track_new()</function>,
|
<para><function>sd_bus_track_new()</function>,
|
||||||
<function>sd_bus_track_handler_t()</function>,
|
|
||||||
<function>sd_bus_track_ref()</function>,
|
<function>sd_bus_track_ref()</function>,
|
||||||
<function>sd_bus_track_unref()</function>,
|
<function>sd_bus_track_unref()</function>,
|
||||||
<function>sd_bus_track_unrefp()</function>,
|
<function>sd_bus_track_unrefp()</function>,
|
||||||
|
|||||||
@ -1,26 +0,0 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
||||||
|
|
||||||
# New package needed for TEST-75-RESOLVED
|
|
||||||
|
|
||||||
[TriggerMatch]
|
|
||||||
Distribution=debian
|
|
||||||
Release=!bullseye
|
|
||||||
Release=!bookworm
|
|
||||||
Release=!trixie
|
|
||||||
# TODO: drop once Duke ships
|
|
||||||
Release=!oldstable
|
|
||||||
# TODO: drop once Forky ships
|
|
||||||
Release=!stable
|
|
||||||
|
|
||||||
[TriggerMatch]
|
|
||||||
Distribution=ubuntu
|
|
||||||
Release=!jammy
|
|
||||||
Release=!noble
|
|
||||||
Release=!plucky
|
|
||||||
Release=!questing
|
|
||||||
|
|
||||||
[TriggerMatch]
|
|
||||||
Distribution=kali
|
|
||||||
|
|
||||||
[Content]
|
|
||||||
Packages=knot-keymgr
|
|
||||||
Loading…
x
Reference in New Issue
Block a user