2012.09.27, Version 0.8.11 (Stable)
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
This commit is contained in:
parent
b5db5fc9dc
commit
e1f39468fa
@ -1,3 +1,8 @@
|
|||||||
|
2012.09.27, Version 0.8.11 (Stable)
|
||||||
|
|
||||||
|
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
|
||||||
|
|
||||||
|
|
||||||
2012.09.25, Version 0.8.10 (Stable)
|
2012.09.25, Version 0.8.10 (Stable)
|
||||||
|
|
||||||
* npm: Upgrade to 1.1.62
|
* npm: Upgrade to 1.1.62
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define NODE_MAJOR_VERSION 0
|
#define NODE_MAJOR_VERSION 0
|
||||||
#define NODE_MINOR_VERSION 8
|
#define NODE_MINOR_VERSION 8
|
||||||
#define NODE_PATCH_VERSION 11
|
#define NODE_PATCH_VERSION 11
|
||||||
#define NODE_VERSION_IS_RELEASE 0
|
#define NODE_VERSION_IS_RELEASE 1
|
||||||
|
|
||||||
#ifndef NODE_STRINGIFY
|
#ifndef NODE_STRINGIFY
|
||||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user