From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6663547393263271936 X-Received: by 2002:a1c:cfc8:: with SMTP id f191mr166678wmg.17.1551768684022; Mon, 04 Mar 2019 22:51:24 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:4083:: with SMTP id n125ls191115wma.4.canary-gmail; Mon, 04 Mar 2019 22:51:23 -0800 (PST) X-Google-Smtp-Source: APXvYqzIhcPkYWx9ZgEyzzHXCD3XbOzd+nZIVhO+eWGe4JCBA2/8phIyIoLQRxlehHs+GC6c0Trd X-Received: by 2002:a1c:9dc1:: with SMTP id g184mr181823wme.20.1551768683438; Mon, 04 Mar 2019 22:51:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551768683; cv=none; d=google.com; s=arc-20160816; b=bvETlJfx9+8rLGeRbyzizdL+6HIf52+1QcPFwgNzMq/uppoqEL6RVGSlQOXPPctaI1 L7cVppY4exui5LfduJ3FRTIqMCEGzSJ692RBj4++69jzWKMYPPbAzbQVNGMU0Jop+ARj Ii7rkrWjJs5u7MR+V50Im+jgC12DYmGTQXXaJG4uOvsAc6rofOHxNhjywn8y8k7y9w+y VWiu6aS4mGF5i0R7QLtwjfK0leRn+kOuADgi3depe5IBAegwoJV9HMe3pGGFuvBbYSip x/iITjcAtoAdfSa6QU4p6i7FZffUWumnp1/gGIXfSEFrh21EX53tQgRQ5MoV2iU9fg75 GPkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=HkJstrDcXjF8zpR2KuOKZKseVnj2kIKGXPiN2aMt63c=; b=bDC3QhfpO/LPHi/byuvkNqcMxMBdLdzBcFfVoSmItif/9ysZ9WFslifg8FFWyo0f/1 3bvedtp7gNEFpPhZt149Q8VZUWGMm4CQy1jHBR5g2/o0iVKo/dFfP1qWFefg/Pr4DBDq hsIJXFR0vzhSH1GO+XdEzY2qgDOBAvjaBsmw9GJsU0/iGrpSCI3zcomyCidSALO04Ql8 hwBSILaUAFOKUHQesghXNVT4H3WZWRgITg2nGbx3M33kGUteFBbM23DD5lNvMNvEV9oy aZxNnm7EemU3WEcSJ+xxRPfJxG8b4em4hKT9armXukbhMFrZDjGrifdd2NR2+qrEWWzx l6bw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id c24si379274wml.0.2019.03.04.22.51.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Mar 2019 22:51:23 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x256pM4i024959 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 5 Mar 2019 07:51:23 +0100 Received: from [167.87.39.36] ([167.87.39.36]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x256pMpM010548; Tue, 5 Mar 2019 07:51:22 +0100 Subject: Re: [PATCH 1/1] changelog: v0.7-rc1 To: "Maxim Yu. Osipov" , isar-users@googlegroups.com References: <20190301220644.21866-1-mosipov@ilbers.de> <20190301220644.21866-2-mosipov@ilbers.de> <2b55cf09-625e-9508-0ffc-6056d9ea7681@siemens.com> <5a690032-0b72-a41c-60dc-927d64dc5f28@ilbers.de> From: Jan Kiszka Message-ID: <1bb58340-6c60-d7bd-c8d7-08ad2574061f@siemens.com> Date: Tue, 5 Mar 2019 07:51:22 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <5a690032-0b72-a41c-60dc-927d64dc5f28@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: gupSgMpt7tHY On 05.03.19 07:28, Maxim Yu. Osipov wrote: > On 3/4/19 8:51 AM, Jan Kiszka wrote: >> On 01.03.19 23:06, Maxim Yu. Osipov wrote: >>> Signed-off-by: Maxim Yu. Osipov >>> --- >>>   ChangeLog                   | 27 +++++++++++++++++++++++++++ >>>   RECIPE-API-CHANGELOG.md     |  6 +++--- >>>   Supported_Configurations.md |  2 +- >>>   3 files changed, 31 insertions(+), 4 deletions(-) >>>   create mode 100644 ChangeLog >>> >>> diff --git a/ChangeLog b/ChangeLog >>> new file mode 100644 >>> index 0000000..1be4e8c >>> --- /dev/null >>> +++ b/ChangeLog >>> @@ -0,0 +1,27 @@ >>> +Release v0.7 >>> + >>> + * Improved CI scripts >>> + * Added setting of root (encrypted) password >>> + * Added support for UBI file system images >>> + * Added support of "apt://" in SRC_URI to fetch/unpack/rebuild an upstream >>> package >>> + * Renamed example-hello to hello-isar to avoid collisions with Debian hello >>> + * Moved debian distro conf files from meta-isar to meta >>> + * Added support of tar.gz images >>> + * Debian "raw" packages are built using the whole dpkg-buildpackage workflow >>> + * Supported host system >= stretch >>> + * bitbake updated to the 19dee675 >>> + * Added LeMaker HiKey board support >>> + * Added Terasic DE0-Nano-SoC support >>> + * Added option to create local apt repo caching upstream Debian packages >>> + >>> +Release v0.6 >>> + >>> + * Migration to deboostrap from multistrap as later is deprecated >>> + * WIC support is integrated >>> + * Added cross compilation support >>> + * Added SDK root filesystem creation >>> + * Added Debian buster support >>> + * Dropped wheezy support >>> + * Added Banana Pi support >>> + >>> +Release v0.5 >>> diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md >>> index 197ce99..741ab22 100644 >>> --- a/RECIPE-API-CHANGELOG.md >>> +++ b/RECIPE-API-CHANGELOG.md >>> @@ -1,7 +1,7 @@ >>>   Recipe API Changelog >>>   ==================== >>> -Baseline: Release v0.5 >>> +Baseline: Release v0.7 >> >> This is wrong, the baseline for the first changes noted for v0.6 remain v0.5. > > > Oh, Sorry. > > BTW, do you think that this order (from the oldest to the latest) is natural (I > refer to your commit a601b9f)? > > All ChangeLogs I've seen before list entries in the opposite order. > I found it easier and more natural to add things to the end of the file than looking for the right spot on the top (and I think the latter started to make troubles already back then). So the concern was more about making the writer's life easier than the reader's. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux