1- 2014.01.23, Version 0.11.18 (Unstable)
1+ 2014.02.28, Version 0.11.21 (Unstable)
2+
3+ Changes since version 0.11.20:
4+
5+ * unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé)
6+
7+ * unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé)
8+
9+
10+ 2014.02.27, Version 0.11.20 (Unstable), 88355e081b51c69ee1e2b6b0015a4e3d38bd0579
11+
12+ Changes since version 0.11.19:
13+
14+ * stream: start thread after assignments (Oguz Bastemur)
15+
16+ * fs: `uv__cloexec()` opened fd (Fedor Indutny)
17+
18+ * gyp: qualify `library` variable (Fedor Indutny)
19+
20+ * unix, win: add uv_udp_set_multicast_interface() (Austin Foxley)
21+
22+ * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)
23+
24+ * unix: call setgoups before calling setuid/setgid (Saúl Ibarra Corretgé)
25+
26+ * include: mark close_cb field as private (Saúl Ibarra Corretgé)
27+
28+ * unix, windows: map EFBIG errno (Saúl Ibarra Corretgé)
29+
30+ * unix: correct error when calling uv_shutdown twice (Keno Fischer)
31+
32+ * windows: fix building on MinGW (Alex Crichton)
33+
34+ * windows: always initialize uv_process_t (Alex Crichton)
35+
36+ * include: expose libuv version in header files (Saúl Ibarra Corretgé)
37+
38+ * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
39+
40+ * windows: freeze in uv_tcp_endgame (Alexis Campailla)
41+
42+ * sunos: handle rearm errors (Fedor Indutny)
43+
44+ * unix: use a heap for timers (Ben Noordhuis)
45+
46+ * linux: always deregister closing fds from epoll (Geoffry Song)
47+
48+ * linux: include grp.h for setgroups() (William Light)
49+
50+ * unix, windows: add uv_loop_init and uv_loop_close (Saúl Ibarra Corretgé)
51+
52+ * unix, windows: add uv_getrusage() function (Oleg Efimov)
53+
54+ * win: minor error handle fix to uv_pipe_write_impl (Rasmus Pedersen)
55+
56+ * heap: fix node removal (Keno Fischer)
57+
58+ * win: fix C99/C++ comment (Rasmus Pedersen)
59+
60+ * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
61+
62+ * unix, windows: add uv_pipe_getsockname (Saúl Ibarra Corretgé)
63+
64+ * unix, windows: map ENOPROTOOPT errno (Saúl Ibarra Corretgé)
65+
66+ * errno: add ETXTBSY (Fedor Indutny)
67+
68+ * fsevent: rename filename field to path (Saúl Ibarra Corretgé)
69+
70+ * unix, windows: add uv_fs_event_getpath (Saúl Ibarra Corretgé)
71+
72+ * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)
73+
74+ * unix, windows: map ERANGE errno (Saúl Ibarra Corretgé)
75+
76+ * unix, windows: set required size on UV_ENOBUFS (Saúl Ibarra Corretgé)
77+
78+ * unix, windows: clarify what uv_stream_set_blocking does (Saúl Ibarra
79+ Corretgé)
80+
81+ * fs: use preadv on Linux if available (Brian White)
82+
83+
84+ 2014.01.30, Version 0.11.19 (Unstable), 336a1825309744f920230ec3e427e78571772347
85+
86+ Changes since version 0.11.18:
87+
88+ * linux: move sscanf() out of the assert() (Trevor Norris)
89+
90+ * linux: fix C99/C++ comment (Fedor Indutny)
91+
92+
93+ 2014.01.30, Version 0.10.24 (Stable), aecd296b6bce9b40f06a61c5c94e43d45ac7308a
94+
95+ Changes since version 0.10.23:
96+
97+ * linux: move sscanf() out of the assert() (Trevor Norris)
98+
99+ * linux: fix C99/C++ comment (Fedor Indutny)
100+
101+
102+ 2014.01.23, Version 0.11.18 (Unstable), d47962e9d93d4a55a9984623feaf546406c9cdbb
2103
3104Changes since version 0.11.17:
4105
@@ -21,7 +122,7 @@ Changes since version 0.11.17:
21122* linux: move sscanf() out of the assert() (Trevor Norris)
22123
23124
24- 2014.01.23, Version 0.10.23 (Stable)
125+ 2014.01.23, Version 0.10.23 (Stable), dbd218e699fec8be311d85e4788be9e28ae884f8
25126
26127Changes since version 0.10.22:
27128
0 commit comments