[Spice-commits] 2 commits - NEWS configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Tue Oct 6 08:25:36 PDT 2015


 NEWS         |    2 +-
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9e75019e653f4f79d5287ba8288726ad88f97fee
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jun 12 15:17:38 2015 +0100

    build-sys: bump libtool version information
    
    As one interface was added bump the version and put a comment to avoid
    too much updates.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/configure.ac b/configure.ac
index 61f8dcd..8ab4c4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,9 +11,9 @@ AC_PREREQ([2.57])
 # - If any interfaces have been removed or changed since the last public release,
 #   then set age to 0.
 #
-m4_define([SPICE_CURRENT], [10])
+m4_define([SPICE_CURRENT], [11])
 m4_define([SPICE_REVISION], [0])
-m4_define([SPICE_AGE], [9])
+m4_define([SPICE_AGE], [10])
 
 AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [spice-devel at lists.freedesktop.org], spice)
commit ee1beff2ab0961066c71466a195430fb2473240d
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Oct 6 17:08:50 2015 +0200

    Mention the 2 recently fixed CVEs in NEWS

diff --git a/NEWS b/NEWS
index a6312e2..a33f6cf 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Major changes in 0.12.6:
 * LZ4 support
 * Let clients specify their preferred image compression format
 * Allow to record and replay a spice-server session
-* Fix for CVE-2015-3247
+* Fixes for CVE-2015-3247 CVE-2015-5260 and CVE-2015-5261
 * spice-protocol submodule has been removed,, spice-protocol must now be
   installed when building spice-server
 * Remove write polling in chardevs to reduce wakeups


More information about the Spice-commits mailing list