Update NEWS and soname. --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) Hey, It's high time that we have an unstable release, and I'd like to start converging towards a stable 0.14 release. So we could release a 0.13.90 release candidate (this patch), and hopefully release 0.14.0 soon if it proves not to be too bad ;) Christophe diff --git a/NEWS b/NEWS index eb994838d..784747e3f 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 95985a68d..e1e748621 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)], -- 2.13.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel