Skip to content

Commit 308ae44

Browse files
committed
Prepare v234
1 parent a54a7a2 commit 308ae44

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
Python wrappers for libsystemd API
22

3+
CHANGES WITH 234:
4+
5+
* Support for the new sd_is_socket_sockaddr added in systemd 233
6+
is added.
7+
8+
* New id128 constants added in systemd 233 are included.
9+
10+
* "Extra" fields for the log entry can be passed during
11+
LoggerAdapter initialization or for each message separately.
12+
Fields specified for the message have higher priority.
13+
14+
* Small fixes and style tweaks all over.
15+
16+
Contributions from: Park Jeongsoo, Jimmy Cao, Johannes
17+
Weberhofer, Mike Gilbert, Oleksii Shevchuk, Ville Skyttä,
18+
Wesley Bowman, Zbigniew Jędrzejewski-Szmek
19+
320
CHANGES WITH 233:
421

522
* Tests are fixed and should pass on various old and new

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def lib(*names, **kw):
4545
+ '\n'.join(results) + '\n')
4646
sys.exit(status)
4747

48-
version = '233'
48+
version = '234'
4949
defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]}
5050

5151
_journal = Extension('systemd/_journal',

0 commit comments

Comments
 (0)