From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS11403 64.147.108.0/24 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RDNS_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from pb-smtp2.pobox.com (unknown [64.147.108.71]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A00E71F9E0 for ; Wed, 22 Apr 2020 03:16:49 +0000 (UTC) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 0525456570 for ; Tue, 21 Apr 2020 23:16:39 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=L VWLAmOxvzgUGAr6Ej9UiJvJb10=; b=cNhnPAcwXfCdktpF7B4DoxjjYB4odruZe KZd+ZXXaNiP5hjKm37ZFNK0whjIAL/JefGexW87i8keuHcog4bPw80LBM+rn/1jB aWIMog9f84i/XS/rTp9mfNrNR7ahRkHF1QSTxx//mFlalyXPwzj3GLHjqB7gs75A 0D9bkuFz+4= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id F11B55656F for ; Tue, 21 Apr 2020 23:16:38 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:mime-version:content-type; s=mesmtp; bh=TH6IkdJzc5Tuma9cweec0vvJ4+Nruxx8PjTwFt4svNc=; b=mAyG1Nj/m6A48xtaV8EDB3eReNsvatylTTwTdxq9D75hG8misD/5y7Yub9aFNSC2UomUp4uMkC5TEVBzmEZs91MhPEN/Ko4YlGf/xjvInFH30XwQkN03+xEE47HCS3cX9ozpLAvaZntTO5dEGxsYaPz5cQT2axhH1TjAlqM5vus= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 514475656E for ; Tue, 21 Apr 2020 23:16:37 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: meta@public-inbox.org Subject: v1.4.0 tag is not contained in master Date: Wed, 22 Apr 2020 03:16:36 +0000 Message-ID: <87r1wgqkff.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: AD4FF4E2-8447-11EA-A0E2-D1361DBA3BAF-24757444!pb-smtp2.pobox.com List-Id: Just a heads up: the repo has a tag for the latest release, but it's not contained within master (currently 2289dc4ab): % git show -s v1.4.0 tag v1.4.0 Tagger: Eric Wong Date: Fri Apr 17 08:46:19 2020 +0000 public-inbox 1.4.0 commit afd0bc24476be06e841bf83cb870b353f0a044b7 (tag: v1.4.0) Author: Eric Wong Date: Fri Apr 17 08:41:23 2020 +0000 public-inbox 1.4.0 % git for-each-ref --contains=v1.4.0 08ef56ec4f1f98a578fb8f09e4b562133af94f41 tag refs/tags/v1.4.0 master contains another (untagged) commit for the 1.4.0 release: % git show -s 'master^{/^public-inbox 1}' commit 427471b2f3af3a8d78febf9096bbc34a45c4673c Author: Eric Wong Date: Fri Apr 17 08:41:23 2020 +0000 public-inbox 1.4.0 % git diff v1.4.0..427471b2f3af3a8d78febf9096bbc34a45c4673c diff --git a/Documentation/RelNotes/v1.4.0.eml b/Documentation/RelNotes/v1.4.0.eml index fa3940bd..ae7c1457 100644 --- a/Documentation/RelNotes/v1.4.0.eml +++ b/Documentation/RelNotes/v1.4.0.eml @@ -1,8 +1,7 @@ From: Eric Wong To: meta@public-inbox.org Subject: [ANNOUNCE] public-inbox 1.4.0 -Date: Fri, 17 Apr 2020 08:47:00 +0000 -Message-Id: <20200417084700.public-inbox-1.4.0-rele@sed> +Message-Id: <20200417084800.public-inbox-1.4.0-rele@sed> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8