From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id 270FC27A81 for ; Thu, 14 Mar 2024 22:01:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=e1etzld7RtCAOVwKSKD2aCW62Vf4uziTbeQbQ5kk9Ng=; b=DUCqrGyqkUTXR8LeWz6/1y8FpJ xoUiLyTkMq3fGuftVGEU/t0HOFIJeG0CmfaSrBM+tBbnXbWsN+ESZQBNkkGogNmw6VlvIsn886FPL JZV+Atx/2uBd7CLSN9I5HtEaWwf2PYb4ogiCdDy+DdIXHsceI+uuIDFZZFleV7WjdFNzWNiJeGo6V iN/SdpFgIJv64HNdtSpF+wi4QG0dcEuVhvJkOA94u1/DNvE6RiN1bNosefxkYbtlK3ARbDb5szFZ1 UAMo3MJqjWXp3Mjg8+CLoZvkH0N5j908sCsJmhCkbQxi6Sn0vj/0ZIzdIrNMyV7GCLkHxU/TzjHxl N6uDQoNQ==; Received: by zero.zsh.org with local id 1rksCs-000JoK-PV; Thu, 14 Mar 2024 21:01:42 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1rksCa-000JWc-IZ; Thu, 14 Mar 2024 21:01:24 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.97.1) (envelope-from ) id 1rksCZ-000000007Rc-1enY; Thu, 14 Mar 2024 22:01:23 +0100 cc: zsh-workers@zsh.org In-reply-to: <20240313180308.6cb3bfd9@leda.eworm.net> From: Oliver Kiddle References: <20240313180308.6cb3bfd9@leda.eworm.net> To: Christian Hesse Subject: Re: eta for release MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28618.1710450083.1@hydra> Date: Thu, 14 Mar 2024 22:01:23 +0100 Message-ID: <28619-1710450083.388158@P3ET.bDO3.gMwZ> X-Seq: 52756 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: Christian Hesse wrote: > While zsh git master does support pcre2 already, this has not made it into a > release and the current one still depends on the old library. Support is > spread over several commits, which depend on even more commits. Thus > cherry-picking is not that easy. If you cherry-pick 1b421e49 first then b62e9113 will also apply without conflicts other than on ChangeLog. You shouldn't need any of the subsequent patches related to PCRE. At least none of them are a regression with respect to 5.9 - nor are any fixing bugs introduced with the two cherry-picked patches. You don't necessarily need the first of those two patches other than to make the second apply cleanly but it doesn't do any harm. > So wondering... It there any eta for a new release? Would be nice to have one > any time soon... :) Not being the release manager, I can't answer this part with any authority. Some of the newer developments are still in a state of flux. Oliver