forked from pool/lua-luv
Update and final version useable for neovim. OBS-URL: https://build.opensuse.org/request/show/713882 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luv?expand=0&rev=4
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jul 7 19:38:27 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make system buildable on Fedora/CentOS as well.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 18:18:59 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Provide public shared library again.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 3 08:05:09 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Upgrade to 1.30.0-0:
|
|
- Reduce latency and speed up testing
|
|
- improve thread and threadpool
|
|
- more flexible callback support
|
|
- Simplify callback in thread and threadpool
|
|
- support custom/external event callback
|
|
- Speed up by reduce regristry table queries
|
|
- Allow dns tests that require an internet connection to fail when offline
|
|
- CMake: use REQUIRED with LuaJIT/Lua
|
|
- cmake: handle luajit 2.1 (#343)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 13 17:01:39 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging
|