|
1 |
| -2015.02.27, Version 1.4.2 (Stable) |
| 1 | +2015.05.07, Version 1.5.0 (Stable), 4e77f74c7b95b639b3397095db1bc5bcc016c203 |
| 2 | + |
| 3 | +Changes since version 1.4.2: |
| 4 | + |
| 5 | +* doc: clarify that the thread pool primites are not thread safe (Andrius |
| 6 | + Bentkus) |
| 7 | + |
| 8 | +* aix: always deregister closing fds from epoll (Michael) |
| 9 | + |
| 10 | +* unix: fix glibc-2.20+ macro incompatibility (Massimiliano Torromeo) |
| 11 | + |
| 12 | +* doc: add Sphinx plugin for generating links to man pages (Saúl Ibarra |
| 13 | + Corretgé) |
| 14 | + |
| 15 | +* doc: link system and library calls to man pages (Saúl Ibarra Corretgé) |
| 16 | + |
| 17 | +* doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé) |
| 18 | + |
| 19 | +* build: update the location of gyp (Stephen von Takach) |
| 20 | + |
| 21 | +* win: name all anonymous structs and unions (TomCrypto) |
| 22 | + |
| 23 | +* linux: work around epoll bug in kernels 3.10-3.19 (Ben Noordhuis) |
| 24 | + |
| 25 | +* darwin: fix size calculation in select() fallback (Ole André Vadla Ravnås) |
| 26 | + |
| 27 | +* solaris: fix setsockopt for multicast options (Julien Gilli) |
| 28 | + |
| 29 | +* test: fix race condition in multithreaded test (Ben Noordhuis) |
| 30 | + |
| 31 | +* doc: fix long lines in tty.rst (Ben Noordhuis) |
| 32 | + |
| 33 | +* test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis) |
| 34 | + |
| 35 | +* unix: don't clobber errno in uv_tty_reset_mode() (Ben Noordhuis) |
| 36 | + |
| 37 | +* unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis) |
| 38 | + |
| 39 | +* win: fix pipe blocking writes (Alexis Campailla) |
| 40 | + |
| 41 | +* build: fix cross-compiling for iOS (Steven Kabbes) |
| 42 | + |
| 43 | +* win: remove unnecessary malloc.h |
| 44 | + |
| 45 | +* include: use `extern "c++"` for defining C++ code (Kazuho Oku) |
| 46 | + |
| 47 | +* unix: reap child on execvp() failure (Ryan Phillips) |
| 48 | + |
| 49 | +* windows: fix handle leak on EMFILE (Brian Green) |
| 50 | + |
| 51 | +* test: fix tty_file, close handle if initialized (Saúl Ibarra Corretgé) |
| 52 | + |
| 53 | +* doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé) |
| 54 | + |
| 55 | +* doc: clarify that we don't maintain external doc resources (Saúl Ibarra |
| 56 | + Corretgé) |
| 57 | + |
| 58 | +* build: add documentation for ninja support (Devchandra Meetei Leishangthem) |
| 59 | + |
| 60 | +* doc: document uv_buf_t members (Corey Farrell) |
| 61 | + |
| 62 | +* linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis) |
| 63 | + |
| 64 | +* android: fix compilation warning (Saúl Ibarra Corretgé) |
| 65 | + |
| 66 | +* unix: don't close the fds we just setup (Sam Roberts) |
| 67 | + |
| 68 | +* test: spawn child replacing std{out,err} to stderr (Saúl Ibarra Corretgé) |
| 69 | + |
| 70 | +* unix: fix swapping fds order in uv_spawn (Saúl Ibarra Corretgé) |
| 71 | + |
| 72 | +* unix: fix potential bug if dup2 fails in uv_spawn (Saúl Ibarra Corretgé) |
| 73 | + |
| 74 | +* test: remove LOG and LOGF variadic macros (Saúl Ibarra Corretgé) |
| 75 | + |
| 76 | +* win: fix uv_fs_access on directories (Saúl Ibarra Corretgé) |
| 77 | + |
| 78 | +* win: fix of double free in uv_uptime (Per Nilsson) |
| 79 | + |
| 80 | +* unix: open "/dev/null" instead of "/" for emfile_fd (Alan Rogers) |
| 81 | + |
| 82 | +* docs: add some missing words (Daryl Haresign) |
| 83 | + |
| 84 | +* unix: clean up uv_fs_open() O_CLOEXEC logic (Ben Noordhuis) |
| 85 | + |
| 86 | +* build: set SONAME for shared library in uv.gyp (Rui Abreu Ferreira) |
| 87 | + |
| 88 | +* windows: define snprintf replacement as inline instead of static (Rui Abreu |
| 89 | + Ferreira) |
| 90 | + |
| 91 | +* win: fix unlink of readonly files (João Reis) |
| 92 | + |
| 93 | +* doc: fix uv_run(UV_RUN_DEFAULT) description (Ben Noordhuis) |
| 94 | + |
| 95 | +* linux: intercept syscall when running under memory sanitizer (Keno Fischer) |
| 96 | + |
| 97 | +* aix: fix uv_interface_addresses return value (farblue68) |
| 98 | + |
| 99 | +* windows: defer reporting TCP write failure until next tick (Saúl Ibarra |
| 100 | + Corretgé) |
| 101 | + |
| 102 | +* test: add test for deferred TCP write failure (Saúl Ibarra Corretgé) |
| 103 | + |
| 104 | + |
| 105 | +2015.02.27, Version 1.4.2 (Stable), 1a7391348a11d5450c0f69c828d5302e2cb842eb |
2 | 106 |
|
3 | 107 | Changes since version 1.4.1:
|
4 | 108 |
|
|
0 commit comments