Skip to content

Commit

Permalink
Prepare v232
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Sep 22, 2016
1 parent 3758d88 commit 34ce130
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def lib(*names, **kw):
+ '\n'.join(results) + '\n')
sys.exit(status)

version = '231'
version = '232'
defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]}

_journal = Extension('systemd/_journal',
Expand Down

0 comments on commit 34ce130

Please sign in to comment.