From nobody Thu Apr 25 11:32:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1605527028; cv=none; d=zohomail.com; s=zohoarc; b=B+AREBTjE5wx4TvbNNY2jpWMpIiUiS7gUAhJOmtrTsXxCn/gxFRhgSpZo1gnS4dYvYjVVvWyrCuCz/LUWsCECNJmWT1WCtgpgI8HpO/RlUS4cY3Xmc2JQLl7hVqROCRxVqrGfABp4PVtFZRoxkIoH3X5PtotV6I+ublmB6upW04= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1605527028; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=Tz86QKGJRFqr9O3l7RJRMa4b4wQN6Qe2D1pG/samFsA=; b=gGAq21X2ULXH5nk2Iubz3Y55Q6yyNH20A23mLio3QtkpecxDQ/mIbk/NlLgrjQBi60DMEXLfQVCa0B/DWeSsR2mEHg2FxfcNclL9cY4Z5PgJfn9fcbOvJ1cLfPNSqIY6xSHGc6Hxx55d8jq28le/EjVFypYDBTkLGAGwctmlUVg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 1605527028383618.1979285659143; Mon, 16 Nov 2020 03:43:48 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-140-cYKPzhKeOiG92V2E0AIGsA-1; Mon, 16 Nov 2020 06:43:44 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EA168803F4F; Mon, 16 Nov 2020 11:43:38 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 666EC5B4C1; Mon, 16 Nov 2020 11:43:37 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C44EC181A06C; Mon, 16 Nov 2020 11:43:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 0AGBhVlc025430 for ; Mon, 16 Nov 2020 06:43:31 -0500 Received: by smtp.corp.redhat.com (Postfix) id DE1961975F; Mon, 16 Nov 2020 11:43:31 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.40.193.237]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 00ADC1A3D6 for ; Mon, 16 Nov 2020 11:43:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605527027; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=Tz86QKGJRFqr9O3l7RJRMa4b4wQN6Qe2D1pG/samFsA=; b=YgO60OJxIhYNpNTphyeM2F9YDzRVzDJgErWCVndVLwB5DBDT5hpadj9O6tE9TGWeA7VKI5 xWYga/aqWPSdaq+92njwq1cQvVo+HTuLnpPzZXDi8xUSVn7dBbTN5/mDto8joAUAChI9H2 07l+oGAvP+e2SbCcb62sVOrgQkDf6p0= X-MC-Unique: cYKPzhKeOiG92V2E0AIGsA-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] news: Fix vertical and horizontal spacing Date: Mon, 16 Nov 2020 12:43:24 +0100 Message-Id: <20201116114324.10429-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- Pushed as trivial. NEWS.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index f4fc407b77..98303432f0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -33,6 +33,7 @@ v6.10.0 (unreleased) This drops support for Windows Server 2008R2 and 2012. The earliest supported version is now Windows 2012R2. =20 + v6.9.0 (2020-11-02) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 @@ -165,17 +166,17 @@ v6.8.0 (2020-10-01) =20 * qemu: Preserve qcow2 cluster size after external snapshots =20 - The new overlay image which is installed on top of the current chain wh= en - taking an external snapshot now preserves the cluser size of the origin= al - top image to preserve any performance tuning done on the original image. + The new overlay image which is installed on top of the current chain w= hen + taking an external snapshot now preserves the cluser size of the origi= nal + top image to preserve any performance tuning done on the original imag= e. =20 * **Bug fixes** =20 * qemu: Various (i)SCSI backed hostdev fixes =20 - (i)SCSI backed hostdevs now work again with an arbitrarily long - user-specified device alias and also honor the 'readonly' property afte= r a - recent rewrite. + (i)SCSI backed hostdevs now work again with an arbitrarily long + user-specified device alias and also honor the 'readonly' property aft= er a + recent rewrite. =20 * **Removed features** =20 --=20 2.26.2