[Spice-commits] 2 commits - configure.ac meson.build NEWS
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jan 11 17:31:50 UTC 2019
NEWS | 6 ++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 578b92e635942c2025c4f9803f4f261162a66ec6
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Fri Jan 11 21:05:44 2019 +0400
build-sys: post-release version bump 0.12.16
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
diff --git a/configure.ac b/configure.ac
index fcdbefc..eb1b314 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], 15)
+m4_define([SPICE_MICRO], 16)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
diff --git a/meson.build b/meson.build
index 55cef0c..b457693 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# project definition
#
project('spice-protocol', 'c',
- version : '0.12.15',
+ version : '0.12.16',
license : 'BSD',
meson_version : '>= 0.41.0')
commit 9e4414834dde37a96a6824a38ab64ab3c2a8f8c4
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Fri Jan 11 21:05:27 2019 +0400
NEWS: prepare for 0.12.15 release
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/NEWS b/NEWS
index d17acba..c78a58b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.12.15
+========================
+* Add support for h265 video codec
+* qxl_dev: Align QXLRam to 4 bytes
+* meson: fix spice-protocol as subproject
+
Major changes in 0.12.14
========================
* add stream-device protocol
More information about the Spice-commits
mailing list