|
| 1 | +2015.01.06, Version 1.2.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.1.0: |
| 4 | + |
| 5 | +* linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis) |
| 6 | + |
| 7 | +* tty: implement binary I/O terminal mode (Yuri D'Elia) |
| 8 | + |
| 9 | +* test: fix spawn test with autotools build (Ben Noordhuis) |
| 10 | + |
| 11 | +* test: skip ipv6 tests when ipv6 is not supported (Ben Noordhuis) |
| 12 | + |
| 13 | +* common: move STATIC_ASSERT to uv-common.h (Alexey Melnichuk) |
| 14 | + |
| 15 | +* win/thread: store thread handle in a TLS slot (Alexey Melnichuk) |
| 16 | + |
| 17 | +* unix: fix ttl, multicast ttl and loop options on IPv6 (Saúl Ibarra Corretgé) |
| 18 | + |
| 19 | +* linux: fix support for preadv/pwritev-less kernels (Ben Noordhuis) |
| 20 | + |
| 21 | +* unix: make uv_exepath(size=0) return UV_EINVAL (Ben Noordhuis) |
| 22 | + |
| 23 | +* darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis) |
| 24 | + |
| 25 | +* openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis) |
| 26 | + |
| 27 | +* linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis) |
| 28 | + |
| 29 | +* sunos: preemptively fix uv_exepath(size=1) (Ben Noordhuis) |
| 30 | + |
| 31 | +* win: fix and clarify comments in winapi.h (Bert Belder) |
| 32 | + |
| 33 | +* win: make available NtQueryDirectoryFile (Bert Belder) |
| 34 | + |
| 35 | +* win: add definitions for directory information types (Bert Belder) |
| 36 | + |
| 37 | +* win: use NtQueryDirectoryFile to implement uv_fs_scandir (Bert Belder) |
| 38 | + |
| 39 | +* unix: don't unlink unix socket on bind error (Ben Noordhuis) |
| 40 | + |
| 41 | +* build: fix bad comment in autogen.sh (Ben Noordhuis) |
| 42 | + |
| 43 | +* build: add AC_PROG_LIBTOOL to configure.ac (Ben Noordhuis) |
| 44 | + |
| 45 | +* test: skip udp_options6 if there no IPv6 support (Saúl Ibarra Corretgé) |
| 46 | + |
| 47 | +* win: add definitions for MUI errors mingw lacks (Bert Belder) |
| 48 | + |
| 49 | +* build: enable warnings in autotools build (Ben Noordhuis) |
| 50 | + |
| 51 | +* build: remove -Wno-dollar-in-identifier-extension (Ben Noordhuis) |
| 52 | + |
| 53 | +* build: move flags from Makefile.am to configure.ac (Ben Noordhuis) |
| 54 | + |
| 55 | + |
| 56 | +2015.01.06, Version 0.10.32 (Stable), 378de30c59aef5fdb6d130fa5cfcb0a68fce571c |
| 57 | + |
| 58 | +Changes since version 0.10.31: |
| 59 | + |
| 60 | +* linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis) |
| 61 | + |
| 62 | + |
| 63 | +2014.12.25, Version 1.1.0 (Stable), 9572f3e74a167f59a8017e57ca3ebe91ffd88e18 |
| 64 | + |
| 65 | +Changes since version 1.0.2: |
| 66 | + |
| 67 | +* test: test that closing a poll handle doesn't corrupt the stack (Bert Belder) |
| 68 | + |
| 69 | +* win: fix compilation of tests (Marc Schlaich) |
| 70 | + |
| 71 | +* Revert "win: keep a reference to AFD_POLL_INFO in cancel poll" (Bert Belder) |
| 72 | + |
| 73 | +* win: avoid stack corruption when closing a poll handle (Bert Belder) |
| 74 | + |
| 75 | +* test: fix test-fs-file-loop on Windows (Bert Belder) |
| 76 | + |
| 77 | +* test: fix test-cwd-and-chdir (Bert Belder) |
| 78 | + |
| 79 | +* doc: indicate what version uv_loop_configure was added on (Saúl Ibarra |
| 80 | + Corretgé) |
| 81 | + |
| 82 | +* doc: fix sphinx warning (Saúl Ibarra Corretgé) |
| 83 | + |
| 84 | +* test: skip spawn_setuid_setgid if we get EACCES (Saúl Ibarra Corretgé) |
| 85 | + |
| 86 | +* test: silence some Clang warnings (Saúl Ibarra Corretgé) |
| 87 | + |
| 88 | +* test: relax osx_select_many_fds (Saúl Ibarra Corretgé) |
| 89 | + |
| 90 | +* test: fix compilation warnings when building with Clang (Saúl Ibarra |
| 91 | + Corretgé) |
| 92 | + |
| 93 | +* win: fix autotools build of tests (Luis Lavena) |
| 94 | + |
| 95 | +* gitignore: ignore Visual Studio files (Marc Schlaich) |
| 96 | + |
| 97 | +* win: set fallback message if FormatMessage fails (Marc Schlaich) |
| 98 | + |
| 99 | +* win: fall back to default language in uv_dlerror (Marc Schlaich) |
| 100 | + |
| 101 | +* test: improve compatibility for dlerror test (Marc Schlaich) |
| 102 | + |
| 103 | +* test: check dlerror is "no error" in no error case (Marc Schlaich) |
| 104 | + |
| 105 | +* unix: change uv_cwd not to return a trailing slash (Saúl Ibarra Corretgé) |
| 106 | + |
| 107 | +* test: fix cwd_and_chdir test on Unix (Saúl Ibarra Corretgé) |
| 108 | + |
| 109 | +* test: add uv_cwd output to platform_output test (Saúl Ibarra Corretgé) |
| 110 | + |
| 111 | +* build: fix dragonflybsd autotools build (John Marino) |
| 112 | + |
| 113 | +* win: scandir use 'ls' for formatting long strings (Kenneth Perry) |
| 114 | + |
| 115 | +* build: remove clang and gcc_version gyp defines (Ben Noordhuis) |
| 116 | + |
| 117 | +* unix, windows: don't treat uv_run_mode as a bitmask (Saúl Ibarra Corretgé) |
| 118 | + |
| 119 | +* unix, windows: fix UV_RUN_ONCE mode if progress was made (Saúl Ibarra |
| 120 | + Corretgé) |
| 121 | + |
| 122 | + |
| 123 | +2014.12.25, Version 0.10.31 (Stable), 4dbd27e2219069a6daa769fb37f98673b77b4261 |
| 124 | + |
| 125 | +Changes since version 0.10.30: |
| 126 | + |
| 127 | +* test: test that closing a poll handle doesn't corrupt the stack (Bert Belder) |
| 128 | + |
| 129 | +* win: fix compilation of tests (Marc Schlaich) |
| 130 | + |
| 131 | +* Revert "win: keep a reference to AFD_POLL_INFO in cancel poll" (Bert Belder) |
| 132 | + |
| 133 | +* win: avoid stack corruption when closing a poll handle (Bert Belder) |
| 134 | + |
| 135 | +* gitignore: ignore Visual Studio files (Marc Schlaich) |
| 136 | + |
| 137 | +* win: set fallback message if FormatMessage fails (Marc Schlaich) |
| 138 | + |
| 139 | +* win: fall back to default language in uv_dlerror (Marc Schlaich) |
| 140 | + |
| 141 | +* test: improve compatibility for dlerror test (Marc Schlaich) |
| 142 | + |
| 143 | +* test: check dlerror is "no error" in no error case (Marc Schlaich) |
| 144 | + |
| 145 | +* build: link against -pthread (Logan Rosen) |
| 146 | + |
| 147 | +* win: scandir use 'ls' for formatting long strings (Kenneth Perry) |
| 148 | + |
| 149 | + |
1 | 150 | 2014.12.10, Version 1.0.2 (Stable), eec671f0059953505f9a3c9aeb7f9f31466dd7cd |
2 | 151 |
|
3 | 152 | Changes since version 1.0.1: |
|
0 commit comments