[Spice-commits] 2 commits - NEWS configure.ac spice-common
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Jul 27 08:01:10 UTC 2017
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
spice-common | 2 +-
3 files changed, 21 insertions(+), 2 deletions(-)
New commits:
commit 34dff543bef7a5201f41c72353a65840bd37c275
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Mon Jul 3 18:21:18 2017 +0200
Prepare for 0.13.90 release
Update NEWS and soname.
diff --git a/NEWS b/NEWS
index eb994838..784747e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major Changes in 0.13.90:
+=========================
+
+*** IMPORTANT ***
+0.13.90 is the first release candidate for the stable 0.14.x series. While some
+bugs might still be present, it should be reasonably stable. If you are looking
+for stability for daily use, please keep using the latest 0.12.x release.
+
+* Close TCP connection early when client did not send the correct SPICE magic
+ bytes: this allows VNC clients to gracefully fail when connecting to a SPICE
+ port
+* Fixes for CVE-2016-9577, CVE-2016-9578 and CVE-2017-7506
+* Fix client being disconnected after migration (bug introduced in 0.13.3)
+* Add a --enable-statistics configure option
+* GLIB 2.28 is now a required build time dependency (used to be 2.22)
+* Add VP9 encoding support when GStreamer is being used and misc
+ streaming/encoding improvements
+* more code refactoring/reorganization work
+
Major Changes in 0.13.3:
========================
diff --git a/configure.ac b/configure.ac
index 95985a68..e1e74862 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.57])
#
dnl TODO see server/spice-char.h TODO comment for API breakage
m4_define([SPICE_CURRENT], [13])
-m4_define([SPICE_REVISION], [1])
+m4_define([SPICE_REVISION], [2])
m4_define([SPICE_AGE], [12])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
commit 4b956164ef6915b523a6d4e4fda94b132ccdd7fc
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Mon Jul 3 17:59:31 2017 +0200
build: Update spice-common
Christophe Fergeau (3):
log: Follow spice style guidelines for #include in log.h
log: Define G_LOG_DOMAIN as early as possible
canvas: Don't try to unref NULL pixman_image_t
Christophe de Dinechin (3):
Style adjustment - Making code match surrounding style
Use space and not colon to separate log domains
Avoid clang warnings on casts with stricter alignment requirements
Frediano Ziglio (14):
codegen: Allows to specify license of generated files
codegen: Fix license name
log: Do not check impossible function return
log: Optimise glib_debug_level check
log: Check log level from spice_logv
fix indentation on previous patch
log: Use GLib logging levels directly
Use SPICE_ATTR_PACKED instead of custom ATTR_PACKED
canvas-base: Do not attempt useless cast on stride adjustment
quic: constantify some variable
log: remove spice_static_assert macro
quic: Fix typo in function names
log: Forbid the usage of obsolete SPICE_LOG_DOMAIN
log: Force format in log macro to be a string
diff --git a/spice-common b/spice-common
index 0996c33d..a25ebbac 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 0996c33d6d13d4d89ab99ad7f447fdf984982c0c
+Subproject commit a25ebbac56f86f12ef14b2a60609a14dc5109d7d
More information about the Spice-commits
mailing list