Releases: luvit/luvi
Releases · luvit/luvi
Luvi v2.0.6 Release
- libuv: Update to v1.5.0 [Tim Caswell]
- luvi: Go back to release builds [Ryan Phillips]
v2.0.5
Luvi v2.0.5 Release
- luvi: Bump lua-openssl for signature verification improvements [Ryan Phillips]
- luvi: Documentation tweak in README [Lionel Duboeuf]
Luvi v2.0.4 Release
Cleanups
- luvi: When require is bootstrapped, load main in it's environment. [Tim Caswell]
- luv: Remove printf in luv_status [Ryan Phillips]
Luvi v2.0.3 Release
BSD and Details
- luvi: Expose
bundle.mainPath
andbundle.paths
[Tim Caswell] - luvi: Fix
bundle.readfile
for BSD. [Tim Caswell]
Luvi v2.0.2 Release
Tweaks and Adjustments
- luvi: Add back custom main as a command-line flag
-m
[Tim Caswell] - luv: Merge uv.new_thread with uv.create_thread. [Tim Caswell]
Luvi v2.0.1 Release
- luajit: Go back to stable 2.0.3 version [Tim Caswell]
Luvi v2.0.0 Release
Free the Environment
- luvi: Major change in interface to use command-line args instead of
environment variables. [Tim Caswell] - libuv: Update to latest in v1.x branch. [Tim Caswell]
- luajit: Switch to v2.1 branch. [Tim Caswell]
- luv: Add threading support [George Zhao]
- lua-openssl: Update to latest upstream. [Tim Caswell]
- openssl: Fix build for arm devices [Ryan Phillips]
- luvi: Add string lua 5.3 compat apis, pack,unpack,packsize [George Zhao]
Luvi v1.1.0 Release
Tweaks and Adjustments
- luv: Hard exit on uncaught exceptions in event callbacks [Tim Caswell]
- luv: Remove fprintf for errors. [Ryan Phillips]
- luv: Fix bug in fs_event_start callback. [George Zhao]
- luvi: Match lower-case drive letters on windows [Tim Caswell]
- luvi: No longer include zlib bindings in default build [Tim Caswell]
- luvi: Drop "large" build and rename "static" to "regular" [Tim Caswell]
v1.0.1
Stability and Leak Fixes
- lua-openssl: Update to latest [Ryan Phillips]
- openssl: Update to 1.0.2a [Ryan Phillips]
- luv: Fix spawn memory leak [Ryan Phillips]
- libuv: Reap zombies on spawn [Ryan Phillips]
- luvi: Use static runtime on windows [Rob Emanuele]
- luvi: Add luvi_renamed.lib for windows DLL loading [Rob Emanuele]
- luvi: Fix custom LUVI_MAIN [Ryan Liptak]
v1.0.0
Stability is Here!
- luvi: Add bundle.action API for using objects from the zip bundle. [Tim Caswell]
- luvi: Remove auto coroutine.wrap, ub.start, and uv.stop. [Tim Caswell]
- luvi: Use proper mainpath for auto-require. [Tim Caswell]
- luvi: fix packaging, add -Wall and fix warning [Ryan Phillips]
- luv: expose O_EXLOCK constant on platforms that have it. [Tim Caswell]
- lua-openssl: Update upstream.