|
| 1 | +2015.12.15, Version 1.8.0 (Stable), 5467299450ecf61635657557b6e01aaaf6c3fdf4 |
| 2 | + |
| 3 | +Changes since version 1.7.5: |
| 4 | + |
| 5 | +* unix: fix memory leak in uv_interface_addresses (Jianghua Yang) |
| 6 | + |
| 7 | +* unix: make uv_guess_handle work properly for AIX (Gireesh Punathil) |
| 8 | + |
| 9 | +* fs: undo uv__req_init when uv__malloc failed (Jianghua Yang) |
| 10 | + |
| 11 | +* build: remove unused 'component' GYP option (Saúl Ibarra Corretgé) |
| 12 | + |
| 13 | +* include: remove duplicate extern declaration (Jianghua Yang) |
| 14 | + |
| 15 | +* win: use the MSVC provided snprintf where possible (Jason Williams) |
| 16 | + |
| 17 | +* win, test: fix compilation warning (Saúl Ibarra Corretgé) |
| 18 | + |
| 19 | +* win: fix compilation with VS < 2012 (Ryan Johnston) |
| 20 | + |
| 21 | +* stream: support empty uv_try_write on unix (Fedor Indutny) |
| 22 | + |
| 23 | +* unix: fix request handle leak in uv__udp_send (Jianghua Yang) |
| 24 | + |
| 25 | +* src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis) |
| 26 | + |
| 27 | +* unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis) |
| 28 | + |
| 29 | +* unix: squelch harmless valgrind warning (Ben Noordhuis) |
| 30 | + |
| 31 | +* test: don't abort on setrlimit() failure (Ben Noordhuis) |
| 32 | + |
| 33 | +* unix: only undo fs req registration in async mode (Ben Noordhuis) |
| 34 | + |
| 35 | +* unix: fix uv__getiovmax return value (HungMingWu) |
| 36 | + |
| 37 | +* unix: make work with Solaris Studio. (Adam Stylinski) |
| 38 | + |
| 39 | +* test: fix fs_event_watch_file_currentdir flakiness (Santiago Gimeno) |
| 40 | + |
| 41 | +* unix: skip prohibited syscalls on tvOS and watchOS (Nathan Corvino) |
| 42 | + |
| 43 | +* test: use FQDN in getaddrinfo_fail test (Wink Saville) |
| 44 | + |
| 45 | +* docs: clarify documentation of uv_tcp_init_ex (Andrius Bentkus) |
| 46 | + |
| 47 | +* win: fix comment (Miodrag Milanovic) |
| 48 | + |
| 49 | +* doc: fix typo in README (Angel Leon) |
| 50 | + |
| 51 | +* darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis) |
| 52 | + |
| 53 | +* pipe: enable inprocess uv_write2 on Windows (Louis DeJardin) |
| 54 | + |
| 55 | +* win: properly return UV_EBADF when _close() fails (Nicholas Vavilov) |
| 56 | + |
| 57 | +* test: skip process_title for AIX (Imran Iqbal) |
| 58 | + |
| 59 | +* misc: expose handle print APIs (Petka Antonov) |
| 60 | + |
| 61 | +* include: add stdio.h to uv.h (Saúl Ibarra Corretgé) |
| 62 | + |
| 63 | +* misc: remove unnecessary null pointer checks (Ian Kronquist) |
| 64 | + |
| 65 | +* test,freebsd: skip udp_dual_stack if not supported (Santiago Gimeno) |
| 66 | + |
| 67 | +* linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis) |
| 68 | + |
| 69 | +* unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis) |
| 70 | + |
| 71 | +* test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra Corretgé) |
| 72 | + |
| 73 | +* win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman) |
| 74 | + |
| 75 | +* test: fix test/test-tty.c for AIX (Imran Iqbal) |
| 76 | + |
| 77 | +* android: support api level less than 21 (kkdaemon) |
| 78 | + |
| 79 | +* fsevents: fix race on simultaneous init+close (Fedor Indutny) |
| 80 | + |
| 81 | +* linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé) |
| 82 | + |
| 83 | +* fs: add uv_fs_realpath() (Yuval Brik) |
| 84 | + |
| 85 | +* win: fix path for removed and renamed fs events (Joran Dirk Greef) |
| 86 | + |
| 87 | +* win: do not read more from stream than available (Jeremy Whitlock) |
| 88 | + |
| 89 | +* test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo) |
| 90 | + |
| 91 | +* unix: fix uv_fs_event_stop() from fs_event_cb (Andrey Mazo) |
| 92 | + |
| 93 | +* test: fix self-deadlocks in thread_rwlock_trylock (Ben Noordhuis) |
| 94 | + |
| 95 | +* src: remove non ascii character (sztomi) |
| 96 | + |
| 97 | +* test: fix test udp_multicast_join6 for AIX (Imran Iqbal) |
| 98 | + |
| 99 | + |
1 | 100 | 2015.09.23, Version 1.7.5 (Stable), a8c1136de2cabf25b143021488cbaab05834daa8
|
2 | 101 |
|
3 | 102 | Changes since version 1.7.4:
|
|
0 commit comments