From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17500 invoked by alias); 19 May 2011 14:55:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29321 Received: (qmail 17601 invoked from network); 19 May 2011 14:55:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Q16jmUHI3mET9qDNVdTE26v7BulmJBZes5YO1brkg/k=; b=HDeSQCJ3ybJYCOIiSbLHZhznEhB6kvUYVqxBjGtxWD3VciZc7oGUzTGeCn5LAm+Lju Qe1PhxhYhUfyS/bKwOBMGChFLjtsLZZ1JbCHeiIRlZNjBeiA56xaJY2XT2AQ7URg4v4h 16LB3gHGwotKMceNLMG7l3TydOD3asKmBRp3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dHaSatj+3OkAdmCvvlb6aaoYLB2V3tffZKcV/MOmgy8OhMJyN7e4ettAHFcVUNt6AM Oe8R/JCU5HeHEPVo4wekWmHX0N9GiEBHGh2oWt0DolKhLZxoZ9wtHIvqG+/BFWTOEysV NdOUlUkXbtujQeqnZbFwNR1+He4cZbLxSpfBI= MIME-Version: 1.0 In-Reply-To: <20110519140215.2879aeeb@pwslap01u.europe.root.pri> References: <20110519140215.2879aeeb@pwslap01u.europe.root.pri> Date: Thu, 19 May 2011 16:55:03 +0200 Message-ID: Subject: Re: Next zsh release From: Mikael Magnusson To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On 19 May 2011 15:02, Peter Stephenson wrote: > Is anything blocking the release of 4.3.12? I think I've sorted out > everything I wanted to for the short term. I have these four I want to commit, I've just been a bit lazy and not done it yet, PATCH: support negative LEN in ${VAR:OFFSET:LEN} PATCH: Add g:: parameter expansion flag PATCH: Remove some unused assignments/checks noticed by clang "[PATCH] fix 'the the' typos" and "[PATCH] more doubles" Let me know if you prefer them in .12 or after, or if you don't care :). -- Mikael Magnusson