Release 0.9.2

This commit is contained in:
Yonit Halperin 2011-10-09 14:44:14 +02:00
parent c39d842ff1
commit aefe01c02c
3 changed files with 10 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Major changes in 0.9.2:
=======================
* !Development Release!
* server: semi-seamless migration support (RHBZ 738266)
* client: semi-seamless migration support (RHBZ 725009, 738270)
* Various bugfixes / cleanups
* require spice-protocol >= 0.9.1
Major changes in 0.9.1:
=======================
* !Development Release!

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 9)
m4_define([SPICE_MICRO], 1)
m4_define([SPICE_MICRO], 2)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)

View File

@ -89,5 +89,6 @@ global:
spice_server_record_set_mute;
spice_server_record_set_volume;
spice_server_get_num_clients;
spice_server_migrate_connect;
} SPICE_SERVER_0.8.2;