[go: up one dir, main page]

Skip to content

Releases: luvit/luv

1.48.0-2

02 Mar 03:09
7233e6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.48.0-1...1.48.0-2

1.48.0-1

27 Feb 02:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.48.0-0...1.48.0-1

v1.48.0-0

22 Feb 03:21
372da9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.47.0-0...v1.48.0-0

Release v1.47.0-0

06 Jan 03:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.46.0-0...1.47.0-0

Release 1.46.0-0

06 Jan 03:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.45.0-0...1.46.0-0

Release v1.45.0-0

02 Jul 06:13
Compare
Choose a tag to compare

Fixed bugs:

  • segfault on new_thread and worker.queue #636
  • segfault on luv_check_handle #633
  • uv.spawn example code in docs is broken #606
  • pthread_create possible leak #552

Closed issues:

  • request bind v1.45.0 new features #646
  • Luv Async not performing as expected #629
  • Allow for custom installation prefix through CMAKE_INSTALL_PREFIX #627
  • MINGW64 stat defines interfere with FS_CALL macro expansion #624
  • Running commands in strings fails #623
  • Please consider upgrading the minimum required version of cmake #616

Merged pull requests:

1.44.2-1

08 Sep 23:43
Compare
Choose a tag to compare
  • Removed output to stderr from poll callback (#610)
  • A few changes to luajit.cmake to fix detection of unwind table generation (97a84fc and #614)

1.44.2-0

13 Jul 09:25
Compare
Choose a tag to compare
  • Update Libuv to 1.44.2 (#585, #588, #608)
  • Fix build on Cygwin/MSYS (#581)
  • uv.os_get_passwd: Better handling of gid/uid (#590, #591)
  • Add luarocks test support (#593)
  • Simplify luv_thread_dumped (#596)
  • uv.fs_opendir and friends: Fix race condition when uv_dir_t pointer doesn't change between allocations (#598)
  • Fix leak from fs_scandir whenever it wasn't fully iterated via fs_scandir_next (#601)
  • Fix two possible fs_scandir segfaults (#605)
  • Bump luajit to latest HEAD of v2.1 branch (#595, #609)

1.43.0-0

28 Jan 13:26
Compare
Choose a tag to compare
  • Update to Libuv 1.43.0 (#578)
    • Only new function is uv_ip_name which luv does not provide a binding for
  • Change the call to acquire_vm_cb() in luv.new_thread() to be made before the thread is created in luv_new_thread(). (#571)
  • Bump LuaJIT submodule to 1d7b5029c5ba36870d25c67524034d452b761d27 (#573, #579)
  • Bump Lua submodule to Lua v5.4.4 (#579)
  • cmake: Fix install files in mingw (#575)
  • simplify vm management in thread and threadpool (#577)

1.42.0-1

21 Oct 03:18
Compare
Choose a tag to compare
  • Use uv_handle_size/uv_req_size instead of sizeof (#569)
  • LuaJIT: add missing LJ_ENDIAN and LJ_NO_UNWIND checks for DASM (#570) [this fixes building on aarch64]