[Spice-commits] configure.ac NEWS

Alon Levy alon at kemper.freedesktop.org
Sun Sep 2 11:19:19 PDT 2012


 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 6e42db2750f9e23cc7b864bab68f60b361b93a03
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Sep 2 21:18:38 2012 +0300

    Release 0.12.1

diff --git a/NEWS b/NEWS
index fa02b1e..4b16ba8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.12.1
+=======================
+* Support seamless migration.
+* New QXLComposite message for better X support.
+* Support arbitrary scancode message INPUTS_KEY_SCANCODE.
+
 Major changes in 0.12.0
 =======================
 * Add support for arbitrary resolution on Windows QXL with
diff --git a/configure.ac b/configure.ac
index 07e9c75..b4a9cca 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], 0)
+m4_define([SPICE_MICRO], 1)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
 


More information about the Spice-commits mailing list