|
| 1 | +2015.01.29, Version 1.3.0 (Stable), 165685b2a9a42cf96501d79cd6d48a18aaa16e3b |
| 2 | + |
| 3 | +Changes since version 1.2.1: |
| 4 | + |
| 5 | +* unix, windows: set non-block mode in uv_poll_init (Saúl Ibarra Corretgé) |
| 6 | + |
| 7 | +* doc: clarify which flags are supported in uv_fs_event_start (Saúl Ibarra |
| 8 | + Corretgé) |
| 9 | + |
| 10 | +* win,unix: move loop functions which have identical implementations (Andrius |
| 11 | + Bentkus) |
| 12 | + |
| 13 | +* doc: explain how the threadpool is allocated (Alex Mo) |
| 14 | + |
| 15 | +* doc: clarify uv_default_loop (Saúl Ibarra Corretgé) |
| 16 | + |
| 17 | +* unix: fix implicit declaration compiler warning (Ben Noordhuis) |
| 18 | + |
| 19 | +* unix: fix long line introduced in commit 94e628fa (Ben Noordhuis) |
| 20 | + |
| 21 | +* unix, win: add synchronous uv_get{addr,name}info (Saúl Ibarra Corretgé) |
| 22 | + |
| 23 | +* linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis) |
| 24 | + |
| 25 | +* build: compile -D_GNU_SOURCE on linux (Ben Noordhuis) |
| 26 | + |
| 27 | +* build: use -fvisibility=hidden in autotools build (Ben Noordhuis) |
| 28 | + |
| 29 | +* fs, pipe: no trailing terminator in exact sized buffers (Andrius Bentkus) |
| 30 | + |
| 31 | +* style: rename buf to buffer and len to size for consistency (Andrius Bentkus) |
| 32 | + |
| 33 | +* test: fix test-spawn on MinGW32 (Luis Martinez de Bartolome) |
| 34 | + |
| 35 | +* win, pipe: fix assertion when destroying timer (Andrius Bentkus) |
| 36 | + |
| 37 | +* win, unix: add pipe_peername implementation (Andrius Bentkus) |
| 38 | + |
| 39 | + |
| 40 | +2015.01.29, Version 0.10.33 (Stable), 7a2253d33ad8215a26c1b34f1952aee7242dd687 |
| 41 | + |
| 42 | +Changes since version 0.10.32: |
| 43 | + |
| 44 | +* linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis) |
| 45 | + |
| 46 | +* test: back-port uv_loop_configure() test (Ben Noordhuis) |
| 47 | + |
| 48 | + |
1 | 49 | 2015.01.15, Version 1.2.1 (Stable), 4ca78e989062a1099dc4b9ad182a98e8374134b1 |
2 | 50 |
|
3 | 51 | Changes since version 1.2.0: |
|
0 commit comments