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, 27 Mar 2024 18:42:54 +0200 Message-ID: <868r23iq29.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15676"; 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 Mar 27 17:43:29 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 1rpWN7-0003tC-F4 for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Mar 2024 17:43:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rpWMc-0006tK-Vw; Wed, 27 Mar 2024 12:42:59 -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 1rpWMb-0006t5-CK for emacs-devel@gnu.org; Wed, 27 Mar 2024 12:42:57 -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 1rpWMb-000644-44; Wed, 27 Mar 2024 12:42:57 -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=xUFKbFFL4OITXkGDTW7lIt1oXxDvktHH9A/ozbsR9Ek=; b=I1uBA5dm+uff sin4CgPuUVkHDR7iEILd8dqrEU7yGKir2ejdiDO9tny4D1sY3cuFg0/pRYEciDGXJTWJVXPM/QO9Y nQ/w2sH+HKC9JuKVI1t+0mmjNRT75MBdDtYjuk1KqFVH9VKOs2WLc2hAWg7zKvnzeUUDkrz5dETM6 ETs74l/QjucYBrPv1oyYIqmbWDA/aaq3mH0ns9dUhFNqttGKBJMFGEgCfbLhel/i0wIgwU7DHKmJe R2Mtoitdjcl3RHmzkVnlv6N0WkJ9ewd/ptquYPYihm5UAnpHWko7qVV3E3mxfxtdpRrRLHOYvHNIg Ck51h0rAE9fdDJK99sQm2w==; In-Reply-To: <87zfujdazh.fsf@gmx.de> (message from Michael Albinus on Wed, 27 Mar 2024 15:07:30 +0100) 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:317346 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Wed, 27 Mar 2024 15:07:30 +0100 > > > So what is it that you do with Tramp to make its parts in Emacs ready > > for a release? If I'd alerted you to the imminent release, what would > > you have done before telling me that Tramp is ready? > > I would change the Tramp version from "2.6.3-pre" to "2.6.3.29.3", and I > would update `customize-package-emacs-version-alist'. > > The Tramp version happens on several places in Emacs, so I have a small > automation which runs on my laptop. See lisp/net/trampver.el and > doc/misc/trampver.texi. 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?