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

Alexander Larsson alexl at kemper.freedesktop.org
Tue Jul 20 09:21:37 PDT 2010


 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 0e50cdbdc376c2c1b7ac54516168410b1f64b5cf
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 18:11:49 2010 +0200

    Update NEWS for 0.5.3

diff --git a/NEWS b/NEWS
index 04c3dc4..014c564 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 0.5.3:
+=======================
+
+Major changes in this release:
+* Various changes in the network protocol to make it more efficient.
+* New commandline arguments to enable/disable jpeg and zlip-over-glz.
+* Initial work on clipboard sharing added
+* Fix color channel order for mjpegs when connecting to older spice
+   server.
+
 Major changes in 0.5.2:
 =======================
 
commit 6addcbb70dd2a0509c696c42588d78f74a231fd8
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 18:07:02 2010 +0200

    Require spice-protocol 0.5.3 or later

diff --git a/configure.ac b/configure.ac
index afacaee..09da5a1 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)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.5.3)
 AC_SUBST(PROTOCOL_CFLAGS)
 
 AC_CHECK_LIBM
commit 61a14dc5c293be3bb9a6823510dd0bfcfc936b98
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 18:06:22 2010 +0200

    Bump version to 0.5.3

diff --git a/configure.ac b/configure.ac
index 26da3f0..afacaee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
 
 m4_define([SPICE_MAJOR], 0)
 m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 2)
+m4_define([SPICE_MICRO], 3)
 
 AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
 


More information about the Spice-commits mailing list