[Spice-devel] [PATCH] Release 0.10.3
Alon Levy
alevy at redhat.com
Tue May 8 08:24:24 PDT 2012
---
For RHEL packages mainly, where we added dependency on a non released
0.10.3 package. I'm not sure if we will need releases once we rebase all
our packages to a version using submodules for spice-common and spice-protocol,
but until we do we still have the dependency on the spice-protocol's version,
so be nice, and make a release.
NEWS | 9 +++++++++
configure.ac | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index dad5e48..2cbb824 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 0.10.3 (0.10.2 was never released)
+===================================================
+* Add support for video streams with differently sized (wxh) data
+* Add controller messages for USB redirection, COLOR_DEPTH, DISABLE_EFFECTS,
+ and ENABLE_SMARTCARD
+* Add name & uuid messages on main channel
+* some cleanups
+* Fixes RHBZ#815422, RHBZ#807295, RHBZ#787447
+
Major changes in 0.10.1
=======================
* Add support for a header without sublist and serial (mini header)
diff --git a/configure.ac b/configure.ac
index fa88184..bf7d949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 10)
-m4_define([SPICE_MICRO], 2)
+m4_define([SPICE_MICRO], 3)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
--
1.7.10.1
More information about the Spice-devel
mailing list