mirror of
https://github.com/systemd/python-systemd.git
synced 2026-05-15 08:56:53 -04:00
49 lines
2 KiB
Text
49 lines
2 KiB
Text
Python wrappers for libsystemd API
|
||
|
||
CHANGES WITH 232:
|
||
|
||
* Wrappers for sd_journal_enumerate_unique, has_runtime_files,
|
||
has_peristent_files.
|
||
|
||
* sd_journal_open_directory_fd, sd_journal_open_files_fd can
|
||
be used by passing file descriptors to the initializer as
|
||
the path or files arguments.
|
||
|
||
SD_JOURNAL_OS_ROOT flag is supported, and various flags may
|
||
be passed to the constructor in combination with path or
|
||
files arguments. All flags arguments are now passed through
|
||
to the underlying libsystemd library functions, so which
|
||
combinations are supported depends on that library.
|
||
systemd 232 contains various fixes in this area.
|
||
|
||
Contributions from: Benedit Morbach, Michael Biebl,
|
||
Michael Herold, Mike Gilbert, Nir Soffer, Sebastian,
|
||
Ville Skyttä, Zbigniew Jędrzejewski-Szmek
|
||
|
||
CHANGES WITH 231:
|
||
|
||
* Various build fixes and cleanups: documentation can be
|
||
generated with 'make sphinx-html', pip install works out
|
||
of the box.
|
||
|
||
* Tests that cover most of the python code were added. As a
|
||
result, a bug in sd_is_mq was fixed in systemd 227.
|
||
|
||
* Functions sd_pid_notify and sd_pid_notify_with_fds are now
|
||
wrapped as optional arguments to notify(), when compiled
|
||
against a new-enough libsystemd.
|
||
|
||
Contributions from: David Strauss, Evgeny Vereshchagin,
|
||
Jacek Konieczny, Jeroen Dekkers, Zbigniew Jędrzejewski-Szmek
|
||
|
||
CHANGES WITH 230:
|
||
|
||
* python-systemd is again a separate project, after being part
|
||
of systemd for many years.
|
||
|
||
Contributions from: Dave Reisner, David Strauss,
|
||
Evgeny Vereshchagin, Greg KH, Harald Hoyer, Jacek Konieczny,
|
||
Jeroen Dekkers, Kay Sievers, Lennart Poettering, Lukas Nykryn,
|
||
Marti Raudsepp, Richard Marko, Simon Farnsworth,
|
||
Steven Hiscocks, Thomas Hindoe Paaboel Andersen, Ville Skyttä,
|
||
Zbigniew Jędrzejewski-Szmek
|