2014.03.11, Version 0.11.22 (Unstable)
Changes since version 0.11.21: * unix, windows: map ERANGE errno (Saúl Ibarra Corretgé) * unix, windows: make uv_cwd be consistent with uv_exepath (Saúl Ibarra Corretgé) * process: remove debug perror() prints (Fedor Indutny) * windows: fall back for volume info query (Isaiah Norton) * pipe: allow queueing pending handles (Fedor Indutny) * windows: fix winsock status codes for address errors (Raul Martins) * windows: Remove unused variable from uv__pipe_insert_pending_socket (David Capello) * unix: workaround broken pthread_sigmask on Android (Paul Tan) * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny) * freebsd: use accept4, introduced in version 10 (Saúl Ibarra Corretgé) * windows: fix warnings of MinGW -Wall -O3 (StarWing) * openbsd, osx: fix compilation warning on scandir (Saúl Ibarra Corretgé) * linux: always deregister closing fds from epoll (Geoffry Song) * unix: reopen tty as /dev/tty (Saúl Ibarra Corretgé) * kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
This commit is contained in:
parent
118a0a3c9b
commit
cd0c19b1d3
6
AUTHORS
6
AUTHORS
@ -125,3 +125,9 @@ Oleg Efimov <o.efimov@corp.badoo.com>
|
||||
Lars Gierth <larsg@systemli.org>
|
||||
rcp <zerhacken@yahoo.com>
|
||||
Alexis Campailla <alexis@janeasystems.com>
|
||||
StarWing <weasley.wx@gmail.com>
|
||||
thierry-FreeBSD <thierry@FreeBSD.org>
|
||||
Isaiah Norton <isaiah.norton@gmail.com>
|
||||
Raul Martins <raulms.martins@gmail.com>
|
||||
David Capello <davidcapello@gmail.com>
|
||||
Paul Tan <pyokagan@gmail.com>
|
||||
|
||||
37
ChangeLog
37
ChangeLog
@ -1,3 +1,40 @@
|
||||
2014.03.11, Version 0.11.22 (Unstable)
|
||||
|
||||
Changes since version 0.11.21:
|
||||
|
||||
* unix, windows: map ERANGE errno (Saúl Ibarra Corretgé)
|
||||
|
||||
* unix, windows: make uv_cwd be consistent with uv_exepath (Saúl Ibarra
|
||||
Corretgé)
|
||||
|
||||
* process: remove debug perror() prints (Fedor Indutny)
|
||||
|
||||
* windows: fall back for volume info query (Isaiah Norton)
|
||||
|
||||
* pipe: allow queueing pending handles (Fedor Indutny)
|
||||
|
||||
* windows: fix winsock status codes for address errors (Raul Martins)
|
||||
|
||||
* windows: Remove unused variable from uv__pipe_insert_pending_socket (David
|
||||
Capello)
|
||||
|
||||
* unix: workaround broken pthread_sigmask on Android (Paul Tan)
|
||||
|
||||
* error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
|
||||
|
||||
* freebsd: use accept4, introduced in version 10 (Saúl Ibarra Corretgé)
|
||||
|
||||
* windows: fix warnings of MinGW -Wall -O3 (StarWing)
|
||||
|
||||
* openbsd, osx: fix compilation warning on scandir (Saúl Ibarra Corretgé)
|
||||
|
||||
* linux: always deregister closing fds from epoll (Geoffry Song)
|
||||
|
||||
* unix: reopen tty as /dev/tty (Saúl Ibarra Corretgé)
|
||||
|
||||
* kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
|
||||
|
||||
|
||||
2014.02.28, Version 0.11.21 (Unstable), 3ef958158ae1019e027ebaa93114160099db5206
|
||||
|
||||
Changes since version 0.11.20:
|
||||
|
||||
@ -33,6 +33,6 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 22
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
#endif /* UV_VERSION_H */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user