2013.08.25, Version 0.11.10 (Unstable)
* windows: Re-implement uv_fs_stat. The st_ctime field now contains the change time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks and st_blksize are now also filled out. (Bert Belder) * linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis) * windows: report uv_process_t exit code correctly (Bert Belder) * windows: make uv_fs_chmod() report errors correctly (Bert Belder) * windows: make some more NT apis available for libuv's internal use (Bert Belder) * windows: squelch some compiler warnings (Bert Belder)
This commit is contained in:
parent
f4e4e6a629
commit
742dadcb71
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2013.08.25, Version 0.11.10 (Unstable)
|
||||
|
||||
* windows: Re-implement uv_fs_stat. The st_ctime field now contains the change
|
||||
time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks
|
||||
and st_blksize are now also filled out. (Bert Belder)
|
||||
|
||||
* linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
|
||||
|
||||
* windows: report uv_process_t exit code correctly (Bert Belder)
|
||||
|
||||
* windows: make uv_fs_chmod() report errors correctly (Bert Belder)
|
||||
|
||||
* windows: make some more NT apis available for libuv's internal use (Bert
|
||||
Belder)
|
||||
|
||||
* windows: squelch some compiler warnings (Bert Belder)
|
||||
|
||||
|
||||
2013.08.24, Version 0.11.9 (Unstable), a2d29b5b068cbac93dc16138fb30a74e2669daad
|
||||
|
||||
Changes since version 0.11.8:
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 10
|
||||
#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