mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
Prep for release 1.3.0
This commit is contained in:
parent
d1d202bb1f
commit
7ef17138da
19
NEWS
19
NEWS
@ -1,6 +1,25 @@
|
||||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 1.3.0 (November 24, 2015)
|
||||
---------------------------------
|
||||
- Git hosting moved to http://github.com/virt-manager/virt-manager
|
||||
- Switch translation infrastructure from transifex to fedora.zanata.org
|
||||
- Add dogtail UI tests and infrastructure
|
||||
- Improved support for s390x kvm (Kevin Zhao)
|
||||
- virt-install and virt-manager now remove created disk images if VM
|
||||
install startup fails
|
||||
- Replace urlgrabber usage with requests and urllib2
|
||||
- virt-install: add --network virtualport support for openvswitch
|
||||
(Daniel P. Berrange)
|
||||
- virt-install: support multiple --security labels
|
||||
- virt-install: support --features kvm_hidden=on|off (Pavel Hrdina)
|
||||
- virt-install: add --features pmu=on|off
|
||||
- virt-install: add --features pvspinlock=on|off (Abhijeet Kasurde)
|
||||
- virt-install: add --events on_lockfailure=on|off (Abhijeet Kasurde)
|
||||
- virt-install: add --network link_state=up|down
|
||||
- virt-install: add --vcpu placement=static|auto
|
||||
|
||||
Release 1.2.1 (June 06, 2015)
|
||||
-----------------------------
|
||||
- Bugfix release
|
||||
|
2496
po/bn_IN.po
2496
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
2329
po/en_GB.po
2329
po/en_GB.po
File diff suppressed because it is too large
Load Diff
2145
po/pt_BR.po
2145
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2045
po/sr@latin.po
2045
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
2368
po/zh_CN.po
2368
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
2190
po/zh_TW.po
2190
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -68,7 +68,7 @@ def _setup_gsettings_path(schemadir):
|
||||
raise RuntimeError("Failed to compile local gsettings schemas")
|
||||
|
||||
|
||||
__version__ = "1.2.1"
|
||||
__version__ = "1.3.0"
|
||||
|
||||
|
||||
class _CLIConfig(object):
|
||||
|
Loading…
Reference in New Issue
Block a user