TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Luvit 0.8.2 Released

16 pointsby rphillipsalmost 11 years ago
This is the first public release of Luvit 0.8.x series. There have been lots of great bug fixes and improvements from contributors.<p>Background:<p><pre><code> Luvit is an attempt to take Node.js&#x27; awesome architecture and port it to Lua. </code></pre> Website:<p><pre><code> http:&#x2F;&#x2F;luvit.io </code></pre> Github:<p><pre><code> https:&#x2F;&#x2F;github.com&#x2F;luvit&#x2F;luvit </code></pre> Changelog:<p>* Changes between 0.8.1 to 0.8.2<p><pre><code> Bugfixes * Fix an issue with an infinite loop in utils.dump (Ryan Phillips) </code></pre> * Changes between 0.8.0 to 0.8.1<p><pre><code> Bugfixes * File descriptor leak on SyncWriteStream (Ryan Phillips) * Emit error on double write * Improve loading of Root CA Certs (Ryan Phillips) * Pathing fixes for windows (Rob Emanuele) </code></pre> * Changes between 0.7.0 to 0.8.0<p><pre><code> Api Changes * ListenerCount on EventEmitter (Song Gao) New features * libuv poll binding (Ryan Phillips) Bugfixes * errors table misplaced (gsick) * Freebsd Tweaks (Ryan Phillips) * Whitespace cleanup (Tim Caswell) * NPM Support (Wouter Scherphof) * Documentation tweak for core module (Rafis Ganeyev) * Global leaks + DNS Callback (Ryan Phillips) * MSVC Linker tweak to not strip LuaJIT symbols (Andread Lange) * poor use of path join in the zlib test (Rob Emanuele) * uv_print_*_handles (Andread Lange) * Absolute Paths (Tomaz Muraus) * Response Object Error Propagation (Tomaz Muraus) * Posix Signal Handling (Ryan Phillips) * Build fixes for ARM (Tomaz Muraus) Updates * LuaJIT bump to 2.0.3 * LibUV bump to 0.10.27 * OpenSSL Bump to 1.0.1h</code></pre>

no comments

no comments