summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-06-26 14:02:40 -0400
committerYonit Halperin <yhalperi@redhat.com>2013-06-26 14:02:40 -0400
commit784407f248e7f99d2bfcc9368f9acd1efb2b9617 (patch)
tree1f723b74ce57a2811110cceab7804ad17cb449a1
parent7be0e88e7e03a956b364cc847aad11b96ed47273 (diff)
Release 0.12.6
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
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)