From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1797 invoked by alias); 25 Jul 2015 22:46:45 -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: 35912 Received: (qmail 17104 invoked from network); 25 Jul 2015 22:46:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:to:subject:mime-version :content-type; bh=bOqHFasLVYN4PGxFqIYrGhfZRAChXhixhJNRcQs6U6M=; b=m8PfGt9islo1CRKU6Kok0TNkYFOlbdBYxzldDDG29DcYkLW60EDb8zR7VLPaGq70qM TNzBOS/JHqafFhQjdRK2Twwn19iIE59esZEImagUP4hpNspcPVBhja+5fjTWmYHvVUPa t9hy95GOd8UXWKcX8eUHfoQuuE5ic3n2LTn1ChpeuNyWnubY+IEnhPSgUUPdG9TQIDfS a2EAv2WA/ShkNkufrBpQ+43modQ2oEsftlnHpgptn4QHhCn+iP5y868Qav00RXV0wm2h ql506dscca2GMwIZoNk9FrXaryyWaBTF+L69IBn2h5aWKzcZslcIEUc7tt/KEh1nQF62 kbZw== X-Gm-Message-State: ALoCoQmJZJny3TGT1mlmY7s56f4soCK66lUI8I2IZAvfoupMXJSU7iqTsuaItdOuvS7NCbClq3Of X-Received: by 10.182.186.106 with SMTP id fj10mr20582808obc.54.1437864401796; Sat, 25 Jul 2015 15:46:41 -0700 (PDT) From: Bart Schaefer Message-Id: <150725154637.ZM3294@torch.brasslantern.com> Date: Sat, 25 Jul 2015 15:46:37 -0700 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: I almost hate to ask this, but: Version 5.0.9? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I know it hasn't been that long since 5.0.8 but we've fixed a bunch of crash bugs and deadlocks. Heck, the "case" wordcode problem is probably bad enough by itself to warrant a new release. There are a few of Oliver's patches, including those during the sourceforge outage, that haven't been pushed yet, but otherwise the most significant thing I can recall that hasn't been addressed is the probable POSIX getopts incompatibility. Counter-point would be that the new typeset behavior hasn't been in the wild for very long.