From 671dc03e06a7759e6ece4b17d07754be6a4ba823 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Wed, 9 Mar 2022 13:53:04 -0700 Subject: Update news since 234 --- NEWS | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9cf35f4..17e3b82 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,25 @@ Python wrappers for libsystemd API CHANGES WITH 235: - * Adapt the rename of systemd-activate to systemd-socket-activate - performed in systemd 230 + * 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 the new sd_listen_fds_with_names added in systemd 227 + is added. + + * Make the Reader PY_SSIZE_T_CLEAN for py3.10 compatibility. + + * id128: update for systemd-243 compatibility and other fixes. + + * C syntax modernization. A minimum of C99 is assumed. + + * Fix seek_realtime to work with timezone aware date. + + * journal: add namespace support. + + * Memory leak fixes. + + * Documentation and other fixes. CHANGES WITH 234: -- cgit v1.2.1