summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-03-06 10:58:32 +0000
committerDaniel P. Berrange <berrange@redhat.com>2015-03-06 12:25:41 +0000
commit51b60607d557fa25d0566b483a65a6f1d39b0c19 (patch)
tree129aedc8dd78ae54fecb1259deddeef17034f051
parentcd3f4256510df93fa2b352624eedf8e7825d6128 (diff)
Update NEWS for 0.0.2 release
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd791b1..0046d8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
libvirt Designer News
=====================
+0.0.2 2015-03-06
+----------------
+
+ - Bumped soname & version for ABI change
+ - Remove use of deprecated libosinfo calls
+ - Fix various memory leaks
+ - Treat errors loading the libosinfo DB as non-fatal
+ as some data may be successfully loaded
+ - Improve building of libosinfo short-id from libvirt
+ capabilities information
+ - Expose the libosinfo DB object via a property on the
+ domain object
+ - Don't set PKG_CONFIG_PATH for g-ir-scanner
+ - Auto-generate list of AUTHORS
+ - Avoid redefining _FORTIFY_SOURCE macro
+ - Fix & add gtk-doc introspection annotation
+ - Add Vala APi binding
+ - Add support for floppy & CDROM devices
+ - Use libvirt style libtool versioning csheme
+ - Add API to set list of installed drivers
+ - Add API for querying supported devices
+ - Remove many bogus assumptions in disk bus handling
+ - Populate clock settings, input devices & console
+ - Add API for enabling sound devices
+ - Add AP ifor enabling choice of graphics backends
+ - Add SPICE agent if using SPICE
+ - Add API for enabling USB redirection
+ - Add API for enabling smartcard devices
+ - Add API for enabling video devices
+ - Import latest compiler warnings from gnulib
+ - Avoid using deprecated libvirt-gconfig APIs
+ - Rename virtxml binary to virt-designer
+ - Add API for choosing network backend type
+ - Add further test cases for validing domain builder
+ - Always build test programs
+
0.0.1 2012-10-09
----------------