What's Changed
- fix warning about -Wsometimes-uninitialized by @zhaozg in #793
- Allow using WITH_SHARED_LIBUV with rockspec build by @tobil4sk in #794
- Bump to Libuv 1.52.0 by @truemedian in #796
- Ensure consistent handling of _ex functions. by @truemedian in #797
- cmake: update FindLua for lua 5.5 by @yselkowitz in #800
- assorted bug fixes and many memory corruption fixes by @truemedian in #799
- cmake: turn MODULE_INSTALL_LIB_DIR into a CMake cache entry by @mcepl in #804
- udp: Add
bindflags that got lost along the way by @squeek502 in #806 - docs: Fix udp_open/tcp_keepalive method forms and add notes by @squeek502 in #805
- Use a unique string for the handle registry instead of a reference by @truemedian in #810
- Potential for buffer overflow after realloc failure by @truemedian in #812
- Fix thread dumping for Lua 5.5 and above by @truemedian in #811
- CMake: Fix version detection for Lua 5.5 by @squeek502 in #814
- Bump to Libuv 1.52.1 by @squeek502 in #815
- Use assert on bind (on the TCP echo server example) by @nilFinx in #813
New Contributors
- @tobil4sk made their first contribution in #794
- @yselkowitz made their first contribution in #800
- @mcepl made their first contribution in #804
- @nilFinx made their first contribution in #813
Full Changelog: 1.51.0-2...1.52.1-0