From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: [PATCH] Bump version to 2.2.2. Date: Mon, 13 Nov 2017 17:29:35 +0100 Message-ID: <87d14mta4w.fsf@gnu.org> References: <87ineku7ig.fsf@gmail.com> <871sl2v3vp.fsf@gnu.org> <87y3na89pq.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1510590785 27852 195.159.176.226 (13 Nov 2017 16:33:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2017 16:33:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: Andy Wingo , Guile User To: Alex Vong Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 13 17:32:59 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEHfO-0006qu-03 for guile-user@m.gmane.org; Mon, 13 Nov 2017 17:32:58 +0100 Original-Received: from localhost ([::1]:55274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEHfV-0008LQ-4v for guile-user@m.gmane.org; Mon, 13 Nov 2017 11:33:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEHcF-0006Kg-QE for guile-user@gnu.org; Mon, 13 Nov 2017 11:29:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEHcB-00078L-NF for guile-user@gnu.org; Mon, 13 Nov 2017 11:29:43 -0500 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:52185) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eEHcB-00077r-GK for guile-user@gnu.org; Mon, 13 Nov 2017 11:29:39 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B5D5DF7EC; Mon, 13 Nov 2017 17:29:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4u_nnQkSf6wh; Mon, 13 Nov 2017 17:29:37 +0100 (CET) Original-Received: from ribbon (unknown [193.50.110.148]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B5819E7AE; Mon, 13 Nov 2017 17:29:37 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <87y3na89pq.fsf@gmail.com> (Alex Vong's message of "Mon, 13 Nov 2017 23:44:17 +0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:474::1 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14260 Archived-At: Alex Vong skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hello! >> >> Alex Vong skribis: >> >>> Tom Jakubowski writes: >>> >>>> Unsure if this is the right list; if it's the wrong one, then I'm sorr= y! >>>> >>> Thanks for your report, I think you are on the right list! >> >> I think Andy, who made the release, has an unpushed patch to the web >> site that updates the version number *and* adds the news entry for >> 2.2.2. >> > This is werid, I think I can find the news entry here > . Any > idea? Basically the web site source is in Git (it uses Haunt), and the web pages are stored separately in CVS (!). What happened, I think, is that when I added a news entry and pushed the changes to CVS, that erased the 2.2.2 news entry because it was not in Git. Ludo=E2=80=99.