diff --git a/.mailmap b/.mailmap index f8eeffdd..a1e5f71a 100644 --- a/.mailmap +++ b/.mailmap @@ -8,6 +8,7 @@ Frank Denis Isaac Z. Schlueter Keno Fischer Keno Fischer +Maciej Małecki Marc Schlaich Robert Mustacchi Ryan Dahl diff --git a/AUTHORS b/AUTHORS index 96c6c763..a7c48c4f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -101,3 +101,10 @@ Chris Bank Geert Jansen Alex Gaynor huxingyi +ci-innoq +Steven Kabbes +Tenor Biel +Andrej Manduch +Joshua Neuheisel +Alexis Campailla +Yorkie diff --git a/ChangeLog b/ChangeLog index 7439683a..1f80ecfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2013.12.14, Version 0.11.16 (Unstable) + +Changes since version 0.11.15: + +* fsevents: remove kFSEventStreamCreateFlagNoDefer polyfill (ci-innoq) + +* libuv: add more getaddrinfo errors (Steven Kabbes) + +* unix: fix accept() EMFILE error handling (Ben Noordhuis) + +* linux: fix up SO_REUSEPORT back-port (Ben Noordhuis) + +* fsevents: fix subfolder check (Fedor Indutny) + +* fsevents: fix invalid memory access (huxingyi) + +* windows/timer: fix uv_hrtime discontinuity (Bert Belder) + +* unix: fix various memory leaks and undef behavior (Fedor Indutny) + +* unix, windows: always update loop time (Saúl Ibarra Corretgé) + +* windows: translate system errors in uv_spawn (Alexis Campailla) + +* windows: uv_spawn code refactor (Alexis Campailla) + +* unix, windows: detect errors in uv_ip4/6_addr (Yorkie) + +* stream: introduce uv_try_write(...) (Fedor Indutny) + + 2013.12.13, Version 0.10.20 (Stable), 04141464dd0fba90ace9aa6f7003ce139b888a40 Changes since version 0.10.19: diff --git a/src/version.c b/src/version.c index ff866e0f..52c3a654 100644 --- a/src/version.c +++ b/src/version.c @@ -32,7 +32,7 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 11 #define UV_VERSION_PATCH 16 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #define UV_VERSION ((UV_VERSION_MAJOR << 16) | \