From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-announce-return-138-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7c639d57 for ; Fri, 14 Sep 2018 13:46:59 +0000 (UTC) Received: (qmail 17975 invoked by alias); 14 Sep 2018 13:46:54 -0000 Mailing-List: contact zsh-announce-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Announcement List List-Post: (Postings are Moderated) List-Help: List-Unsubscribe: X-Seq: 138 Received: (qmail 29944 invoked by uid 1010); 14 Sep 2018 13:04:08 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 1.524954 secs); 14 Sep 2018 13:04:08 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=NwHuEbfWZveCuZ5OtIh2TNw24GQE4 l0wgMsGPWHbodA=; b=l2Hq9MA1DeLskfaGUb1z75ZFPgXlSbp6W81Zniubl1J3i ekenKogFeQI5tDiTKvxH2bJYiErYcIiNi2PDgKR80+qtF+tv7mClJ5oyAbNtn/lp x9V0MGd0/wnlQlbDLxwW/RvbWY+HKPOliylco0L7ERKzeT/MwserKcOezxV4wTA8 3OKtVbJIveRP6cKBEGaBGdBQCDDEo2ufCramXUqx1LE/JgFLe4ap4ahlzU0mEEf3 Lr8AiBGHTZctM57lYWK82t1xG5iVi+UZFeGSUsOd2WBAlE07Xl3tneDfPQ48mdMA Y1qONscN0qK8DcNTBNDLwOU2/TQvK00PGXHplKZ7Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=NwHuEbfWZveCuZ5OtIh2TNw24GQE4 l0wgMsGPWHbodA=; b=puw3RQ+Nf4g4rVYZ+UIBp0adWAoY3T9soxjsefed0XBRW JhD2pmBF4zBaToC2ynnfGXXBzAEANjjZkJNNN+Iwm8Gs0xrujRFzZ98qkECchq9Z 0z1hiTQqmgPK65NxKGPGfzJnnHb2VjAAsUnzfonr7DJ+V1rkFEINFTqRFbTThaDw vOQNk5zB55uQHbNqIJT+3bOt0/nxgbSWaGBROtlPM1r/lnZEjHw3kI6rfdhdvahF p79zG2CFphVDzCu5Fm21SEdxaEXmM7tQyu6I/3/y+POqmMBIryjuyzwEyZRvPAL4 n6uwZXxG4lVRvuPr8qzRVCAWR3BVktEQ3uDpfr9tQ== X-ME-Proxy: X-ME-Sender: Message-Id: <1536930241.237037.1508091416.4D9931BC@webmail.messagingengine.com> From: Daniel Shahaf To: zsh-announce@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e556cd15 Subject: zsh 5.6.2 released Date: Fri, 14 Sep 2018 13:04:01 +0000 Version 5.6.2 of zsh has been released and will later today be available from http://www.zsh.org/pub/ and https://sourceforge.net/projects/zsh/files/ . This release fixes another case of SIGTTOU with pipelines and a case where SIGWINCH (terminal emulator size change) was ignored. See README and NEWS in the source distribution for more information.