Update for 0.4.1 release

This commit is contained in:
Daniel P. Berrange 2011-08-04 11:12:58 +01:00
parent cf1ae8bfab
commit 92672aee3b
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,6 +1,14 @@
Virt Viewer News
================
0.4.1: Aug 4, 2011
-------------------
- Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to
facilitate BSD builds
- Support multiple monitors with SPICE and QXL drivers
- Don't hardcode SSH port to 22 when tunnelling
0.4.0: Jul 12, 2011
-------------------

View File

@ -1,5 +1,5 @@
AC_INIT(virt-viewer, 0.4.0)
AC_INIT(virt-viewer, 0.4.1)
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms