From patchwork Mon Sep 3 17:53:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?S=C3=B8ren_Sandmann?= X-Patchwork-Id: 181400 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6FDDE2C008F for ; Tue, 4 Sep 2012 03:51:22 +1000 (EST) Received: from localhost ([::1]:35475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8anw-0000jp-HA for incoming@patchwork.ozlabs.org; Mon, 03 Sep 2012 13:51:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8ang-0000jZ-9H for qemu-devel@nongnu.org; Mon, 03 Sep 2012 13:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8anf-0003Zd-Cu for qemu-devel@nongnu.org; Mon, 03 Sep 2012 13:51:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8anf-0003Ys-3L for qemu-devel@nongnu.org; Mon, 03 Sep 2012 13:51:03 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q83Hp1Kf030817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 Sep 2012 13:51:01 -0400 Received: from dhcp-100-3-184.bos.redhat.com (dhcp-189-4.bos.redhat.com [10.16.189.4]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q83Howje024642; Mon, 3 Sep 2012 13:51:01 -0400 From: =?UTF-8?q?S=C3=B8ren=20Sandmann?= To: spice-devel@freedesktop.org, qemu-devel@nongnu.org Date: Mon, 3 Sep 2012 13:53:55 -0400 Message-Id: <1346694835-23590-5-git-send-email-sandmann@cs.au.dk> In-Reply-To: <1346694835-23590-1-git-send-email-sandmann@cs.au.dk> References: <1346694835-23590-1-git-send-email-sandmann@cs.au.dk> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id q83Hp1Kf030817 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Subject: [Qemu-devel] [PATCH 5/5] Bump spice.h version number to 0.11.4 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Søren Sandmann Pedersen No new symbols are added, but there is an addition to QXLInterface: void (*set_client_capabilities)(QXLInstance *qin, uint8_t client_present, uint8_t caps[58]); --- server/spice.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/spice.h b/server/spice.h index 9d65efa..71adfb6 100644 --- a/server/spice.h +++ b/server/spice.h @@ -22,7 +22,7 @@ #include #include -#define SPICE_SERVER_VERSION 0x000b02 /* release 0.11.2 */ +#define SPICE_SERVER_VERSION 0x000b04 /* release 0.11.4 */ /* interface base type */