X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=FtiOowR48w6EbAJ3 uUGbhny3NWIZOn+ToGspK5R2/TVaJSS3/karCUXVxBVoNCsljymtJX1cK1jDGJWs McT1pfgjBpcFpb2CfZ+BiU8uny5zgF2jwSjOey9VZiBFcHysVdH+ThsJ25XnAg+v Q+vkJFMv43vKfwW1xNmrbC9QvLg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=CtZWhKEBPBo1Fx46/PUHP/ laByA=; b=FPbhVrZjMjLdWtGnLezIfTa9rvFt6zzvg1HiGoVCcrKiST5CqsU3HI kcWeKTLO3qyORRUD3LxO2K2SnKqUwav2VOKK8l7EY+i1YQjfzi+kuzI0j0Pa4sxG Wn3f5gICNifF/3KX/lIoSiVbRQVZGNFUXGABTcwX3EE+0txS9FsQ0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=lane, discretion, H*Ad:D*ca, wow64 X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.2 To: cygwin AT cygwin DOT com References: <5f727fe5-1c98-3fb5-30f3-9cb1120d4aa4 AT SystematicSw DOT ab DOT ca> <20190130173104 DOT GK3912 AT calimero DOT vinschen DOT de> <0dd6e7ce-a503-e181-97a3-0d6e289251e5 AT SystematicSw DOT ab DOT ca> <20190130185321 DOT GL3912 AT calimero DOT vinschen DOT de> <20190130190150 DOT GM3912 AT calimero DOT vinschen DOT de> <20190130202947 DOT GO3912 AT calimero DOT vinschen DOT de> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Sun, 17 Feb 2019 10:48:21 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190130202947.GO3912@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2019-01-30 13:29, Corinna Vinschen wrote: > On Jan 30 20:01, Corinna Vinschen wrote: >> On Jan 30 19:53, Corinna Vinschen wrote: >>> On Jan 30 11:47, Brian Inglis wrote: >>>> On 2019-01-30 10:31, Corinna Vinschen wrote: >>>>> On Jan 30 09:11, Brian Inglis wrote: >>>>>> On 2019-01-30 07:03, Corinna Vinschen wrote: >>>>>>> I uploaded a new Cygwin test release 3.0.0-0.2 >>>>>>> It also changes the output of uname(2) for newly built applications. >>>>>>> Applications built so far (that includes uname(1) from coreutils) >>>>>>> will still print the old uname output. The new format allows for longer >>>>>>> strings. Compare: >>>>>>> Upcoming new uname content: >>>>>>> sysname: CYGWIN_NT-10.0-17763 or CYGWIN_NT-10.0-17763-WOW64 >>>>>>> release: 3.0.0-335.x86_64 or 3.0.0-335.x86_64.snap >>>>>>> version: 2019-01-29 19:23 UTC Build time in UTC >>>>>> Re: "(*) It would really be nice not having to ask for these >>>>>> infos every time." may want to append >>>>>> HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/UBR to uname >>>>>> -s sysname to show the patch levels of installed builds, as >>>>>> there appears to be substantial differences between editions >>>>>> and service models. >>>> [...] >>>> $ cmd /c ver >>>> Microsoft Windows [Version 10.0.17134.523] >>>> and save asking those who don't know that, in case the revision >>>> makes a difference. Insider build feature sets bump the builds, >>>> and patch sets bump those revisions; up to base releases with >>>> known feature sets, builds, and revisions; then patch Tuesdays >>>> bump those revisions higher; so you can tell if installs are >>>> Insider, base, or patched. >>> I'm not so sure this makes sense from a Cygwin perspective. We're >>> interested in the major releases introducing changing and/or new >>> functionality. The monthly updates don't do that so they have no >>> meaning to us. >>> I just wonder if we should replace the build number with the ReleaseId >>> (i.e. 17763 vs. 1809), but that excludes the fast lane updates from >>> being visible. >> On second thought there's also the format discrepancy. Right now the >> new uname crates the version string like "10.0-17763", but it might be >> better to use "10.0.17763", replacing the dash with a dot, to follow >> more closely the OS layout. On third thought it seems prudent to >> print either >> 10.0-1809{-WOW64} >> or >> 10.0.17763.253{-WOW64} >> Hmm. The second form appears to make the most sense, actually. > But then again, no OS before W10 printed that info, e.g.: > Microsoft Windows [Version 6.3.9600] > We also have to make sure we're not breaking scripts, especially > autoconf etc., so on forth thought, I'll rather stick to the current > format. I have zero problems with your previous considerations and decisions, but as some new features now also require WSL installed to work, should there be some such indication from uname e.g. +WSL where -WOW would appear? -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple