mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
3691e7fce7
This adds a new script tools/check-version-history.py and a corresponding test when building in developer mode. It checks manpages (except dbus documentation which is handled by update-dbus-docs) for missing version history information. It also adds ignore lists based on version 183 (the version that our version annotations go back to). These can be augmented if we want to ignore other elements if it doesn't make sense for them to have version annotations.
35 lines
600 B
Plaintext
35 lines
600 B
Plaintext
sd_booted
|
|
sd_get_seats
|
|
sd_get_sessions
|
|
sd_get_uids
|
|
sd_is_fifo
|
|
sd_is_socket
|
|
sd_is_socket_inet
|
|
sd_is_socket_unix
|
|
sd_is_mq
|
|
sd_listen_fds
|
|
sd_login_monitor_new
|
|
sd_login_monitor_unref
|
|
sd_login_monitor_flush
|
|
sd_login_monitor_get_fd
|
|
sd_notify
|
|
sd_notifyf
|
|
sd_pid_get_session
|
|
sd_pid_get_unit
|
|
sd_pid_get_owner_uid
|
|
sd_readahead
|
|
sd_seat_get_active
|
|
sd_seat_get_sessions
|
|
sd_seat_can_multi_session
|
|
sd_session_is_active
|
|
sd_session_get_uid
|
|
sd_session_get_seat
|
|
sd_session_get_service
|
|
sd_session_get_type
|
|
sd_session_get_class
|
|
sd_session_get_display
|
|
sd_uid_get_state
|
|
sd_uid_is_on_seat
|
|
sd_uid_get_sessions
|
|
sd_uid_get_seats
|