v0.17.1
Pre-release
Pre-release
There have been quite a few (including backward incompatible changes) since the first "public" release.
Among a few important changes:
- preliminary support for OpenBSD and FreeBSD; (on FreeBSD one requires
fdescfs
mounted on/dev/fd
;) - improve support for Python3+ scriptlets;
- add support for custom
z-run
executable for a particular library; - add support for
z-run --shell
(that runsbash
with a custombashrc
), as well asz-run --export=shell-rc
orz-run --export=shell-functions
, plus the few embedded prologs;) - add support for embedded
--help
manual;
Plus many other smaller fxups, updates, features or improvements.
This release requires Go 16.1 as it uses the newly introduced embedding facility.