|
| 1 | +2016.04.08, Version 1.9.0 (Stable), 229b3a4cc150aebd6561e6bd43076eafa7a03756 |
| 2 | + |
| 3 | +Changes since version 1.8.0: |
| 4 | + |
| 5 | +* win: wait for full timeout duration (João Reis) |
| 6 | + |
| 7 | +* unix: fix support for uClibc-ng (Martin Bark) |
| 8 | + |
| 9 | +* doc: indicate where new test files need to be added (Dave) |
| 10 | + |
| 11 | +* test,unix: fix logic error in test runner (Ben Noordhuis) |
| 12 | + |
| 13 | +* fs: don't nullify req->bufs on EINTR (Dave) |
| 14 | + |
| 15 | +* osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé) |
| 16 | + |
| 17 | +* build: invoke libtoolize with --copy (Ben Noordhuis) |
| 18 | + |
| 19 | +* test: fixup eintr_handling (Saúl Ibarra Corretgé) |
| 20 | + |
| 21 | +* osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé) |
| 22 | + |
| 23 | +* test,win: fix compilation with shared lib (Alexis Murzeau) |
| 24 | + |
| 25 | +* test: fix race condition in pipe-close-stdout (Imran Iqbal) |
| 26 | + |
| 27 | +* unix,win: add uv_os_tmpdir() (cjihrig) |
| 28 | + |
| 29 | +* ios: fix undefined PTHREAD_STACK_MIN (Didiet) |
| 30 | + |
| 31 | +* test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal) |
| 32 | + |
| 33 | +* unix: report errors for unpollable fds (Ben Noordhuis) |
| 34 | + |
| 35 | +* win: fix watching root files (Nicholas Vavilov) |
| 36 | + |
| 37 | +* build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé) |
| 38 | + |
| 39 | +* build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé) |
| 40 | + |
| 41 | +* test,win: fix compilation warning (Saúl Ibarra Corretgé) |
| 42 | + |
| 43 | +* test: use uv_loop_close and assert its result (Nan Xiang) |
| 44 | + |
| 45 | +* build: map 'AMD64' host arch to 'x64' (Ben Noordhuis) |
| 46 | + |
| 47 | +* osx: protected use of potentially undefined macro (Samuel Lorétan) |
| 48 | + |
| 49 | +* linux: fix compilation with musl (Saúl Ibarra Corretgé) |
| 50 | + |
| 51 | +* doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé) |
| 52 | + |
| 53 | +* doc: add missing link in README (Saúl Ibarra Corretgé) |
| 54 | + |
| 55 | +* build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen) |
| 56 | + |
| 57 | +* test: assume no IPv6 if interfaces cannot be listed (Nan Xiang) |
| 58 | + |
| 59 | +* darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé) |
| 60 | + |
| 61 | +* doc: add missing write callback to example (Nándor István Krácser) |
| 62 | + |
| 63 | +* build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal) |
| 64 | + |
| 65 | +* test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal) |
| 66 | + |
| 67 | +* test: reduce timeout in tcp_close_while_connecting (Imran Iqbal) |
| 68 | + |
| 69 | +* unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé) |
| 70 | + |
| 71 | +* unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé) |
| 72 | + |
| 73 | +* test: fix deadlocks in uv_cond_wait (Katsutoshi Horie) |
| 74 | + |
| 75 | +* linux: fix cpu count (Lukasz Jagiello) |
| 76 | + |
| 77 | +* unix: fix uv__handle_type for AIX (Imran Iqbal) |
| 78 | + |
| 79 | +* linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis) |
| 80 | + |
| 81 | +* win: remove unneeded condition (Saúl Ibarra Corretgé) |
| 82 | + |
| 83 | +* unix: fix compile error in Android using bionic (Robert Chiras) |
| 84 | + |
| 85 | +* linux: add braces to multi-statement if (Kári Tristan Helgason) |
| 86 | + |
| 87 | +* doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé) |
| 88 | + |
| 89 | +* unix: add fork-safe open file function (Kári Tristan Helgason) |
| 90 | + |
| 91 | +* linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason) |
| 92 | + |
| 93 | +* linux: remove redundant call to rewind() (Krishnaraj Bhat) |
| 94 | + |
| 95 | +* win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé) |
| 96 | + |
| 97 | +* test: fix poll_bad_fdtype for AIX (Imran Iqbal) |
| 98 | + |
| 99 | +* linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé) |
| 100 | + |
| 101 | +* poll: add UV_DISCONNECT event (Santiago Gimeno) |
| 102 | + |
| 103 | +* fs: realpath: fix string size before converting (Yuval Brik) |
| 104 | + |
| 105 | +* win: use native APIs for UTF conversions (cjihrig) |
| 106 | + |
| 107 | +* doc: clarify uv_loop_close() (Ben Noordhuis) |
| 108 | + |
| 109 | +* unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis) |
| 110 | + |
| 111 | +* win,build: remove unused build defines (Saúl Ibarra Corretgé) |
| 112 | + |
| 113 | +* win: fix buffer overflow in fs events (Joran Dirk Greef) |
| 114 | + |
| 115 | +* win: fix uv_relative_path and remove dead branch (Joran Dirk Greef) |
| 116 | + |
| 117 | +* unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason) |
| 118 | + |
| 119 | +* test: add missing copyright header (cjihrig) |
| 120 | + |
| 121 | +* aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis) |
| 122 | + |
| 123 | +* unix,win: add uv_get_passwd() (cjihrig) |
| 124 | + |
| 125 | +* process: fix uv_spawn edge-case (Santiago Gimeno) |
| 126 | + |
| 127 | +* test: use %ld for printing uid/gid (Ben Noordhuis) |
| 128 | + |
| 129 | +* aix: fix ahafs implementation (Imran Iqbal) |
| 130 | + |
| 131 | +* aix: do not store absolute path to ahafs (Imran Iqbal) |
| 132 | + |
| 133 | +* process: close process pipes safely (Santiago Gimeno) |
| 134 | + |
| 135 | +* unix: open ttyname instead of /dev/tty (Enno Boland) |
| 136 | + |
| 137 | +* unix: remove outdated comment (Kári Tristan Helgason) |
| 138 | + |
| 139 | + |
1 | 140 | 2015.12.15, Version 1.8.0 (Stable), 5467299450ecf61635657557b6e01aaaf6c3fdf4
|
2 | 141 |
|
3 | 142 | Changes since version 1.7.5:
|
|
0 commit comments