File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Python wrappers for libsystemd API
22
3+ CHANGES WITH 233:
4+
5+ * Tests are fixed and should pass on various old and new
6+ systems alike.
7+
8+ * journal.stream() can be used without arguments and defaults
9+ to LOG_LEVEL.
10+
11+ Contributions from Robert James Hernandez,
12+ Zbigniew Jędrzejewski-Szmek
13+
14+
315CHANGES WITH 232:
416
517 * Wrappers for sd_journal_enumerate_unique, has_runtime_files,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def lib(*names, **kw):
4040 + '\n ' .join (results ) + '\n ' )
4141 sys .exit (status )
4242
43- version = '232 '
43+ version = '233 '
4444defines = {'define_macros' :[('PACKAGE_VERSION' , '"{}"' .format (version ))]}
4545
4646_journal = Extension ('systemd/_journal' ,
You can’t perform that action at this time.
0 commit comments