From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS63949 45.79.64.0/19 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 472941F85A for ; Wed, 4 Jul 2018 19:13:31 +0000 (UTC) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 901C2307; Wed, 4 Jul 2018 19:13:30 +0000 (UTC) Date: Wed, 4 Jul 2018 13:13:29 -0600 From: Jonathan Corbet To: Eric Wong Cc: meta@public-inbox.org, Konstantin Ryabitsev Subject: Re: [ANNOUNCE] public-inbox 1.1.0-pre1 Message-ID: <20180704131329.55f0bf54@lwn.net> In-Reply-To: <20180509202303.GA15156@dcvr> References: <20180509202303.GA15156@dcvr> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit List-Id: On Wed, 9 May 2018 20:23:03 +0000 Eric Wong wrote: > Pre-release for v2 repository support. > Thanks to The Linux Foundation for supporting this work! Just FYI, I finally got around to tossing this onto the LWN system. It works generally well, and the Xref fix is much appreciated, thanks. One question: was it intended that public-inbox-nntpd now only works with V2 repos? That was my experience, anyway; nothing showed up until I converted everything - not a slow process. If that's the intent, a sentence in the docs might be helpful to others :) Thanks, jon