[Spice-commits] 3 commits - NEWS configure.ac spice-common
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Aug 4 15:28:51 UTC 2016
NEWS | 15 +++++++++++++++
configure.ac | 4 ++--
spice-common | 2 +-
3 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit 2a2a3585e6896caa571b3fbc7786cc79fbf19b02
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Aug 4 17:12:38 2016 +0200
build: Update libtool versioning for 0.13.2
diff --git a/configure.ac b/configure.ac
index 4923b40..f8284f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,9 @@ AC_PREREQ([2.57])
# then set age to 0.
#
dnl TODO see server/spice-char.h TODO comment for API breakage
-m4_define([SPICE_CURRENT], [12])
+m4_define([SPICE_CURRENT], [13])
m4_define([SPICE_REVISION], [0])
-m4_define([SPICE_AGE], [11])
+m4_define([SPICE_AGE], [12])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
[spice-devel at lists.freedesktop.org], spice)
commit 8f4547747e04117488a1ce55886306783f500cd0
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Aug 4 11:37:12 2016 +0200
Update spice-common
This brings these changes:
Christophe Fergeau (6):
Update verify.h to latest version
codegen: Remove unused write_message_marshaller argument
Adjust verify.h licence
codegen: Fix 'registred' typo
codegen: Use "" rather than <> for cmdline includes
codegen: Autogenerate client_marshallers.h
Eduardo Lima (Etrunko) (1):
Use explicit path for inclusion
Francois Gouget (1):
codegen: Fix compatibility with Python 2.6
Frediano Ziglio (4):
add a check for negate cases on enumerations
extend a comment for type attributes
Use a macro to simplify ring_get_length
codegen: Improve header guard generation
Pavel Grunt (1):
codegen: Do not generate extra null check
diff --git a/spice-common b/spice-common
index 5359304..38047fb 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 535930471320fb370c3027c158a1944a9729ce93
+Subproject commit 38047fb46f7e1211bbc20d9a81c8fae19b8f8bf4
commit da6cb31e8504eb67f8369d195cd1f042c7dbfa42
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Fri Jul 8 17:03:21 2016 +0200
Update NEWS for 0.13.2
diff --git a/NEWS b/NEWS
index ecedcd8..e1b0217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Major Changes in 0.13.2:
+========================
+
+*** IMPORTANT ***
+The 0.13.x release series is an unstable release series, if you are looking for
+stability for daily use, please use the latest 0.12.x release. We are trying to
+keep the code as functional as 0.12, but regressions or bugs could still happen.
+
+* Fixes for various CVEs
+* Added GStreamer support to the video streaming code
+* Fix old migration bug causing migration to never end in some cases
+* Fix some vdagent-related regressions introduced in 0.13.1
+* Added lz4 compression to the spicevmc channel
+* Ongoing code cleanups
+
Major changes in 0.13.1:
========================
More information about the Spice-commits
mailing list