From 41562e063e33232111d17d3769ae4d58266a3b56 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Nov 2013 18:21:57 +0000 Subject: Setup distutils build 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..b92cdf4 --- /dev/null +++ b/NEWS @@ -0,0 +1,9 @@ + Libvirt Python News + =================== + + +Release 1.2.0 +============= + + - Split off from main libvirt package + - Allow to compile against multiple versions of libvirt -- cgit