[Spice-commits] 2 commits - NEWS configure.ac
Christophe Fergau
teuf at kemper.freedesktop.org
Wed Jul 29 09:00:57 PDT 2015
NEWS | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 246825477f2aa75362e3ce3c46e68284e9fe1de4
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Wed Jul 29 17:46:59 2015 +0200
Post-release version bump
diff --git a/configure.ac b/configure.ac
index cb82da4..ece6672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 12)
-m4_define([SPICE_MICRO], 9)
+m4_define([SPICE_MICRO], 10)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
commit 715c007eb0fbe5b570cb049f5a415a7f89ceb664
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Wed Jul 29 17:44:07 2015 +0200
Release 0.12.9
diff --git a/NEWS b/NEWS
index 1df2893..be86c47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.12.9
+=======================
+* rename newly introduced SpiceImageCompress enum to SpiceImageCompression
+ as otherwise it was clashing with the definition used by older spice-server
+ releases, breaking QEMU build
+
Major changes in 0.12.8
=======================
* add LZ4 support
More information about the Spice-commits
mailing list