Skip to content

Commit

Permalink
Prepare v234
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Mar 26, 2017
1 parent a54a7a2 commit 308ae44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Python wrappers for libsystemd API

CHANGES WITH 234:

* Support for the new sd_is_socket_sockaddr added in systemd 233
is added.

* New id128 constants added in systemd 233 are included.

* "Extra" fields for the log entry can be passed during
LoggerAdapter initialization or for each message separately.
Fields specified for the message have higher priority.

* Small fixes and style tweaks all over.

Contributions from: Park Jeongsoo, Jimmy Cao, Johannes
Weberhofer, Mike Gilbert, Oleksii Shevchuk, Ville Skyttä,
Wesley Bowman, Zbigniew Jędrzejewski-Szmek

CHANGES WITH 233:

* Tests are fixed and should pass on various old and new
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def lib(*names, **kw):
+ '\n'.join(results) + '\n')
sys.exit(status)

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

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

0 comments on commit 308ae44

Please sign in to comment.