From patchwork Wed Oct 4 09:31:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 821223 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y6Vzb1pw7z9sMN for ; Wed, 4 Oct 2017 20:32:09 +1100 (AEDT) Received: from localhost ([::1]:33887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzg2A-0003j0-Vk for incoming@patchwork.ozlabs.org; Wed, 04 Oct 2017 05:32:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzg1n-0003hG-HJ for qemu-devel@nongnu.org; Wed, 04 Oct 2017 05:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzg1k-0007Qm-7i for qemu-devel@nongnu.org; Wed, 04 Oct 2017 05:31:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43788) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzg1k-0007Qf-11 for qemu-devel@nongnu.org; Wed, 04 Oct 2017 05:31:40 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E17C880E73; Wed, 4 Oct 2017 09:31:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E17C880E73 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=thuth@redhat.com Received: from thh440s.str.redhat.com (dhcp-192-189.str.redhat.com [10.33.192.189]) by smtp.corp.redhat.com (Postfix) with ESMTP id 47E2E5C1A1; Wed, 4 Oct 2017 09:31:38 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org Date: Wed, 4 Oct 2017 11:31:37 +0200 Message-Id: <1507109497-5365-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 04 Oct 2017 09:31:39 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [qemu-web PATCH] Add a blog post about the release of version 2.10.1 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Michael Roth Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Content is based on Michael Roth's announce e-mail for this release. Signed-off-by: Thomas Huth --- _posts/2017-10-04-qemu-2-10-1.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _posts/2017-10-04-qemu-2-10-1.md diff --git a/_posts/2017-10-04-qemu-2-10-1.md b/_posts/2017-10-04-qemu-2-10-1.md new file mode 100644 index 0000000..6fa00fa --- /dev/null +++ b/_posts/2017-10-04-qemu-2-10-1.md @@ -0,0 +1,21 @@ +--- +layout: post +title: "QEMU stable version 2.10.1 released" +date: 2017-10-04 11:00:00 +0200 +categories: [releases, 'qemu 2.10'] +--- +We are pleased to announce that the QEMU v2.10.1 stable release +is now available! You can grab the tarball from our +[download page](https://www.qemu.org/download/#source). + +Version 2.10.1 is now tagged in the official +[qemu.git repository](https://git.qemu.org/?p=qemu.git;a=shortlog;h=v2.10.1) +(where you can also find the changelog with details), and the +[stable-2.10 branch](https://git.qemu.org/?p=qemu.git;a=shortlog;h=refs/heads/stable-2.10) +has been updated accordingly. + +Apart from the normal range of general fixes, this update contains security +fixes addressing guest-induced crashing of host QEMU process (CVE-2017-13672, +CVE-2017-13673) and possible code injection into host QEMU process via a +crafted multiboot ELF kernel when specified directly via QEMU command-line +option (CVE-2017-14167). Please update accordingly.