Release v0.5.3

This commit is contained in:
Marc-André Lureau 2012-05-14 20:07:43 +02:00
parent cffee9c27d
commit ceb38d1c20
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,6 +1,22 @@
Virt Viewer News
================
0.5.3: May 14, 2012
-------------------
- Add support for raw IPv6 addresses
- Add a remote-viewer.desktop file and register spice:// handling
- Add a simple connection dialog to remote-viewer
- Add remote-viewer --fullscreen=auto-conf option, to update guest
monitors configuration to match client
- Spice controller support for disable-effects, color-depth and
usbredir
- Spice controller interaction fixes
- Windows version and nsis installer improvements
- Import newer translations from transifex
- Misc reference leak / crash bugs fixed
0.5.2: Mar 09, 2012
-------------------

View File

@ -1,5 +1,5 @@
AC_INIT(virt-viewer, 0.5.2)
AC_INIT(virt-viewer, 0.5.3)
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])