We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276f137 commit 0cae964Copy full SHA for 0cae964
NEWS
@@ -1,5 +1,17 @@
1
Python wrappers for libsystemd API
2
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
15
CHANGES WITH 232:
16
17
* Wrappers for sd_journal_enumerate_unique, has_runtime_files,
setup.py
@@ -40,7 +40,7 @@ def lib(*names, **kw):
40
+ '\n'.join(results) + '\n')
41
sys.exit(status)
42
43
-version = '232'
+version = '233'
44
defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]}
45
46
_journal = Extension('systemd/_journal',
0 commit comments