Prep for release 1.5.0
This commit is contained in:
parent
5141e73416
commit
40c678783e
10
NEWS.md
10
NEWS.md
|
@ -1,5 +1,15 @@
|
|||
# Virtual Machine Manager News
|
||||
|
||||
## Release 1.5.0 (February 06, 2018)
|
||||
- python3 prep work (Radostin Stoyanov, Cole Robinson, Cédric Bosdonnat)
|
||||
- Switch --location ISO to use isoinfo (Andrew Wong)
|
||||
- virt-install: add --cpu numa distance handling (Menno Lageman)
|
||||
- virt-install: fix --disk for rbd volumes with auth (Rauno Väli)
|
||||
- virt-install: add --cputune vcpupin handling (Wim ten Have)
|
||||
- details ui: Showing attached scsi devices per controller (Lin Ma)
|
||||
- network ui: Show details about SR-IOV VF pool (Lin Ma)
|
||||
- Greatly expand UI test suite coverage
|
||||
|
||||
## Release 1.4.3 (September 19, 2017)
|
||||
- Improve install of debian/ubuntu non-x86 media (Viktor Mihajlovski, Andrew
|
||||
Wong)
|
||||
|
|
1890
po/bn_IN.po
1890
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
2418
po/en_GB.po
2418
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1941
po/pt_BR.po
1941
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1891
po/sr@latin.po
1891
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1894
po/zh_CN.po
1894
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1878
po/zh_TW.po
1878
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.4.3"
|
||||
__version__ = "1.5.0"
|
||||
|
||||
|
||||
class _CLIConfig(object):
|
||||
|
|
Loading…
Reference in New Issue