summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-05-19 11:51:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-05-19 11:54:34 +0200
commit1f6f9097c306704b2be3a34fdbb9ec93e6c3f229 (patch)
tree16b47c4b91822231e02626f87b99f05def34c2c7
parent58c1b4aeb85167c44fea0813771d1c33c9acacb7 (diff)
Release 0.12.7v0.12.7
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23b83d2..8fcc327 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.12.7
+=======================
+* add support for Webdav channel
+* add support for the Opus codec
+
Major changes in 0.12.6
=======================
* add adaptive video streaming support:
diff --git a/configure.ac b/configure.ac
index 0517b5b..0ea8d6b 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], 6)
+m4_define([SPICE_MICRO], 7)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)