Updates for 0.4.0 release

This commit is contained in:
Daniel P. Berrange 2011-07-12 11:49:06 +01:00
parent ebf5e088c6
commit a9c310dbce
2 changed files with 18 additions and 1 deletions

17
NEWS
View File

@ -1,6 +1,23 @@
Virt Viewer News
================
0.4.0: Jul 12, 2011
-------------------
- Require SPICE-GTK >= 0.6
- Hide menu bar when going fullscreen
- Support building against GTK2 or GTK3
- Convert from Glade to GtkBuilder
- Honour 'listen' attribute from <graphics> XML when connecting
- Fix reconnection after authentication failure
- Make --verbose flag actually do something
- Enable scaling with SPICE to match VNC behaviour
- Rewrite widget resizing code to (try to) be more reliable
- Fill extra space outside guest display with black
- Fix (null) in title bar while not connected
- Fix multiple memory leaks
- Fix reconnecting to display with SPICE
0.3.1: Feb 21, 2011
-------------------

View File

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