mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
Prep for 0.5.1 release
This commit is contained in:
parent
302e4fc019
commit
4267b9ee0f
11
NEWS
11
NEWS
@ -1,6 +1,17 @@
|
|||||||
Virtual Machine Manager News
|
Virtual Machine Manager News
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
Release 0.5.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
This release improves upon the remote management capabilities. It can
|
||||||
|
now tunnel connections to the VNC server over SSH. It avoids prompting
|
||||||
|
for SSH passwords on the console. Handling of VNC connections & retries
|
||||||
|
is made more robust. There is support for changing CDROM media on the
|
||||||
|
fly (requires suitably updated libvirt). There is ability to PXE boot
|
||||||
|
install fullyvirtualized guests. Connetions to hypervisors are opened
|
||||||
|
in the background to avoid blocking the whole UI.
|
||||||
|
|
||||||
Release 0.5.0
|
Release 0.5.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_INIT(virt-manager.spec.in)
|
AC_INIT(virt-manager.spec.in)
|
||||||
AM_INIT_AUTOMAKE(virt-manager, 0.5.0)
|
AM_INIT_AUTOMAKE(virt-manager, 0.5.1)
|
||||||
|
|
||||||
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"
|
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])
|
IT_PROG_INTLTOOL([0.35.0], [no-xml])
|
||||||
|
@ -140,6 +140,13 @@ fi
|
|||||||
%{_datadir}/man/man1/%{name}.1*
|
%{_datadir}/man/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 25 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.1-1
|
||||||
|
- Open connections in background
|
||||||
|
- Make VNC connection retries more robust
|
||||||
|
- Allow changing of CDROM media on the fly
|
||||||
|
- Add PXE boot installation of HVM guests
|
||||||
|
- Allow tunnelling VNC over SSH
|
||||||
|
|
||||||
* Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.0-1
|
* Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.0-1
|
||||||
- Support for managing remote hosts
|
- Support for managing remote hosts
|
||||||
- Switch to use GTK-VNC for the guest console
|
- Switch to use GTK-VNC for the guest console
|
||||||
|
Loading…
Reference in New Issue
Block a user