From 1cb0b342a222f5bafee6eb365fa136b3239d72b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 16 Jun 2019 18:19:15 +0200 Subject: Document libsystemd compatiblity Closes #49. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5f65959..2beb373 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,17 @@ A handler class for the Python logging framework is also provided: logger.addHandler(journal.JournalHandler()) logger.warning("Some message: %s", 'detail') +libsytemd version compatibility +------------------------------- + +This module may be compiled against any version of libsystemd. At +compilation time, any functionality that is not available in that +version of systemd is disabled, and the resulting binary module will +depend on symbols that were available at compilation time. This means +that the resulting binary module is compatible with that or any later +version of libsystemd. To obtain maximum possible functionality, this +module must be compile against suitably recent libsystemd. + Documentation ============= -- cgit v1.2.1