Received: from sender4-op-o11.zoho.com (sender4-op-o11.zoho.com [136.143.188.11]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5D5B2782D40 for <~alpine/devel@lists.alpinelinux.org>; Fri, 9 Apr 2021 05:13:04 +0000 (UTC) ARC-Seal: i=1; a=rsa-sha256; t=1617945181; cv=none; d=zohomail.com; s=zohoarc; b=axXSiVKMlOve4Bch1Y9De7Lgaz46TuqzsK/jZExbZrH3DZRHSaLigILCt8+DD/9kuJiVrvrxm5clACNH6B6KGbF8XTA+joBPs589gPHIBHoq7nbsqscN/gQxQgdvrM2zmc4MZZMlg7V0o8agZQXSDwTiqh+cIjtUKsdMGQLu2gY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1617945181; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=oDaEs9+h4+fFbUQQHfSYdI0dmsn1jRUpxu0FCgP3QAo=; b=FbTzyL23J6jCtZAV56S9/InAI1YKSFAogjqQWrxpkok27aednSQdiDDpuOsxdNsHitBidJ5+kE/ejGtO1evWQMo2pkwjLiHusKLyPOfsahA8hE7ciQTsoFHj8FvfN6W4rDTj4QsLyfyeIlw3ILd80SwjK9puFmFefOW4uqRpd+k= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zv.io; spf=pass smtp.mailfrom=me@zv.io; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1617945181; s=zoho; d=zv.io; i=me@zv.io; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References:Content-Type:MIME-Version:Content-Transfer-Encoding; bh=oDaEs9+h4+fFbUQQHfSYdI0dmsn1jRUpxu0FCgP3QAo=; b=h/xLPET2gcy7WWN427mapWBOQXG5UAwLbomJkd+01ZAY+M0qDYvE1T/RBHoo7Cb0 xWt3zqZmGXUmqK56Q8Q+hA/T1+mMvWPy1SCsp9X8axMtYPHGbpzfke7Vxnp+0snbvlu QsfHcS0Tu17xA3J7n+/HrChrMDg6eCjtyLQIP/R0= Received: from powerhouse (cpe-70-114-218-141.austin.res.rr.com [70.114.218.141]) by mx.zohomail.com with SMTPS id 1617945179234749.61685450407; Thu, 8 Apr 2021 22:12:59 -0700 (PDT) Message-ID: <8fa74683a260e4e9af058fa015e72d44574ad995.camel@zv.io> Subject: Re: [3.15] System change proposal: rename the Alpine 3.15 release to Alpine 15 From: Zach van Rijn To: Ariadne Conill Cc: ~alpine/devel@lists.alpinelinux.org Date: Fri, 09 Apr 2021 00:12:58 -0500 In-Reply-To: <3824aef2-8af2-d33a-47e3-c7c66bd6615e@dereferenced.org> References: <3824aef2-8af2-d33a-47e3-c7c66bd6615e@dereferenced.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-ZohoMailClient: External On Thu, 2021-04-08 at 20:29 -0600, Ariadne Conill wrote: > ... > > An argument could have been made to jump to Alpine 4.x with > apk-tools 3, but we have decided to implement apk-tools 3 out > in a way that is non-disruptive. So that argument is now moot, > as well. I think it would make more sense to start at "4" without minor releases, instead of "15", for the following reasons: (1) It is logical to go from 3 to 4 and will avoid confusion in the interim while everyone gets used to the new scheme; (2) "Alpine 4 is out?" sounds better than "Alpine 15 is out?" (followed by "What the heck is Alpine 15?"); (3) It affords more releases before the numbers become huge and unwieldy, however these point releases [0] should probably not become { 5, 6, 7, ... 81, 82, 83 } in the near future. Depending on how often the version /needs/ to be incremented, it could make sense to follow a schedule with more regularity, e.g. that of Fedora [1]. Personally, this would not be my preference. > ... > > Yes, to be brutally honest, this is an entirely marketing- > related thing, and there is no technical benefit either > way. However, this versioning scheme is more aligned with > other Linux distributions. It may also make sense to keep the version number in sync with your GCC major (i.e., start at "10"), as it would make somewhat clear what is expected to be compatible ABI-wise [2] if folks are using Alpine environments (read: containers are ubiquitous) to build and link their software. But, this isn't a strong argument. In any case, I don't see a strong incentive to start this scheme at "15", but I don't see a strong reason to keep points. ZV [0]: https://alpinelinux.org/posts/ [1]: https://en.wikipedia.org/wiki/Fedora_version_history [2]: https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html