From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 29.3 released Date: Wed, 03 Apr 2024 15:51:21 +0300 Message-ID: <86ttki8v92.fsf@gnu.org> References: <86edbzyavw.fsf@gnu.org> <87r0fzsbxz.fsf@gmx.de> <86wmprjumv.fsf@gnu.org> <875xxbtmpp.fsf@gmx.de> <86r0fzjs9x.fsf@gnu.org> <87il199y5d.fsf@gmx.de> <865xx9jh3y.fsf@gnu.org> <875xx9f4ol.fsf@gmx.de> <86o7b0iy5i.fsf@gnu.org> <87edbwdqpv.fsf@gmx.de> <86frwbj171.fsf@gnu.org> <87zfujdazh.fsf@gmx.de> <868r23iq29.fsf@gnu.org> <87o7az7f2o.fsf@gmx.de> <87r0fmk5zs.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35474"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 03 14:52:11 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rs067-0008wr-PY for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Apr 2024 14:52:11 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rs05Q-0003Cq-8B; Wed, 03 Apr 2024 08:51:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rs05N-0003CV-Vd for emacs-devel@gnu.org; Wed, 03 Apr 2024 08:51:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rs05N-0002dq-JQ; Wed, 03 Apr 2024 08:51:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=iXi7IvrtkXOP3MeR5LpbvjY82CopW81FXdxbAYEy7uY=; b=EMNIO7BgW6nT n4w5b2j6ve6erhBcJv1YyrW5S5a5BasW44nu3mqEWAenG38zhvCk0pIvHAeyOnY8iZ0qSUWkPUdkG Z2jZnATNmdxCh6L+0p/Ji8FZYf+zzikCfaPXKU4Hg9G3qr6It7I5lyTEV3NF0lgvXvEQDmfdnU5cu 0towPB4YTvd9PH/Xxjdv17N54CxFXnb0NNOyZF+NIrtiS9/jKSMcgo84t9IodfRLMRGwDiOIXNT7x gj2n8F5gCbfBLF4H6wd6njCeM+SWrF0f7XNRJMgJmELPyl1mn5RDxDeCIky8rw9I7/7qbG434S3Hp UNrJHoIEyB5Ike3QGsdrpQ==; In-Reply-To: <87r0fmk5zs.fsf@gmx.de> (message from Michael Albinus on Wed, 03 Apr 2024 14:03:51 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317485 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Wed, 03 Apr 2024 14:03:51 +0200 > > >> Would it make sense to make this part of admin/admin.el, called from > >> "M-x set-version"? Or at least add some text to make-tarball.txt to > >> verify that these changes are done before preparing the tarball? > > > > I'll think about when I'm back. > > What about this: I'm not sure we need to emphasize the version aspect. For Tramp, this is the only/main issue, but maybe other packages need something else, now or in the future. So perhaps something more general, directly in make-tarball.txt, would be better? For example: If this is an emergency release without a prior pretest, inform the maintainers of bundled packages to make sure they install adjustments required for an official release. Currently, these packages include: . Tramp WDYT?