mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-03 20:20:39 -06:00
Update for new release
This commit is contained in:
parent
2b8ea6bbce
commit
2843bb16fe
26
NEWS
26
NEWS
@ -1,6 +1,32 @@
|
||||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.5.4
|
||||
-------------
|
||||
|
||||
This release focuses on minor feature enhancement and bug fixes. Using
|
||||
the new GTK-VNC accelerated scaling support, the guest console window
|
||||
can be smoothly resized to fill the screen. The SSH username is passed
|
||||
through to the VNC console when tunnelling. Adding bridged network
|
||||
devices is fixed. Support for all libvirt authentication methods is
|
||||
enabled including Kerberos and PolicyKit. Solaris portability fix for
|
||||
the text console. Support for detecting bonding and VLAN devices for
|
||||
attaching guest NICs. Allow fullvirt guests to install off kernel and
|
||||
initrd as well as existing CDROM methods. Fix invocation of DBus methods
|
||||
to use an interface. Allow setting of autostart flag, and changing boot
|
||||
device ordering. Control the new VM wizard based on declared hypervisor
|
||||
capabilities.
|
||||
|
||||
Release 0.5.3
|
||||
-------------
|
||||
|
||||
This is a bug fix release. The sizing of the VNC window is fixed for
|
||||
screens where the physical size is less than the guest screen size.
|
||||
The 'new vm' button is switched back to its old (more obvious style/
|
||||
placement). Restore of VMs is working again for local connections. A
|
||||
menu for sending special key sequences to the guest is added. Lots of
|
||||
other misc bug fixes
|
||||
|
||||
Release 0.5.2
|
||||
-------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_INIT(virt-manager.spec.in)
|
||||
AM_INIT_AUTOMAKE(virt-manager, 0.5.3)
|
||||
AM_INIT_AUTOMAKE(virt-manager, 0.5.4)
|
||||
|
||||
ALL_LINGUAS="bg bn_IN bs ca cs da de es fi fr gu hi hr hu is it ja kn ko ml mr ms nb nl or pa pl pt_BR pt ro ru sr@Latn sr sv ta te tr uk zh_CN zh_TW"
|
||||
IT_PROG_INTLTOOL([0.35.0], [no-xml])
|
||||
|
@ -142,6 +142,10 @@ fi
|
||||
%{_datadir}/man/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 10 2008 Daniel P Berrange <berrange@redhat.com> - 0.5.4-1
|
||||
- Use capabilities XML when creating guests
|
||||
- Allow scaling of VNC window
|
||||
|
||||
* Thu Jan 10 2008 Daniel P Berrange <berrange@redhat.com> - 0.5.3-1
|
||||
- Reintroduce 'new' button
|
||||
- Make restore work again
|
||||
|
Loading…
Reference in New Issue
Block a user