X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=ZQ5ywpIJ+OfiKZVV wRAKZUDO6IWcnGSM4lTn9tlL02oGmyiS8OpJolUcyuVaVKx5GINvZtB+fOceBVfx XHZGx2oYpyB5Mw/23x5WxhWXrV9ZNxzrm2y/okIR5GSIiHS6tBs9DiA8186AO/y1 7LSfMJ4GFeGUC40RWkmxy6K2f/8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=9D4hwpMdHtvZClk8+OqJ2m zdMmM=; b=B/K6HaUJQTnp/3G6JMmFFQlRF6kr6sC/RErLtNK1K5XmHDeNzZjdPn gXP9kuGWNTAEyYDagoWoa/ck/LNvfyaBRFq6I1Y88/1ozHEwTlCbPqnU2SV0xgmN IuknRW5olWz1r7VZAaTIWiXQtbt9riOQOcTO3wHkqS+EezkfWlUOw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_50,KAM_ASCII_DIVIDERS,SPF_PASS,TVD_RCVD_IP,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 Date: Sun, 1 Nov 2015 22:33:52 -0800 (PST) From: "Peter A. Castro" To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: zsh-5.1.1-1 Message-Id: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-IsSubscribed: yes An updated version of zsh (zsh-5.1.1-1) has been released and should be at a mirror near you real soon. This is an upstream release. NOTICE: ======= Version 5.1.1 has just been released for both 32-bit and 64-bit Cygwin. NEWS: ===== (From the release notes: http://zsh.sourceforge.net/releases.html) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Changes between versions 5.1 and 5.1.1 o The ZLE variables YANK_ACTIVE, YANK_START and YANK_END have been added and are useful for managing highlighting. o The zsh-specific pattern match range tests have been supplemented with [:INCOMPLETE:] and [:INVALID:] to help detect the state of partially read multibyte character strings. Changes between versions 5.0.8 and 5.1 The builtins declare, export, local, readonly and typeset now have corresponding reserved words. When used in this form, the builtin syntax is extended so that assignments following the reserved word are treated similarly to assignments that appear at the start of the command line. For example, local scalar=`echo one word` array=(several words) creates a local "scalar" containing the text "one word" and an array "array" containing the words "several" "words". o The print builtin has new options -x and -X to expand tabs. o Several new command completions and numerous updates to others. o Options to "fc" to segregate internal and shared history. o All emulations including "sh" use multibyte by default; several repairs to multibyte handling. o ZLE supports "bracketed paste" mode to avoid interpreting pasted newlines as accept-line. Pastes can be highlighted for visibility and to make it more obvious whether accept-line has occurred. o Improved (though still not perfect) POSIX compatibility for getopts builtin when POSIX_BUILTINS is set. o New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior. o Completion of date values now displays in a calendar format when the complist module is available. Controllable by zstyle. o New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat. o Several repairs/improvements to the contributed narrow-to-region ZLE function. o Many changes to child-process and signal handling to eliminate race conditions and avoid deadlocks on descriptor and memory management. o New builtin sysopen in zsh/system module for detailed control of file descriptor modes. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- See ChangeLogs for full details. ChangeLogs: http://www.fruitbat.org/Cygwin/zsh/ChangeLog-5.1.1 Homepage: http://www.zsh.org DESCRIPTION: ============ Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles `ksh' but includes many enhancements. Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. UPDATE: ======= To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Save it and run setup, answer the questions and pick up 'zsh' in the 'Shell' category (you will have select it). DOWNLOAD: ========= Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: ================================= To unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM at cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at that URL. -- --=> Peter A. Castro Email: doctor at fruitbat dot org / Peter dot Castro at oracle dot com "Cats are just autistic Dogs" -- Dr. Tony Attwood -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple