From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe43.google.com (mail-vs1-xe43.google.com [IPv6:2607:f8b0:4864:20::e43]) by sourceware.org (Postfix) with ESMTPS id 579C73851C3F for ; Wed, 20 May 2020 22:27:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 579C73851C3F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adam@dinwoodie.org Received: by mail-vs1-xe43.google.com with SMTP id 62so2858962vsi.2 for ; Wed, 20 May 2020 15:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=EVPKST3tCActU04ASqHBrzp28vTiSv5XmQf8/+50c5g=; b=j2LO4PPPXLkArAgFqMTQQXfdghUUvX+IFhqKGF3T2iMD3wo6pnYtqPCVpVwtpaAw8O Ohi/U5Km615lDYvMrbN7JevCUSvHzxeuJOYDkr44RcFS2HYfxwPbaJC5Uphwwdg0FISy OuKGIJ+oScMd0XoX9JyqOl6YtFFdeix2eRhks= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=EVPKST3tCActU04ASqHBrzp28vTiSv5XmQf8/+50c5g=; b=rMWlNFMU0HG76oqn2rik0zygOx50DoxAhy4RRTExGpAOFDaon1HS/FQEJmMSBZ6gQI 53cXotVQZgKmAXMc7tECnivaH2wbhTDJ48N1DSZhiYKqBV+634sscwKHNDSTwRE+09Mw SKyZEV7nEFBjFWuSJI7LolWlvZv2iklyKqJwBmQOs05kGEkA/bRh7TGPmZYRz/0PIReB Z6yRr6DuMKgNqk/oMSU2QJyxAIdpoC4FuA8rfWOWXbngZAwrU//iReTRNWyrdR7A/n1m mexgYjnzey7cY04IHWyQld9frEFcefhG29V9eBpndKuBTHod/wWCE9dJdPjUlSNWlUin WluA== X-Gm-Message-State: AOAM531aeRns7hud77Q2TBKVx/vjmlpnnIm0QBRZHcRLvnhkwD3CEE0c 2jQvXhAbzKh/a/bTEwTX828xJuiSijX4bbJMcsugN//y X-Google-Smtp-Source: ABdhPJy2iJvP/V3zxkZiJRUiL1AWrEiUotYySeO4wk2whiHFJmo48ZJV4uP2VGGq2L+6Ui5rfrDlEXiyb+/IaMvtlRU= X-Received: by 2002:a67:b108:: with SMTP id w8mr5232952vsl.74.1590013678660; Wed, 20 May 2020 15:27:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Adam Dinwoodie Date: Wed, 20 May 2020 23:27:23 +0100 Message-ID: Subject: Re: Updated: Git v2.26.2-1 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2020 22:28:00 -0000 Correction to the below: v2.26.2-1 is the version that has just been uploaded, notwithstanding the first paragraph below. And one of these days I will actually manage a release announcement that doesn't include a copy-paste error. On Wed, 20 May 2020 at 23:09, Adam Dinwoodie wrote: > > Hi all, > > Version 2.21.0-1 of Git has been uploaded and should be coming soon to > a mirror near you. > > This update includes the following packages: > > - git > - git-cvs > - git-debuginfo > - git-email > - git-gui > - gitk > - git-p4 > - git-svn > > This is an update to the latest upstream release, v2.26.2. > > For a full list of the upstream changes in this release, please refer to > the upstream changelogs: > > https://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes > https://kernel.googlesource.com/pub/scm/git/git.git/+/master/Documentation/RelNotes/ > https://github.com/git/git/tree/master/Documentation/RelNotes > > Enjoy!