mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Prep for release
This commit is contained in:
parent
1029e8eb32
commit
a6e0531dfc
12
NEWS
12
NEWS
@ -1,6 +1,18 @@
|
||||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.9.0 (July 26, 2011)
|
||||
-----------------------------
|
||||
- Use a hiding toolbar for fullscreen mode
|
||||
- Use libguestfs to show guest packagelist and more (Richard W.M. Jones)
|
||||
- Basic 'New VM' wizard support for LXC guests
|
||||
- Remote serial console access (with latest libvirt)
|
||||
- Remote URL guest installs (with latest libvirt)
|
||||
- Add Hardware: Support <filesystem> devices
|
||||
- Add Hardware: Support <smartcard> devices (Marc-André Lureau)
|
||||
- Enable direct interface selection for qemu/kvm (Gerhard Stenzel)
|
||||
- Allow viewing and changing disk serial number
|
||||
|
||||
Release 0.8.7 (March 24, 2011)
|
||||
------------------------------
|
||||
- Allow renaming an offline VM
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
AC_INIT(virt-manager, 0.8.7)
|
||||
AC_INIT(virt-manager, 0.9.0)
|
||||
# Latest virtinst version required to run
|
||||
VIRTINST_VERSION="0.500.6"
|
||||
VIRTINST_VERSION="0.600.0"
|
||||
|
||||
AC_CONFIG_SRCDIR(src/virt-manager.py.in)
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
|
2404
po/bn_IN.po
2404
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
2407
po/pt_BR.po
2407
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2397
po/sr@latin.po
2397
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
2390
po/zh_CN.po
2390
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
2389
po/zh_TW.po
2389
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -247,6 +247,17 @@ update-desktop-database -q %{_datadir}/applications
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-1
|
||||
- Use a hiding toolbar for fullscreen mode
|
||||
- Use libguestfs to show guest packagelist and more (Richard W.M. Jones)
|
||||
- Basic 'New VM' wizard support for LXC guests
|
||||
- Remote serial console access (with latest libvirt)
|
||||
- Remote URL guest installs (with latest libvirt)
|
||||
- Add Hardware: Support <filesystem> devices
|
||||
- Add Hardware: Support <smartcard> devices (Marc-André Lureau)
|
||||
- Enable direct interface selection for qemu/kvm (Gerhard Stenzel)
|
||||
- Allow viewing and changing disk serial number
|
||||
|
||||
* Thu Mar 24 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-1
|
||||
- Allow renaming an offline VM
|
||||
- Spice password support (Marc-André Lureau)
|
||||
|
Loading…
Reference in New Issue
Block a user