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é)
This commit is contained in:
parent
7efe7d1dc3
commit
b38158dc47
1
AUTHORS
1
AUTHORS
@ -135,3 +135,4 @@ Helge Deller <deller@gmx.de>
|
|||||||
Logan Rosen <loganrosen@gmail.com>
|
Logan Rosen <loganrosen@gmail.com>
|
||||||
Kenneth Perry <thothonegan@gmail.com>
|
Kenneth Perry <thothonegan@gmail.com>
|
||||||
Michael Penick <michael.penick@datastax.com>
|
Michael Penick <michael.penick@datastax.com>
|
||||||
|
Stephen von Takach <steve@advancedcontrol.com.au>
|
||||||
|
|||||||
25
ChangeLog
25
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
|
2015.02.27, Version 0.10.36 (Stable), cc4d42a89a2a0ae0ff8e14321de086eba3c3b4ca
|
||||||
|
|
||||||
Changes since version 0.10.35:
|
Changes since version 0.10.35:
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
#define UV_VERSION_MAJOR 0
|
#define UV_VERSION_MAJOR 0
|
||||||
#define UV_VERSION_MINOR 10
|
#define UV_VERSION_MINOR 10
|
||||||
#define UV_VERSION_PATCH 37
|
#define UV_VERSION_PATCH 37
|
||||||
#define UV_VERSION_IS_RELEASE 0
|
#define UV_VERSION_IS_RELEASE 1
|
||||||
|
|
||||||
|
|
||||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user