Prep for release
This commit is contained in:
parent
d0ad31c168
commit
ecc039e8bc
10
NEWS
10
NEWS
|
@ -1,6 +1,16 @@
|
|||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.8.6 (Jan 14, 2011)
|
||||
----------------------------
|
||||
- SPICE support (requires spice-gtk) (Marc-André Lureau)
|
||||
- Option to configure CPU model
|
||||
- Option to configure CPU topology
|
||||
- Save and migration cancellation (Wen Congyang)
|
||||
- Save and migration progress reporting
|
||||
- Option to enable bios boot menu
|
||||
- Option to configure direct kernel/initrd boot
|
||||
|
||||
Release 0.8.5 (August 24, 2010)
|
||||
-------------------------------
|
||||
- Improved save/restore support
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
AC_INIT(virt-manager, 0.8.5)
|
||||
AC_INIT(virt-manager, 0.8.6)
|
||||
# Latest virtinst version required to run
|
||||
VIRTINST_VERSION="0.500.4"
|
||||
VIRTINST_VERSION="0.500.5"
|
||||
|
||||
AC_CONFIG_SRCDIR(src/virt-manager.py.in)
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
|
|
2521
po/bn_IN.po
2521
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
2574
po/pt_BR.po
2574
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2499
po/sr@latin.po
2499
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
2203
po/virt-manager.pot
2203
po/virt-manager.pot
File diff suppressed because it is too large
Load Diff
2504
po/zh_CN.po
2504
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
2573
po/zh_TW.po
2573
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
|
@ -153,6 +153,15 @@ fi
|
|||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2011 Cole Robinson <crobinso@redhat.com> - 0.8.6-1
|
||||
- SPICE support (requires spice-gtk) (Marc-André Lureau)
|
||||
- Option to configure CPU model
|
||||
- Option to configure CPU topology
|
||||
- Save and migration cancellation (Wen Congyang)
|
||||
- Save and migration progress reporting
|
||||
- Option to enable bios boot menu
|
||||
- Option to configure direct kernel/initrd boot
|
||||
|
||||
* Tue Aug 24 2010 Cole Robinson <crobinso@redhat.com> - 0.8.5-1
|
||||
- Improved save/restore support
|
||||
- Option to view and change disk cache mode
|
||||
|
|
Loading…
Reference in New Issue