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-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9DE741F4B4; Sat, 26 Dec 2020 20:35:28 +0000 (UTC) Date: Sat, 26 Dec 2020 20:35:28 +0000 From: Eric Wong To: Ali Alnubani , Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: stable 1.6.1 release? [was: [PATCH] eml: fix undefined vars on References: <20201226122542.GA24392@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Ali Alnubani wrote: > I no longer see the uninitialized value warnings or the test > failure on Debian 9 with both patches applied on master. Do > you plan on creating a new release tag soon with these fixes? Thanks, pushed to master and I've started a stable-1.6 branch to https://80x24.org/public-inbox.git with 29 commits cherry-picked from master which I hope are suitable. There's two more I'm tempted to cherry-pick, though they introduce behavior changes: fe01d7b117c8b1e1 import: drop X-Status in addition to Status 1bf653ad139bf7bb nntp+www: drop List-* and Archived-At headers Konstantin: thoughts on 1bf653ad139bf7bb being suitable for 1.6.1? Anyways, here's what I have so far: fdbd73069af6eed9 eml: fix undefined vars on