Browse Source

2012.10.25, Version 0.8.14 (Stable)

* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
v0.8.14-release v0.8.14
isaacs 12 years ago
parent
commit
b00527fcf0
  1. 7
      ChangeLog
  2. 2
      src/node_version.h

7
ChangeLog

@ -1,4 +1,9 @@
2012.10.25, Version 0.8.13 (Stable) 2012.10.25, Version 0.8.14 (Stable)
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
2012.10.25, Version 0.8.13 (Stable), ff4c974873f9a7cc6a5b042eb9b6389bb8dde6d6
* V8: Upgrade to 3.11.10.25 * V8: Upgrade to 3.11.10.25

2
src/node_version.h

@ -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 14 #define NODE_PATCH_VERSION 14
#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…
Cancel
Save