Prep for release 2.1.0
This commit is contained in:
parent
f2baf4aeb7
commit
314fb1a29a
12
NEWS.md
12
NEWS.md
|
@ -1,5 +1,17 @@
|
|||
# Virtual Machine Manager News
|
||||
|
||||
## Release 2.1.0 (February 03, 2019)
|
||||
- Bash autocompletion support (Lin Ma, Cole Robinson)
|
||||
- UI and command line --vsock support (Slavomir Kaslev)
|
||||
- virt-xml: Add --os-variant option (Andrea Bolognani)
|
||||
- virt-install: use libosinfo cpu, mem, disk size defaults (Fabiano
|
||||
Fidencio)
|
||||
- virt-install: Better usage of libosinfo -unknown distro IDs (Fabiano
|
||||
Fidencio)
|
||||
- virt-install: More usage of libosinfo for ISO --location detection
|
||||
- virt-install: Add --location LOCATION,kernel=X,initrd=Y for pointing to
|
||||
kernel/initrd in media that virt-install/libosinfo fails to detect
|
||||
|
||||
## Release 2.0.0 (October 15, 2018)
|
||||
- Finish port to Python 3 (Radostin Stoyanov, Cole Robinson)
|
||||
- Improved VM defaults for supported OS: q35 PCIe, usb3, CPU host-model
|
||||
|
|
1498
po/bn_IN.po
1498
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1527
po/en_GB.po
1527
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1528
po/pt_BR.po
1528
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1237
po/sr@latin.po
1237
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1524
po/zh_CN.po
1524
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
2310
po/zh_TW.po
2310
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
|
@ -62,7 +62,7 @@ def _setup_gsettings_path(schemadir):
|
|||
raise RuntimeError("Failed to compile local gsettings schemas")
|
||||
|
||||
|
||||
__version__ = "2.0.0"
|
||||
__version__ = "2.1.0"
|
||||
|
||||
|
||||
class _CLIConfig(object):
|
||||
|
|
Loading…
Reference in New Issue