|
1 |
| -2013.07.26, Version 0.10.13 (Stable) |
| 1 | +2014.05.02, Version 0.10.27 (Stable) |
| 2 | + |
| 3 | +Changes since version 0.10.26: |
| 4 | + |
| 5 | +* windows: fix console signal handler refcount (Saúl Ibarra Corretgé) |
| 6 | + |
| 7 | +* win: always leave crit section in get_proc_title (Fedor Indutny) |
| 8 | + |
| 9 | + |
| 10 | +2014.04.07, Version 0.10.26 (Stable), d864907611c25ec986c5e77d4d6d6dee88f26926 |
| 11 | + |
| 12 | +Changes since version 0.10.25: |
| 13 | + |
| 14 | +* process: don't close stdio fds during spawn (Tonis Tiigi) |
| 15 | + |
| 16 | +* build, windows: do not fail on Windows SDK Prompt (Marc Schlaich) |
| 17 | + |
| 18 | +* build, windows: fix x64 configuration issue (Marc Schlaich) |
| 19 | + |
| 20 | +* win: fix buffer leak on error in pipe.c (Fedor Indutny) |
| 21 | + |
| 22 | +* kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny) |
| 23 | + |
| 24 | +* linux: always deregister closing fds from epoll (Geoffry Song) |
| 25 | + |
| 26 | +* error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny) |
| 27 | + |
| 28 | + |
| 29 | +2014.02.19, Version 0.10.25 (Stable), d778dc588507588b12b9f9d2905078db542ed751 |
| 30 | + |
| 31 | +Changes since version 0.10.24: |
| 32 | + |
| 33 | +* stream: start thread after assignments (Oguz Bastemur) |
| 34 | + |
| 35 | +* unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé) |
| 36 | + |
| 37 | +* windows: freeze in uv_tcp_endgame (Alexis Campailla) |
| 38 | + |
| 39 | +* sunos: handle rearm errors (Fedor Indutny) |
| 40 | + |
| 41 | + |
| 42 | +2014.01.30, Version 0.10.24 (Stable), aecd296b6bce9b40f06a61c5c94e43d45ac7308a |
| 43 | + |
| 44 | +Changes since version 0.10.23: |
| 45 | + |
| 46 | +* linux: move sscanf() out of the assert() (Trevor Norris) |
| 47 | + |
| 48 | +* linux: fix C99/C++ comment (Fedor Indutny) |
| 49 | + |
| 50 | + |
| 51 | +2014.01.23, Version 0.10.23 (Stable), dbd218e699fec8be311d85e4788be9e28ae884f8 |
| 52 | + |
| 53 | +Changes since version 0.10.22: |
| 54 | + |
| 55 | +* linux: relax assumption on /proc/stat parsing (Luca Bruno) |
| 56 | + |
| 57 | +* openbsd: fix obvious bug in uv_cpu_info (Fedor Indutny) |
| 58 | + |
| 59 | +* process: close stdio after dup2'ing it (Fedor Indutny) |
| 60 | + |
| 61 | + |
| 62 | +2014.01.08, Version 0.10.22 (Stable), f526c90eeff271d9323a9107b9a64a4671fd3103 |
| 63 | + |
| 64 | +Changes since version 0.10.21: |
| 65 | + |
| 66 | +* windows: avoid assertion failure when pipe server is closed (Bert Belder) |
| 67 | + |
| 68 | + |
| 69 | +2013.12.19, Version 0.10.21 (Stable), 375ebce068555f0ca8151b562edb5f1b263022db |
| 70 | + |
| 71 | +Changes since version 0.10.20: |
| 72 | + |
| 73 | +* unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton) |
| 74 | + |
| 75 | + |
| 76 | +2013.12.13, Version 0.10.20 (Stable), 04141464dd0fba90ace9aa6f7003ce139b888a40 |
| 77 | + |
| 78 | +Changes since version 0.10.19: |
| 79 | + |
| 80 | +* linux: fix up SO_REUSEPORT back-port (Ben Noordhuis) |
| 81 | + |
| 82 | +* fs-event: fix invalid memory access (huxingyi) |
| 83 | + |
| 84 | + |
| 85 | +2013.11.13, Version 0.10.19 (Stable), 33959f7524090b8d2c6c41e2400ca77e31755059 |
| 86 | + |
| 87 | +Changes since version 0.10.18: |
| 88 | + |
| 89 | +* darwin: avoid calling GetCurrentProcess (Fedor Indutny) |
| 90 | + |
| 91 | +* unix: update events from pevents between polls (Fedor Indutny) |
| 92 | + |
| 93 | +* fsevents: support japaneese characters in path (Chris Bank) |
| 94 | + |
| 95 | +* linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis) |
| 96 | + |
| 97 | +* build: fix windows smp build with gyp (Geert Jansen) |
| 98 | + |
| 99 | +* linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis) |
| 100 | + |
| 101 | +* unix: fix reopened fd bug (Fedor Indutny) |
| 102 | + |
| 103 | +* core: fix fake watcher list and count preservation (Fedor Indutny) |
| 104 | + |
| 105 | + |
| 106 | +2013.10.19, Version 0.10.18 (Stable), 9ec52963b585e822e87bdc5de28d6143aff0d2e5 |
| 107 | + |
| 108 | +Changes since version 0.10.17: |
| 109 | + |
| 110 | +* unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis) |
| 111 | + |
| 112 | +* unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis) |
| 113 | + |
| 114 | +* unix: revert recent FSEvent changes (Ben Noordhuis) |
| 115 | + |
| 116 | +* unix: fix non-synchronized access in signal.c (Ben Noordhuis) |
| 117 | + |
| 118 | + |
| 119 | +2013.09.25, Version 0.10.17 (Stable), 9670e0a93540c2f0d86c84a375f2303383c11e7e |
| 120 | + |
| 121 | +Changes since version 0.10.16: |
| 122 | + |
| 123 | +* build: remove GCC_WARN_ABOUT_MISSING_NEWLINE (Ben Noordhuis) |
| 124 | + |
| 125 | +* darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis) |
| 126 | + |
| 127 | + |
| 128 | +2013.09.06, Version 0.10.16 (Stable), 2bce230d81f4853a23662cbeb26fe98010b1084b |
| 129 | + |
| 130 | +Changes since version 0.10.15: |
| 131 | + |
| 132 | +* windows: make uv_shutdown() for write-only pipes work (Bert Belder) |
| 133 | + |
| 134 | +* windows: make uv_fs_open() report EINVAL when invalid arguments are passed |
| 135 | + (Bert Belder) |
| 136 | + |
| 137 | +* windows: make uv_fs_open() report _open_osfhandle() failure correctly (Bert |
| 138 | + Belder) |
| 139 | + |
| 140 | +* windows: make uv_fs_chmod() report errors correctly (Bert Belder) |
| 141 | + |
| 142 | +* windows: wrap multi-statement macros in do..while block (Bert Belder) |
| 143 | + |
| 144 | + |
| 145 | +2013.08.24, Version 0.10.15 (Stable), 221078a8fdd9b853c6b557b3d9a5dd744b4fdd6b |
| 146 | + |
| 147 | +Changes since version 0.10.14: |
| 148 | + |
| 149 | +* fsevents: create FSEvents thread on demand (Ben Noordhuis) |
| 150 | + |
| 151 | +* fsevents: use a single thread for interacting with FSEvents, because it's not |
| 152 | + thread-safe. (Fedor Indutny) |
| 153 | + |
| 154 | +* fsevents: share FSEventStream between multiple FS watchers, which removes a |
| 155 | + limit on the maximum number of file watchers that can be created on OS X. |
| 156 | + (Fedor Indutny) |
| 157 | + |
| 158 | + |
| 159 | +2013.08.22, Version 0.10.14 (Stable), 15d64132151c18b26346afa892444b95e2addad0 |
| 160 | + |
| 161 | +Changes since version 0.10.13: |
| 162 | + |
| 163 | +* unix: retry waitpid() on EINTR (Ben Noordhuis) |
| 164 | + |
| 165 | + |
| 166 | +2013.07.26, Version 0.10.13 (Stable), 381312e1fe6fecbabc943ccd56f0e7d114b3d064 |
2 | 167 |
|
3 | 168 | Changes since version 0.10.12:
|
4 | 169 |
|
|
0 commit comments