From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b8f2eb7d for ; Sat, 21 Dec 2019 08:14:28 +0000 (UTC) Received: (qmail 27302 invoked by alias); 21 Dec 2019 08:14:20 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45104 Received: (qmail 13423 invoked by uid 1010); 21 Dec 2019 08:14:20 -0000 X-Qmail-Scanner-Diagnostics: from out3-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25663. spamassassin: 3.4.2. Clear:RC:0(66.111.4.27):SA:0(-2.6/5.0):. Processed in 4.254414 secs); 21 Dec 2019 08:14:20 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddugedgudduvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtugfgjggfse htkedttddtreejnecuhfhrohhmpeffrghnihgvlhcuufhhrghhrghfuceougdrshesuggr nhhivghlrdhshhgrhhgrfhdrnhgrmhgvqeenucfkphepjeelrddukedtrdehjedruddule enucfrrghrrghmpehmrghilhhfrhhomhepugdrshesuggrnhhivghlrdhshhgrhhgrfhdr nhgrmhgvnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Date: Sat, 21 Dec 2019 08:13:36 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: Test release: 5.7.1-test-1 Message-ID: <20191221081336.hozhcksfdcq2dwte@tarpaulin.shahaf.local2> References: <20191216035514.jj7bem3dspnmhdu4@tarpaulin.shahaf.local2> <20191217011646.cznpheompwvpmwi6@tarpaulin.shahaf.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) dana wrote on Fri, Dec 20, 2019 at 15:26:09 -0600: > On 16 Dec 2019, at 19:16, Daniel Shahaf wrote: > > I'd say, go ahead with making the change unless anyone objects. It won't > > affect the numbering of stable releases so the risk of disruption is minimal. > > OK, sorry, needed to let this sit for a while. > > I've updated the versioning scheme per your suggestion (as i interpreted it, > at least). I also updated the example versions so it's not quite *as* > ahistorical. This is what you had in mind, right? Yes, LGTM, thanks! The only addition I can think of is to spell out somewhere when the version number becomes *-test-*: for a prelease. > If there are no further issues, i will probably post another test release this > week end (per workers/45047). I'm going to stick with the current versioning > scheme until 5.8 is out, so as not to mess up any version comparisons between > 5.7.x releases. > > dana > > > diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt > index dfde269ae..485d7ebaf 100644 > --- a/Etc/creating-a-release.txt > +++ b/Etc/creating-a-release.txt > @@ -6,37 +6,55 @@ To create a zsh release: ⋮ > diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt > index 485d7ebaf..27a5b9a5a 100644 > --- a/Etc/creating-a-release.txt > +++ b/Etc/creating-a-release.txt > @@ -63,7 +63,8 @@ To create a zsh release: I don't know how you're generating these diffs, but you may find «git format-patch --stdout @{upstream}..HEAD» useful. Cheers, Daniel