Skip to content

Releases: luvit/luvi

Luvi v2.0.6 Release

11 May 20:41
v2.0.6
Compare
Choose a tag to compare
  • libuv: Update to v1.5.0 [Tim Caswell]
  • luvi: Go back to release builds [Ryan Phillips]

v2.0.5

04 May 16:30
Compare
Choose a tag to compare

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

01 May 19:31
v2.0.4
Compare
Choose a tag to compare

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

20 Apr 21:54
v2.0.3
Compare
Choose a tag to compare

BSD and Details

  • luvi: Expose bundle.mainPath and bundle.paths [Tim Caswell]
  • luvi: Fix bundle.readfile for BSD. [Tim Caswell]

Luvi v2.0.2 Release

17 Apr 18:22
v2.0.2
Compare
Choose a tag to compare

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

16 Apr 16:59
v2.0.1
Compare
Choose a tag to compare
  • luajit: Go back to stable 2.0.3 version [Tim Caswell]

Luvi v2.0.0 Release

15 Apr 22:14
v2.0.0
Compare
Choose a tag to compare

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

02 Apr 17:05
v1.1.0
Compare
Choose a tag to compare

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

19 Mar 18:06
v1.0.1
Compare
Choose a tag to compare

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

10 Mar 22:50
v1.0.0
Compare
Choose a tag to compare

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.