Releases: romkatv/zsh-bin
Releases · romkatv/zsh-bin
v6.1.1
v6.1.0
v6.0.0
v5.0.1
v5.0.0
- Add an option to
install
to add the newly install shell to/etc/shells
. - When installing on Termux, offer
$PREFIX/local
instead of/usr/local
as the recommended installation directory. - Bug fix: merge terminfo definitions when installing Zsh to a location where a terminfo database already exists.
v4.1.0
v4.0.1
v4.0.0
Changes since the last release
- New architecture supported: linux-armv6.
- Archives no longer contain symbolic or hard links.
- Archives no longer have the top-level directory.
- Archives now have man pages in two locations to make it more likely that
man
will find the pages. install
now can take any number of-d
flags.install
now asks by default for the directory where Zsh should be installed.install
can now install to an existing directory such as/usr/local
or~/.local
.install
can now install to a directory that is writable only by root.
v3.0.1
v3.0.0
Changes since the last release
- Support for additional platforms: macOS 64-bit, Cygwin 32/64-bit, MSYS2 32/64-bit.
- The build script is now called
build
. - Suffix
-static
has disappeared from all archives. relocate
now has different (incompatible) flags. Pass-h
to it for help.- Source tarballs can now be cached.
zsh/pcre
now works everywhere except Cygwin.install
can now verify the integrity of downloaded files.install
can now install from a custom URL or custom file.