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: Tentative release schedule for Emacs 29.1 Date: Wed, 16 Nov 2022 15:59:20 +0200 Message-ID: <834juzgfuv.fsf@gnu.org> References: <87o7v65e0e.fsf@gnus.org> <87edw15l0x.fsf@gnu.org> <87pmflysdt.fsf@gnus.org> <87fsejv7a5.fsf@bzg.fr> <87a64rfqm6.fsf@yahoo.com> <83iljfgi14.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11013"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, bzg@gnu.org, larsi@gnus.org, emacs-devel@gnu.org, yantar92@posteo.net, kyle@kyleam.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 16 15:00:27 2022 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 1ovIxk-0002Y1-Us for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Nov 2022 15:00:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovIwo-0000MY-3j; Wed, 16 Nov 2022 08:59:26 -0500 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 1ovIwm-0000IG-7k for emacs-devel@gnu.org; Wed, 16 Nov 2022 08:59:24 -0500 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 1ovIwl-00044M-5y; Wed, 16 Nov 2022 08:59:23 -0500 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=QTRacemeGSgllf/JcKv+nbCTb50Ud1BybzkTDO6cBMc=; b=Kml0TbDQgr7f SKIyu/GtvfNQ60mvAMHjrUKdaSPXkhmbBdGDhl45AiT6/M4v1P12ntXsJ9j1gD+jkxNJeVyUAdeZr lP3bgoh3XV09TyOPmub3ICDmsHkfljJ5ZGeCkoKTm9APtXnuEeKJKkcFdj3jIJFF8dVmwURYurhk7 ktJlpmseMUoZjsahbPYQz9TAw7TedCqCN2cqBcQnfUX6LQy+Oydq3JbDDm0hQ4WnBY+DAevyFVziH BdK2Iti66Dxm2CCsasWdtu5Ef3JytCWCeJ1sE68+gi6iqyiJgdqzg2xQma4p4am5Km9dHvB165TxG i86Q8s6LRhsMM/g1cBLjkg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovIwk-0003l8-0U; Wed, 16 Nov 2022 08:59:22 -0500 In-Reply-To: (message from Stefan Monnier on Wed, 16 Nov 2022 08:51:41 -0500) 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:299930 Archived-At: > From: Stefan Monnier > Cc: Po Lu , bzg@gnu.org, larsi@gnus.org, > emacs-devel@gnu.org, yantar92@posteo.net, kyle@kyleam.com > Date: Wed, 16 Nov 2022 08:51:41 -0500 > > >> I think we should not cut the branch until bug#59183 is fixed. I run > >> into that serious crash every few days. > > We will not release Emacs 29.1 with that bug, that's for sure. But I > > don't want to wait for its solution before cutting the release branch, > > since we can continue working on it after the branching. > > FWIW, a fix is in the works. It doesn't require drastic changes (a few > new functions in itree.c, admittedly, but basically nothing changed > outside of it). Thanks, this is great news.