* configure.in NEWS include/libvirt/libvirt.h docs/* docs/apibuild.py:

prepare release of 0.2.0, update doc, avoid console module for API.
* po/*: regenerated
Daniel
This commit is contained in:
Daniel Veillard
2007-02-14 18:08:45 +00:00
parent fd35f8ca58
commit 2edf53128e
94 changed files with 2478 additions and 1254 deletions

10
NEWS
View File

@@ -5,6 +5,16 @@
http://libvirt.org/news.html
Releases
0.2.0: Feb 14 2007:
- Various internal cleanups (Mark McLoughlin, Richard Jones,
Daniel Berrange, Karel Zak)
- Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args
parsing (Richard Jones),
- Add support for QEmu and KVM virtualization (Daniel Berrange)
- Add support for network configuration (Mark McLoughlin)
0.1.11: Jan 22 2007:
- Finish XML <-> XM config files support
- Remove memory leak when freeing virConf objects