summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-06 19:27:43 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-21 20:57:58 -0400
commit34ce13054bb5d171c0ea72eab93fed8a2bbd2403 (patch)
tree6f7180a1b5b0fe38d614ca2f622d930e4e6e3518 /NEWS
parent3758d884d4eb4cd425560b6cac451c61a3780b0c (diff)
downloadpython-systemd-44647b4fad11f3974869bdc9f0b89c54c25489ca.tar.gz
Prepare v232v232
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5a5760..318628d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
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