mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
Prep for release 2.2.1
This commit is contained in:
parent
aaa065d38e
commit
dbfdc099d8
7
NEWS.md
7
NEWS.md
@ -1,5 +1,12 @@
|
||||
# Virtual Machine Manager News
|
||||
|
||||
## Release 2.2.1 (July 03, 2019)
|
||||
- CVE-2019-10183: Replace --unattended user-password and admin-password with
|
||||
user-password-file and admin-password-file (Fabiano Fidêncio)
|
||||
- Consistent --memballoon default across non-x86 (Andrea Bolognani)
|
||||
- virt-install: add --numatune memnode.* (Athina Plaskasoviti)
|
||||
- Drop hard dep on gtksourceview4, gtksourceview3 is fine as well
|
||||
|
||||
## Release 2.2.0 (June 17, 2019)
|
||||
- libvirt XML viewing and editing UI for new and existing domain, pools,
|
||||
volumes, networks
|
||||
|
639
po/bn_IN.po
639
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
641
po/en_GB.po
641
po/en_GB.po
File diff suppressed because it is too large
Load Diff
643
po/pt_BR.po
643
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
605
po/sr@latin.po
605
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
632
po/zh_CN.po
632
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
625
po/zh_TW.po
625
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,7 @@ def _get_param(name, default): # pragma: no cover
|
||||
return default
|
||||
|
||||
|
||||
__version__ = "2.2.0"
|
||||
__version__ = "2.2.1"
|
||||
|
||||
|
||||
class _BuildConfig(object):
|
||||
|
Loading…
Reference in New Issue
Block a user