Opened 9 years ago

Closed 9 years ago

#6874 closed enhancement (fixed)

zsh-5.1

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

Past versions can be found at

http://www.zsh.org/pub/old/

New minor version:

Notice s/tar.bz2/tar.xz/

http://www.zsh.org/pub/zsh-5.1.tar.xz

http://www.zsh.org/pub/zsh-5.1-doc.tar.xz

http://www.zsh.org/pub/MD5SUM

1cae4809faf084081fb9aa08a3041288  zsh-5.1-doc.tar.xz
fbf736a6540873f4fb7bdaf70cafb1f0  zsh-5.1.tar.xz

http://www.zsh.org/mla/zsh-users/20489

...
Date: Sun, 30 Aug 2015 20:13:24 +0100
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: zsh 5.1 released [user]

[You may or may not also get this from zsh-announce@zsh.org, but this is
likely to arrive more quickly in any case so I thought I'd send it here.
Do not ingest your SATS.]

Version 5.1 of zsh has been released and is available from

http://www.zsh.org/pub/

and will be uploaded to Sourceforge.

Note that in addition to the tar.gz files (for people who like
traditional compression schemes) there are also tar.xz rather than
tar.bz2 files (for people how like the latest compression scheme).  The
latter are uncompressed with "tar xJf", rather than "tar xjf".

This is an upgrade from 5.0.8.  A two-digit release number has been
picked as a simplification: it does not imply that this version is
substantially different from the previous release.

There are a couple of interesting enhancements.  In particular, there is
now support for genuine assignment syntax after keywords such as "local"
and "typeset"

Also, text pased within X terminals is safer as it appears as characters
rather than raw input (so in particular you need to hit Return to
execute it).  Note that slight tweaks to this may occur in future
versions, though the general scheme is likely to remain the default.

See the README and NEWS files for more.

There are also many bug fixes, notably better protection against race
conditions in interrupts (typically, but not necessarily, those
resulting from exiting child processes), as well as enhancments to
completion functions.

...

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16365.

Note: See TracTickets for help on using tickets.