From e4f79d37664dc32c3f5538aecc29cefd105a3b17 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 9 Sep 2013 12:43:51 +0100 Subject: Setup distutils buld system Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..a4c3387 --- /dev/null +++ b/NEWS @@ -0,0 +1,9 @@ + Libvirt Python News + =================== + + +Release 1.1.2 +============= + + - Split off from main libvirt package + - Allow to compile against multiple versions of libvirt -- cgit