diff --git a/AUTHORS b/AUTHORS index 1123dd8e..09b850d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -135,3 +135,4 @@ Helge Deller Logan Rosen Kenneth Perry Michael Penick +Stephen von Takach diff --git a/ChangeLog b/ChangeLog index 0b0705d1..278d0357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2016.06.14, Version 0.10.37 (Stable) + +Changes since version 0.10.36: + +* build: update the location of gyp (Stephen von Takach) + +* linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis) + +* test: fix fs_chown when running as root (Ben Noordhuis) + +* tests: skip some tests when network is unreachable (Luca Bruno) + +* unix: do not discard environmental LDFLAGS (Luca Bruno) + +* src: replace ngx_queue_split with ngx_queue_move (Ben Noordhuis) + +* unix: use ngx_queue_move when iterating over lists (Ben Noordhuis) + +* win: fix unsavory rwlock fallback implementation (Bert Belder) + +* unix: map ENFILE errno (Saúl Ibarra Corretgé) + +* doc: add note indicating branch status (Saúl Ibarra Corretgé) + + 2015.02.27, Version 0.10.36 (Stable), cc4d42a89a2a0ae0ff8e14321de086eba3c3b4ca Changes since version 0.10.35: diff --git a/src/version.c b/src/version.c index f9d9b69d..ecf300ec 100644 --- a/src/version.c +++ b/src/version.c @@ -35,7 +35,7 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 10 #define UV_VERSION_PATCH 37 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #define UV_VERSION ((UV_VERSION_MAJOR << 16) | \