mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
Prep for 0.4.2 release
This commit is contained in:
parent
5cf73d0a81
commit
111d80a8cb
19
NEWS
19
NEWS
@ -1,6 +1,25 @@
|
||||
Virt Viewer News
|
||||
================
|
||||
|
||||
0.4.2: Nov 9, 2011
|
||||
-------------------
|
||||
|
||||
- Fix exports of signal functions for GTK UI builder on Windows
|
||||
- Avoid crash if xmlParseURI fails
|
||||
- Fix inverted test for SSH port that broke tunnelling
|
||||
- Don't hardcode port numbers for SSH if not requested by user
|
||||
- Fix deadlock in event handling
|
||||
- Fix initial zoom level for all windows
|
||||
- Fix window title to include domain name
|
||||
- Fix hostname used when XML gives a wildcard IP address
|
||||
- Fix window title when waiting for domain to appear
|
||||
- Fix key shortcust for F9-F12 menus
|
||||
- Always ask libvirt for its canonical URI
|
||||
- Allow build without GTK-VNC (ie spice only)
|
||||
- Require GTK-VNC >= 0.4.3
|
||||
- Require SPICE-GTK >= 0.6.0
|
||||
|
||||
|
||||
0.4.1: Aug 4, 2011
|
||||
-------------------
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
AC_INIT(virt-viewer, 0.4.1)
|
||||
AC_INIT(virt-viewer, 0.4.2)
|
||||
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
|
||||
Loading…
Reference in New Issue
Block a user