summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-16 18:19:15 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-16 18:19:15 +0200
commit1cb0b342a222f5bafee6eb365fa136b3239d72b1 (patch)
tree3be1659f3f365c369c3d75f98de5a117faedde58
parent343f97460fd536d74e6627b20413685bbc857576 (diff)
downloadpython-systemd-1cb0b342a222f5bafee6eb365fa136b3239d72b1.tar.gz
Document libsystemd compatiblity
Closes #49.
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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
=============