From 75cc1b1d3eec19c49d5367dbbe8034df3b80beef08726c5dd7594d56d8094841 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Jun 2017 12:02:41 +0000 Subject: [PATCH] Extend .changes file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=8 --- python-systemd.changes | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-systemd.changes b/python-systemd.changes index 6178a12..2a6601e 100644 --- a/python-systemd.changes +++ b/python-systemd.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- Mon Jun 12 05:34:47 UTC 2017 - fbui@suse.com -- Upgrade to release 233 +- Upgrade to release 233: + + Tests are fixed and should pass on various old and new systems + alike. + + journal.stream() can be used without arguments and defaults to + LOG_LEVEL. +- Changes from version 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. ------------------------------------------------------------------- Mon Jan 2 11:48:12 UTC 2017 - sebix+novell.com@sebix.at