2013.07.10, Version 0.10.12 (Stable)
Changes since version 0.10.11: * linux: add support for MIPS (Andrei Sedoi) * windows: uv_spawn shouldn't reject reparse points (Bert Belder) * windows: use WSAGetLastError(), not errno (Ben Noordhuis) * build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis) * build: `all` now builds static and dynamic lib (Ben Noordhuis) * unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
This commit is contained in:
parent
37d0209c89
commit
58a46221bb
1
AUTHORS
1
AUTHORS
@ -84,3 +84,4 @@ Nicholas Vavilov <vvnicholas@gmail.com>
|
|||||||
Miroslav Bajtoš <miro.bajtos@gmail.com>
|
Miroslav Bajtoš <miro.bajtos@gmail.com>
|
||||||
Elliot Saba <staticfloat@gmail.com>
|
Elliot Saba <staticfloat@gmail.com>
|
||||||
Wynn Wilkes <wynnw@movenetworks.com>
|
Wynn Wilkes <wynnw@movenetworks.com>
|
||||||
|
Andrei Sedoi <bsnote@gmail.com>
|
||||||
|
|||||||
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
|||||||
|
2013.07.10, Version 0.10.12 (Stable)
|
||||||
|
|
||||||
|
Changes since version 0.10.11:
|
||||||
|
|
||||||
|
* linux: add support for MIPS (Andrei Sedoi)
|
||||||
|
|
||||||
|
* windows: uv_spawn shouldn't reject reparse points (Bert Belder)
|
||||||
|
|
||||||
|
* windows: use WSAGetLastError(), not errno (Ben Noordhuis)
|
||||||
|
|
||||||
|
* build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
|
||||||
|
|
||||||
|
* build: `all` now builds static and dynamic lib (Ben Noordhuis)
|
||||||
|
|
||||||
|
* unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
|
||||||
|
|
||||||
|
|
||||||
2013.06.13, Version 0.10.11 (Stable), c3b75406a66a10222a589cb173e8f469e9665c7e
|
2013.06.13, Version 0.10.11 (Stable), c3b75406a66a10222a589cb173e8f469e9665c7e
|
||||||
|
|
||||||
Changes since version 0.10.10:
|
Changes since version 0.10.10:
|
||||||
|
|||||||
@ -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 12
|
#define UV_VERSION_PATCH 12
|
||||||
#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