Prep for 0.4.2 release

This commit is contained in:
Daniel P. Berrange 2011-11-09 15:13:11 +00:00
parent 5cf73d0a81
commit 111d80a8cb
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -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
-------------------

View File

@ -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