summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-10-26 22:59:23 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-10-27 00:13:38 -0400
commit0576d32ed470d8e623af07e65cc8bbb696efcb90 (patch)
treea6154696d4ba42c23a60a2ded6e7f1f92bbc7d3f
parentd31bfc3ba6f3ec5b6d9af355e9b0dde6bd1ffa76 (diff)
downloadpython-systemd-0576d32ed470d8e623af07e65cc8bbb696efcb90.tar.gz
Add NEWS file
-rw-r--r--MANIFEST.in1
-rw-r--r--NEWS29
2 files changed, 30 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 738dae5..0e755ab 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
include systemd/*.h
exclude systemd/id128-constants.h
include README.md
+include NEWS
include LICENSE.txt
include Makefile
graft docs
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f5a5760
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,29 @@
+Python wrappers for libsystemd API
+
+CHANGES WITH 231:
+
+ * Various build fixes and cleanups: documentation can be
+ generated with 'make sphinx-html', pip install works out
+ of the box.
+
+ * Tests that cover most of the python code were added. As a
+ result, a bug in sd_is_mq was fixed in systemd 227.
+
+ * Functions sd_pid_notify and sd_pid_notify_with_fds are now
+ wrapped as optional arguments to notify(), when compiled
+ against a new-enough libsystemd.
+
+ Contributions from: David Strauss, Evgeny Vereshchagin,
+ Jacek Konieczny, Jeroen Dekkers, Zbigniew Jędrzejewski-Szmek
+
+CHANGES WITH 230:
+
+ * python-systemd is again a separate project, after being part
+ of systemd for many years.
+
+ Contributions from: Dave Reisner, David Strauss,
+ Evgeny Vereshchagin, Greg KH, Harald Hoyer, Jacek Konieczny,
+ Jeroen Dekkers, Kay Sievers, Lennart Poettering, Lukas Nykryn,
+ Marti Raudsepp, Richard Marko, Simon Farnsworth,
+ Steven Hiscocks, Thomas Hindoe Paaboel Andersen, Ville Skyttä,
+ Zbigniew Jędrzejewski-Szmek