2015.02.21, Version 0.10.34 (Stable)
Changes since version 0.10.33: * unix: add atomic-ops.h (Ben Noordhuis) * unix: fix for uv_async data race (Michael Penick) * unix: call setgoups before calling setuid/setgid (Saúl Ibarra Corretgé)
This commit is contained in:
parent
2773e1181d
commit
37aa4aa9b9
1
AUTHORS
1
AUTHORS
@ -134,3 +134,4 @@ Michael Hudson-Doyle <michael.hudson@linaro.org>
|
||||
Helge Deller <deller@gmx.de>
|
||||
Logan Rosen <loganrosen@gmail.com>
|
||||
Kenneth Perry <thothonegan@gmail.com>
|
||||
Michael Penick <michael.penick@datastax.com>
|
||||
|
||||
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2015.02.21, Version 0.10.34 (Stable)
|
||||
|
||||
Changes since version 0.10.33:
|
||||
|
||||
* unix: add atomic-ops.h (Ben Noordhuis)
|
||||
|
||||
* unix: fix for uv_async data race (Michael Penick)
|
||||
|
||||
* unix: call setgoups before calling setuid/setgid (Saúl Ibarra Corretgé)
|
||||
|
||||
|
||||
2015.01.29, Version 0.10.33 (Stable), 7a2253d33ad8215a26c1b34f1952aee7242dd687
|
||||
|
||||
Changes since version 0.10.32:
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 34
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user