[Spice-commits] configure.ac NEWS

Yonit Halperin yhalperi at kemper.freedesktop.org
Thu Jun 27 06:35:45 PDT 2013


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

New commits:
commit 784407f248e7f99d2bfcc9368f9acd1efb2b9617
Author: Yonit Halperin <yhalperi at redhat.com>
Date:   Wed Jun 26 14:02:40 2013 -0400

    Release 0.12.6

diff --git a/NEWS b/NEWS
index a602292..23b83d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 0.12.6
+=======================
+* add adaptive video streaming support:
+  control playback latency and receive playback
+  reports from the client.
+* add agent capabilities for signaling guest line ending.
+
 Major changes in 0.12.5
 =======================
 * Add agent file xfer success status
diff --git a/configure.ac b/configure.ac
index 7a3808a..0517b5b 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], 5)
+m4_define([SPICE_MICRO], 6)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
 


More information about the Spice-commits mailing list