|
| 1 | +Python wrappers for libsystemd API |
| 2 | + |
| 3 | +CHANGES WITH 231: |
| 4 | + |
| 5 | + * Various build fixes and cleanups: documentation can be |
| 6 | + generated with 'make sphinx-html', pip install works out |
| 7 | + of the box. |
| 8 | + |
| 9 | + * Tests that cover most of the python code were added. As a |
| 10 | + result, a bug in sd_is_mq was fixed in systemd 227. |
| 11 | + |
| 12 | + * Functions sd_pid_notify and sd_pid_notify_with_fds are now |
| 13 | + wrapped as optional arguments to notify(), when compiled |
| 14 | + against a new-enough libsystemd. |
| 15 | + |
| 16 | + Contributions from: David Strauss, Evgeny Vereshchagin, |
| 17 | + Jacek Konieczny, Jeroen Dekkers, Zbigniew Jędrzejewski-Szmek |
| 18 | + |
| 19 | +CHANGES WITH 230: |
| 20 | + |
| 21 | + * python-systemd is again a separate project, after being part |
| 22 | + of systemd for many years. |
| 23 | + |
| 24 | + Contributions from: Dave Reisner, David Strauss, |
| 25 | + Evgeny Vereshchagin, Greg KH, Harald Hoyer, Jacek Konieczny, |
| 26 | + Jeroen Dekkers, Kay Sievers, Lennart Poettering, Lukas Nykryn, |
| 27 | + Marti Raudsepp, Richard Marko, Simon Farnsworth, |
| 28 | + Steven Hiscocks, Thomas Hindoe Paaboel Andersen, Ville Skyttä, |
| 29 | + Zbigniew Jędrzejewski-Szmek |
0 commit comments