Sourced from github.com/creack/pty's releases.
v1.1.23
What's Changed
- Upgrade to go version 1.18.2 to fix multiple CVEs by
@pinaki124
in creack/pty#154- Tests cleanup by
@creack
in creack/pty#173- Revert #167 to avoid race on Linux. by
@creack
in creack/pty#177- Add non-blocking notes by
@WeidiDeng
in creack/pty#180- ztypes_openbsd_32bit_int.go: remove arch list by
@n2vi
in creack/pty#189New Contributors
@pinaki124
made their first contribution in creack/pty#154@WeidiDeng
made their first contribution in creack/pty#180@n2vi
made their first contribution in creack/pty#189Full Changelog: https://github.com/creack/pty/compare/v1.1.20...v1.1.23
2cde18b
Fix go.mod08e77a0
Merge pull request #189 from
n2vi/openbsd-arch-free3c9ed8d
ztypes_openbsd_32bit_int.go: remove arch list03db72c
Merge pull request #180 from
WeidiDeng/non-blockingf3f519e
add notes to README.md2711aac
using a larger timeout in testbb5f79c
re-enable non-blocking tests