|
| 1 | +2015.08.28, Version 1.7.3 (Stable), 93877b11c8b86e0a6befcda83a54555c1e36e4f0 |
| 2 | + |
| 3 | +Changes since version 1.7.2: |
| 4 | + |
| 5 | +* threadpool: fix thread starvation bug (Ben Noordhuis) |
| 6 | + |
| 7 | + |
| 8 | +2015.08.25, Version 1.7.2 (Stable), 4d13a013fcfa72311f0102751fdc7951873f466c |
| 9 | + |
| 10 | +Changes since version 1.7.1: |
| 11 | + |
| 12 | +* unix, win: make uv_loop_init return on error (Willem Thiart) |
| 13 | + |
| 14 | +* win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé) |
| 15 | + |
| 16 | +* win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé) |
| 17 | + |
| 18 | +* win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé) |
| 19 | + |
| 20 | + |
| 21 | +2015.08.20, Version 1.7.1 (Stable), 44f4b6bd82d8ae4583ccc4768a83af778ef69f85 |
| 22 | + |
| 23 | +Changes since version 1.7.0: |
| 24 | + |
| 25 | +* doc: document the procedure for verifying releases (Saúl Ibarra Corretgé) |
| 26 | + |
| 27 | +* doc: add note about Windows binaries to the README (Saúl Ibarra Corretgé) |
| 28 | + |
| 29 | +* doc: use long GPG IDs in MAINTAINERS.md (Saúl Ibarra Corretgé) |
| 30 | + |
| 31 | +* Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra |
| 32 | + Corretgé) |
| 33 | + |
| 34 | +* doc: clarify uv_read_stop() is idempotent (Corbin Simpson) |
| 35 | + |
| 36 | +* unix: OpenBSD's setsockopt needs an unsigned char for multicast (Zachary |
| 37 | + Hamm) |
| 38 | + |
| 39 | +* test: Fix two memory leaks (Karl Skomski) |
| 40 | + |
| 41 | +* unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski) |
| 42 | + |
| 43 | +* win: set accepted TCP sockets as non-inheritable (Saúl Ibarra Corretgé) |
| 44 | + |
| 45 | +* unix: remove superfluous parentheses in fs macros (Ben Noordhuis) |
| 46 | + |
| 47 | +* unix: don't copy arguments for sync fs requests (Ben Noordhuis) |
| 48 | + |
| 49 | +* test: plug small memory leak in unix test runner (Ben Noordhuis) |
| 50 | + |
| 51 | +* unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis) |
| 52 | + |
| 53 | +* unix,windows: don't assert on unknown error code (Ben Noordhuis) |
| 54 | + |
| 55 | +* stream: retry write on EPROTOTYPE on OSX (Brian White) |
| 56 | + |
| 57 | +* common: fix use of snprintf on Windows (Saúl Ibarra Corretgé) |
| 58 | + |
| 59 | +* tests: refactored fs watch_dir tests for stability (Jeremy Whitlock) |
| 60 | + |
| 61 | + |
| 62 | +2015.08.06, Version 1.7.0 (Stable), 415a865d6365ba58d02b92b89d46ba5d7744ec8b |
| 63 | + |
| 64 | +Changes since version 1.6.1: |
| 65 | + |
| 66 | +* win,stream: add slot to remember CRT fd (Bert Belder) |
| 67 | + |
| 68 | +* win,pipe: properly close when created from CRT fd (Bert Belder) |
| 69 | + |
| 70 | +* win,pipe: don't close fd 0-2 (Bert Belder) |
| 71 | + |
| 72 | +* win,tty: convert fd -> handle safely (Bert Belder) |
| 73 | + |
| 74 | +* win,tty: properly close when created from CRT fd (Bert Belder) |
| 75 | + |
| 76 | +* win,tty: don't close fd 0-2 (Bert Belder) |
| 77 | + |
| 78 | +* win,fs: don't close fd 0-2 (Bert Belder) |
| 79 | + |
| 80 | +* win: include "malloc.h" (Cheng Zhao) |
| 81 | + |
| 82 | +* windows: MSVC 2015 has C99 inline (Jason Williams) |
| 83 | + |
| 84 | +* dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann) |
| 85 | + |
| 86 | +* dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann) |
| 87 | + |
| 88 | +* dragonflybsd: fix uv_exepath (Michael Neumann) |
| 89 | + |
| 90 | +* win,fs: Fixes align(8) directive on mingw (Stefano Cristiano) |
| 91 | + |
| 92 | +* unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl Ibarra Corretgé) |
| 93 | + |
| 94 | +* win: move logic to set socket non-inheritable to uv_tcp_set_socket (Saúl |
| 95 | + Ibarra Corretgé) |
| 96 | + |
| 97 | +* unix, win: add ability to create tcp/udp sockets early (Saúl Ibarra Corretgé) |
| 98 | + |
| 99 | +* test: retry select() on EINTR, honor milliseconds (Ben Noordhuis) |
| 100 | + |
| 101 | +* unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé) |
| 102 | + |
| 103 | +* test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi) |
| 104 | + |
| 105 | +* core: add UV_VERSION_HEX macro (Saúl Ibarra Corretgé) |
| 106 | + |
| 107 | +* doc: add section with version-checking macros and functions (Saúl Ibarra |
| 108 | + Corretgé) |
| 109 | + |
| 110 | +* tty: cleanup handle if uv_tty_init fails (Saúl Ibarra Corretgé) |
| 111 | + |
| 112 | +* darwin: save a fd when FSEvents is used (Saúl Ibarra Corretgé) |
| 113 | + |
| 114 | +* win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé) |
| 115 | + |
| 116 | +* common: use offsetof for QUEUE_DATA (Saúl Ibarra Corretgé) |
| 117 | + |
| 118 | +* win: remove UV_HANDLE_CONNECTED (A. Hauptmann) |
| 119 | + |
| 120 | +* docs: add Windows specific note for uv_fs_open (Saúl Ibarra Corretgé) |
| 121 | + |
| 122 | +* doc: add note about uv_fs_scandir (Saúl Ibarra Corretgé) |
| 123 | + |
| 124 | +* test,unix: reduce stack size of watchdog threads (Ben Noordhuis) |
| 125 | + |
| 126 | +* win: add support for recursive file watching (Saúl Ibarra Corretgé) |
| 127 | + |
| 128 | +* win,tty: support consoles with non-default colors (John McNamee) |
| 129 | + |
| 130 | +* doc: add missing variable name (Yosuke Furukawa) |
| 131 | + |
| 132 | +* stream: squelch ECONNRESET error if already closed (Santiago Gimeno) |
| 133 | + |
| 134 | +* build: remove ancient condition from common.gypi (Saúl Ibarra Corretgé) |
| 135 | + |
| 136 | +* tests: skip some tests when network is unreachable (Luca Bruno) |
| 137 | + |
| 138 | +* build: proper support for android cross compilation (guworks) |
| 139 | + |
| 140 | +* android: add missing include to pthread-fixes.c (RossBencina) |
| 141 | + |
| 142 | +* test: fix compilation warning (Saúl Ibarra Corretgé) |
| 143 | + |
| 144 | +* doc: add a note about uv_dirent_t.type (Saúl Ibarra Corretgé) |
| 145 | + |
| 146 | +* win,test: fix shared library build (Saúl Ibarra Corretgé) |
| 147 | + |
| 148 | +* test: fix compilation warning (Santiago Gimeno) |
| 149 | + |
| 150 | +* build: add experimental Windows installer (Roger A. Light) |
| 151 | + |
| 152 | +* threadpool: send signal only when queue is empty (chenttuuvv) |
| 153 | + |
| 154 | +* aix: fix uv_exepath with relative paths (Richard Lau) |
| 155 | + |
| 156 | +* build: fix version syntax in AppVeyor file (Saúl Ibarra Corretgé) |
| 157 | + |
| 158 | +* unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving) |
| 159 | + |
| 160 | + |
1 | 161 | 2015.06.06, Version 1.6.1 (Stable), 30c8be07bb78a66fdee5141626bf53a49a17094a
|
2 | 162 |
|
3 | 163 | Changes since version 1.6.0:
|
|
0 commit comments