[Spice-commits] 3 commits - configure.ac NEWS

Alexander Larsson alexl at kemper.freedesktop.org
Tue Aug 31 05:48:24 PDT 2010


 NEWS         |   12 ++++++++++++
 configure.ac |    6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit fc2a84eb5beb4424d99121e2ed79c6bebefaf27e
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Aug 31 14:42:20 2010 +0200

    Bump version to 0.6.0

diff --git a/configure.ac b/configure.ac
index 93a0204..3369dde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.57])
 
 m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MINOR], 6)
+m4_define([SPICE_MICRO], 0)
 
 AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
 
commit 0fb07f07eaaf26140e2897172af0f4fd3d7c3d01
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Aug 31 14:41:44 2010 +0200

    Require spice-protocol 0.6.0

diff --git a/configure.ac b/configure.ac
index d05b834..93a0204 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,7 @@ AM_CONDITIONAL(SUPPORT_GL, test "x$have_opengl" = "xyes")
 dnl =========================================================================
 dnl Check deps
 
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.5.3)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)
 AC_SUBST(PROTOCOL_CFLAGS)
 
 AC_CHECK_LIBM
commit c0583f6fe82b38f3969a309a90a65ea0f2f8347a
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Aug 31 14:11:05 2010 +0200

    Update NEWS for release

diff --git a/NEWS b/NEWS
index 5d7baa3..b5845e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 0.6.0:
+=======================
+Major changes in this releas:
+* Various bugfixes
+* Make build work on arm7
+* Fix build for python 2.5
+* Don't allow video streams on non-primary surface
+* Fix shared memory leaks in client
+* Add some new libspice-server APIs for configuration options
+* Convert SpiceVDIPort API to generic SpiceCharDevice API
+* Add capabilities negotiation to agent
+
 Major changes in 0.5.3:
 =======================
 


More information about the Spice-commits mailing list