summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-16 10:54:55 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-16 15:50:06 +0200
commitdc1dae2eaa00e2369c366f80f9bcd3f729b7abca (patch)
tree017cc1cc8d23526e3a7ae144f5a1c262050a0853
parent8360d1d01cf0e0064238c539d2fb4e47a29c65f2 (diff)
downloadpython-systemd-dc1dae2eaa00e2369c366f80f9bcd3f729b7abca.tar.gz
Version 235v235
Fixes #76.
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 74108c5..476baac 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,10 @@ CHANGES WITH 235:
* Adapt the rename of systemd-activate to systemd-socket-activate
performed in systemd 230.
- * Support for the new sd_listen_fds_with_names added in systemd 227
- is added.
+ * Support for sd_listen_fds_with_names added in systemd 227.
+
+ * Support for sd_journal_get_cutoff_realtime_usec added in systemd
+ 186.
* Make the Reader PY_SSIZE_T_CLEAN for py3.10 compatibility.
@@ -22,6 +24,13 @@ CHANGES WITH 235:
* Support for Python 2 will be removed after this release.
+ Contributions from: Alexander Olekhnovich, Andrew Stone,
+ Architector #4, Chris Mullins, Dan Bungert, Dominik Prien,
+ Federico Ceratto, Frantisek Sumsal, Glandos, Hendrikto, Khem
+ Raj, Léonard Gérard, Marcel Waldvogel, Marco Paolini, Samuel
+ BF, Tamaki Nishino, Tim Orling, Tomasz Meresiński, Zbigniew
+ Jędrzejewski-Szmek, ytyt-yt
+
CHANGES WITH 234:
* Support for the new sd_is_socket_sockaddr added in systemd 233