Prep for release 1.0.0
This commit is contained in:
parent
5d5be6df28
commit
b83ee891ab
22
NEWS
22
NEWS
|
@ -1,6 +1,28 @@
|
|||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 1.0.0 (February 14, 2014)
|
||||
---------------------------------
|
||||
- virt-manager: Snapshot support
|
||||
- New tool virt-xml: Edit libvirt XML in one shot from the command line
|
||||
- Improved defaults: qcow2, USB2, host CPU model, guest agent channel,
|
||||
...
|
||||
- Introspect command line options like --disk=? or --network=help
|
||||
- The virt-image tool will be removed before the next release, speak up
|
||||
if you have a good reason not to remove it.
|
||||
- virt-manager: Support arm vexpress VM creation
|
||||
- virt-manager: Add guest memory usage graphs (Thorsten Behrens)
|
||||
- virt-manager: UI for editing <filesystem> devices (Cédric Bosdonnat)
|
||||
- Spice USB redirection support (Guannan Ren)
|
||||
- <tpm> UI and command line support (Stefan Berger)
|
||||
- <rng> UI and command line support (Giuseppe Scrivano)
|
||||
- <panic> UI and command line support (Chen Hanxiao)
|
||||
- <blkiotune> command line support (Chen Hanxiao)
|
||||
- virt-manager: support for glusterfs storage pools (Giuseppe Scrivano)
|
||||
- cli: New options --memory, --features, --clock, --metadata, --pm
|
||||
- Greatly improve app responsiveness when connecting to remote hosts
|
||||
- Lots of UI cleanup and improvements
|
||||
|
||||
Release 0.10.0 (June 19, 2013)
|
||||
------------------------------
|
||||
- Merged code with python-virtinst. virtinst is no longer public
|
||||
|
|
6502
po/bn_IN.po
6502
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
4635
po/en_GB.po
4635
po/en_GB.po
File diff suppressed because it is too large
Load Diff
7149
po/pt_BR.po
7149
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
5062
po/sr@latin.po
5062
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
6505
po/zh_CN.po
6505
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
6541
po/zh_TW.po
6541
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
|
@ -213,6 +213,28 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2014 Cole Robinson <crobinso@redhat.com> - 1.0.0-1
|
||||
- virt-manager release 1.0.0
|
||||
- virt-manager: Snapshot support
|
||||
- New tool virt-xml: Edit libvirt XML in one shot from the command line
|
||||
- Improved defaults: qcow2, USB2, host CPU model, guest agent channel,
|
||||
...
|
||||
- Introspect command line options like --disk=? or --network=help
|
||||
- The virt-image tool will be removed before the next release, speak up
|
||||
if you have a good reason not to remove it.
|
||||
- virt-manager: Support arm vexpress VM creation
|
||||
- virt-manager: Add guest memory usage graphs (Thorsten Behrens)
|
||||
- virt-manager: UI for editing <filesystem> devices (Cédric Bosdonnat)
|
||||
- Spice USB redirection support (Guannan Ren)
|
||||
- <tpm> UI and command line support (Stefan Berger)
|
||||
- <rng> UI and command line support (Giuseppe Scrivano)
|
||||
- <panic> UI and command line support (Chen Hanxiao)
|
||||
- <blkiotune> command line support (Chen Hanxiao)
|
||||
- virt-manager: support for glusterfs storage pools (Giuseppe Scrivano)
|
||||
- cli: New options --memory, --features, --clock, --metadata, --pm
|
||||
- Greatly improve app responsiveness when connecting to remote hosts
|
||||
- Lots of UI cleanup and improvements
|
||||
|
||||
* Wed Jun 19 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-1
|
||||
- virt-manager release 0.10.0
|
||||
- Merged code with python-virtinst. virtinst is no longer public
|
||||
|
|
|
@ -60,7 +60,7 @@ def _setup_gsettings_path(schemadir):
|
|||
raise RuntimeError("Failed to compile local gsettings schemas")
|
||||
|
||||
|
||||
__version__ = "0.10.0"
|
||||
__version__ = "1.0.0"
|
||||
|
||||
__snapshot__ = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue