From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSK1j-0004yU-Qi for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:58:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSK1e-00067F-43 for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:58:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42712) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSK1c-000650-BS for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:58:29 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 231FF309178F for ; Thu, 29 Nov 2018 10:58:27 +0000 (UTC) References: <20181128153858.11845-1-berrange@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 29 Nov 2018 11:58:22 +0100 MIME-Version: 1.0 In-Reply-To: <20181128153858.11845-1-berrange@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [qemu-web PATCH v2] download: document version numbering scheme List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "=?UTF-8?Q?Daniel_P._Berrang=c3=a9?=" , qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= On 2018-11-28 16:38, Daniel P. Berrang=C3=A9 wrote: > The new version numbering scheme was mentioned in the blog post > announcing 3.0 previously, but this will fall out of view over > time. It is thus preferrable to mention this on the download page > too. >=20 > Reported-by: Marc-Andr=C3=A9 Lureau > Signed-off-by: Daniel P. Berrang=C3=A9 > --- > download.html | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/download.html b/download.html > index 5a1e4ea..bbdc00c 100644 > --- a/download.html > +++ b/download.html > @@ -39,6 +39,30 @@ permalink: /download/ > {% include_relative _download/source.html %} > > > + > +

Version numbering

> +
> +

> + Since version 3.0.0, QEMU uses a time based version numbering scheme= : > +

> +
    > +
    major
    > +
    incremented by 1 for the first release of the year
    > +
    minor
    > +
    reset to 0 with every major increment, otherwise incremented by 1 = for each release from git master
    > +
    micro
    > +
    always 0 for releases from git master, incremented by 1 for each s= table branch release
    > +
HTML validator (https://validator.w3.org) complains here: * Element dt not allowed as child of element ul in this context. * Element dt not allowed as child of element ul in this context. Since I don't want to mess up your intended formatting, could you please fix it on your own and send a v3? Thanks, Thomas