Release v1.45.0-0
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:
- Add access(2) constants to the constants table #655 (rpigott)
- thread_setaffinity: Allow
affinity
param to have a length less thancpumask_size()
#652 (squeek502) - Some small cleanups #651 (squeek502)
- Update version to 1.45.0 in CMakeLists.txt #650 (squeek502)
- V1.45 #649 (zhaozg)
- [docs] Correct parameter name and type of fs_lstat #645 (jgottzen)
- add some code quality tools #641 (zhaozg)
- avoid thread be released before it done #640 (zhaozg)
- doc: update for new_thread note #639 (erw7)
- fix thread arguments limit #638 (zhaozg)
- [docs] Correct parameter typed as uv_fs_event_t #637 (CKolkey)
- docs: new_work & new_thread string argument #635 (Bilal2453)
- fix segfault in luv_check_handle/luv_check_stream #634 (Bilal2453)
- build: fix cmake find module names #631 (dundargoc)
- Fixes #627; allowing a custom install prefix. #628 (MIvanchev)
- Fix compile warnings. #626 (XuNeo)
- Modify the FS_CALL macros to fix MINGW64 builds #625 (Duckwhale)
- Remove unnecessary whitespace and semicolon #622 (ravener)
- docs: fix uv_req_t content hash #621 (Bilal2453)
- docs: document uv.errno #620 (Bilal2453)
- add
uv.errno
table contains all uv errno value #619 (zhaozg) - cmake: Bump minimum version to 2.8.12 #617 (squeek502)
- remove unused code #615 (zhaozg)