mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Prep for release 0.10.0
This commit is contained in:
parent
c457363f5a
commit
10cf80c25b
@ -1,5 +1,5 @@
|
||||
[main]
|
||||
host = https://www.transifex.net
|
||||
host = https://www.transifex.com
|
||||
|
||||
[virt-manager.virt-managerpot]
|
||||
file_filter = po/<lang>.po
|
||||
|
11
NEWS
11
NEWS
@ -1,6 +1,17 @@
|
||||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.10.0 (June 19, 2013)
|
||||
------------------------------
|
||||
- Merged code with python-virtinst. virtinst is no longer public
|
||||
- Port from GTK2 to GTK3 (Daniel Berrange, Cole Robinson)
|
||||
- Port from gconf to gsettings
|
||||
- Port from autotools to python distutils
|
||||
- Remove virt-manager-tui
|
||||
- Remove HAL support
|
||||
- IPv6 and static route virtual network support (Gene Czarcinski)
|
||||
- virt-install: Add --cpu host-passthrough (Ken ICHIKAWA, Hu Tao)
|
||||
|
||||
Release 0.9.5 (April 01, 2013)
|
||||
------------------------------
|
||||
- Enable adding virtio-scsi disks (Chen Hanxiao)
|
||||
|
1648
po/bn_IN.po
1648
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1856
po/pt_BR.po
1856
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1485
po/sr@latin.po
1485
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1714
po/zh_CN.po
1714
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1744
po/zh_TW.po
1744
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -213,6 +213,17 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-1
|
||||
- virt-manager release 0.10.0
|
||||
- Merged code with python-virtinst. virtinst is no longer public
|
||||
- Port from GTK2 to GTK3 (Daniel Berrange, Cole Robinson)
|
||||
- Port from gconf to gsettings
|
||||
- Port from autotools to python distutils
|
||||
- Remove virt-manager-tui
|
||||
- Remove HAL support
|
||||
- IPv6 and static route virtual network support (Gene Czarcinski)
|
||||
- virt-install: Add --cpu host-passthrough (Ken ICHIKAWA, Hu Tao)
|
||||
|
||||
* Mon Apr 01 2013 Cole Robinson <crobinso@redhat.com> - 0.9.5-1
|
||||
- virt-manager release 0.9.5
|
||||
- Enable adding virtio-scsi disks (Chen Hanxiao)
|
||||
|
@ -56,7 +56,7 @@ def _setup_gsettings_path(schemadir):
|
||||
raise RuntimeError("Failed to compile local gsettings schemas")
|
||||
|
||||
|
||||
__version__ = "0.9.100"
|
||||
__version__ = "0.10.0"
|
||||
|
||||
__snapshot__ = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user