2013.06.05, Version 0.10.10 (Stable)
Changes since version 0.10.9: * include: document uv_update_time() and uv_now() (Ben Noordhuis) * linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis) * linux: fix memory leak in uv_cpu_info() error path (Ben Noordhuis) * linux: don't ignore OOM errors in uv_cpu_info() (Ben Noordhuis) * unix, windows: move uv_now() to uv-common.c (Ben Noordhuis) * darwin: make uv_fs_sendfile() respect length param (Wynn Wilkes)
This commit is contained in:
parent
b9eb402fb0
commit
0d95a88bd3
1
AUTHORS
1
AUTHORS
@ -83,3 +83,4 @@ Nils Maier <maierman@web.de>
|
|||||||
Nicholas Vavilov <vvnicholas@gmail.com>
|
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>
|
||||||
|
|||||||
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
|||||||
|
2013.06.05, Version 0.10.10 (Stable)
|
||||||
|
|
||||||
|
Changes since version 0.10.9:
|
||||||
|
|
||||||
|
* include: document uv_update_time() and uv_now() (Ben Noordhuis)
|
||||||
|
|
||||||
|
* linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
|
||||||
|
|
||||||
|
* linux: fix memory leak in uv_cpu_info() error path (Ben Noordhuis)
|
||||||
|
|
||||||
|
* linux: don't ignore OOM errors in uv_cpu_info() (Ben Noordhuis)
|
||||||
|
|
||||||
|
* unix, windows: move uv_now() to uv-common.c (Ben Noordhuis)
|
||||||
|
|
||||||
|
* darwin: make uv_fs_sendfile() respect length param (Wynn Wilkes)
|
||||||
|
|
||||||
|
|
||||||
2013.05.29, Version 0.10.9 (Stable), a195f9ace23d92345baf57582678bfc3017e6632
|
2013.05.29, Version 0.10.9 (Stable), a195f9ace23d92345baf57582678bfc3017e6632
|
||||||
|
|
||||||
Changes since version 0.10.8:
|
Changes since version 0.10.8:
|
||||||
|
|||||||
@ -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 10
|
#define UV_VERSION_PATCH 10
|
||||||
#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