Sourced from github.com/creack/pty's releases.
v1.1.21
What's Changed
- Tests cleanup by
@creackin creack/pty#173- Revert #167 to avoid race on Linux. by
@creackin creack/pty#177Full Changelog: https://github.com/creack/pty/compare/v1.1.20...v1.1.21
v1.1.20
What's Changed
- Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints by
@sioin creack/pty#167Full Changelog: https://github.com/creack/pty/compare/v1.1.19...v1.1.20
v1.1.19
What's Changed
- Add some basic tests by
@Frasslein creack/pty#145- Provide correct pty/tty file paths on OpenBSD by
@4a6f656cin creack/pty#148- Add sparc support by
@matoroin creack/pty#157- Add support for the 32-bit PPC Linux platform by
@samm-gitin creack/pty#30- Use upstream compiler for linux/riscv64 and freebsd/riscv64 by
@sioin creack/pty#168New Contributors
@4a6f656cmade their first contribution in creack/pty#148@matoromade their first contribution in creack/pty#157@samm-gitmade their first contribution in creack/pty#30@siomade their first contribution in creack/pty#168Full Changelog: https://github.com/creack/pty/compare/v1.1.18...v1.1.19
f188b6d
Revert go.mod for v1.3194d69
Merge pull request #177 from
creack/revert-nonblock-ioctl8efd70a
Revert #167 to
avoid race on Linux.2dfd24d
Merge pull request #173 from
creack/tests-cleanupcafb3b4
Fix typo.0a15590
Skip tests for go1.6.219f7e0
Add more test helpers, cleanup existing tests. Add editorconfig and
golangci ...ccf8e7e
Add openClose helper in tests to remove duplication.bc68e99
Minor cosmetic cleanups in the tests. Add missing error checks. Use
Fatal ins...a425b37
Bump major version to v2. Drop support for the old riscv in favor of the
offi...