|  | 
|  | 1 | +2017.12.02, Version 1.18.0 (Stable), 1489c98b7fc17f1702821a269eb0c5e730c5c813 | 
|  | 2 | + | 
|  | 3 | +Changes since version 1.17.0: | 
|  | 4 | + | 
|  | 5 | +* aix: fix -Wmaybe-uninitialized warning (cjihrig) | 
|  | 6 | + | 
|  | 7 | +* doc: remove note about SIGWINCH on Windows (Bartosz Sosnowski) | 
|  | 8 | + | 
|  | 9 | +* Revert "unix,win: wait for threads to start" (Ben Noordhuis) | 
|  | 10 | + | 
|  | 11 | +* unix,win: add uv_os_getpid() (Bartosz Sosnowski) | 
|  | 12 | + | 
|  | 13 | +* unix: remove incorrect assertion in uv_shutdown() (Jameson Nash) | 
|  | 14 | + | 
|  | 15 | +* doc: fix IRC URL in CONTRIBUTING.md (Matt Harrison) | 
|  | 16 | + | 
|  | 17 | + | 
|  | 18 | +2017.11.25, Version 1.17.0 (Stable), 1344d2bb82e195d0eafc0b40ba103f18dfd04cc5 | 
|  | 19 | + | 
|  | 20 | +Changes since version 1.16.1: | 
|  | 21 | + | 
|  | 22 | +* unix: avoid malloc() call in uv_spawn() (Ben Noordhuis) | 
|  | 23 | + | 
|  | 24 | +* doc: clarify the description of uv_loop_alive() (Ed Schouten) | 
|  | 25 | + | 
|  | 26 | +* win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef) | 
|  | 27 | + | 
|  | 28 | +* win: fix build on case-sensitive file systems (Ben Noordhuis) | 
|  | 29 | + | 
|  | 30 | +* win: fix test runner build with mingw64 (Ben Noordhuis) | 
|  | 31 | + | 
|  | 32 | +* win: remove unused variable in test/test-fs.c (Ben Noordhuis) | 
|  | 33 | + | 
|  | 34 | +* zos: add strnlen() implementation (jBarz) | 
|  | 35 | + | 
|  | 36 | +* unix: keep track of bound sockets sent via spawn (jBarz) | 
|  | 37 | + | 
|  | 38 | +* unix,win: wait for threads to start (Ben Noordhuis) | 
|  | 39 | + | 
|  | 40 | +* test: add threadpool init/teardown test (Bartosz Sosnowski) | 
|  | 41 | + | 
|  | 42 | +* test: avoid malloc() in threadpool test (Ben Noordhuis) | 
|  | 43 | + | 
|  | 44 | +* test: lower number of tasks in threadpool test (Ben Noordhuis) | 
|  | 45 | + | 
|  | 46 | +* win: issue memory barrier in uv_thread_join() (Ben Noordhuis) | 
|  | 47 | + | 
|  | 48 | +* ibmi: add support for new platform (Xu Meng) | 
|  | 49 | + | 
|  | 50 | +* test: fix test-spawn compilation (Bartosz Sosnowski) | 
|  | 51 | + | 
|  | 52 | + | 
| 1 | 53 | 2017.11.11, Version 1.16.1 (Stable), 4056fbe46493ef87237e307e0025e551db875e13 | 
| 2 | 54 | 
 | 
| 3 | 55 | Changes since version 1.16.0: | 
|  | 
0 commit comments