mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-14 06:54:51 -05:00
Prep for release 1.4.2
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# Virtual Machine Manager News
|
||||
|
||||
## Release 1.4.2 (August 08, 2017)
|
||||
|
||||
- New VM wixard virt-bootstrap integration (Radostin Stoyanov)
|
||||
- New VM wizard support for virtuozzo containers (Mikhail Feoktistov)
|
||||
- network UI: add support to create SR-IOV VF pool (Lin Ma)
|
||||
- Nicer OS list in New VM wizard (Pino Toscano)
|
||||
- Better defaults for UEFI secureboot builds (Pavel Hrdina)
|
||||
- Fix defaults for aarch64 VMs if graphics are requested
|
||||
- virt-install: new `--memdev` option (Pavel Hrdina)
|
||||
- virt-install: add `--disk logical/physical_block_size` (Yuri Arabadji)
|
||||
- virt-install: add `--features hyperv_reset=, hyperv_synic=` (Venkat Datta N
|
||||
H)
|
||||
|
||||
## Release 1.4.1 (March 08, 2017)
|
||||
|
||||
- storage/nodedev event API support (Jovanka Gulicoska)
|
||||
|
||||
+1059
-875
File diff suppressed because it is too large
Load Diff
+1094
-910
File diff suppressed because it is too large
Load Diff
+1178
-958
File diff suppressed because it is too large
Load Diff
+1053
-858
File diff suppressed because it is too large
Load Diff
+1060
-877
File diff suppressed because it is too large
Load Diff
+1070
-875
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.4.1"
|
||||
__version__ = "1.4.2"
|
||||
|
||||
|
||||
class _CLIConfig(object):
|
||||
|
||||
Reference in New Issue
Block a user