Skip to content

Commit

Permalink
2014.01.23, Version 0.10.25 (Stable)
Browse files Browse the repository at this point in the history
* uv: Upgrade to v0.10.23

* npm: Upgrade to v1.3.24

* v8: Fix enumeration for objects with lots of properties

* child_process: fix spawn() optional arguments (Sam Roberts)

* cluster: report more errors to workers (Fedor Indutny)

* domains: exit() only affects active domains (Ryan Graham)

* src: OnFatalError handler must abort() (Timothy J Fontaine)

* stream: writes may return false but forget to emit drain (Yang Tianyang)
  • Loading branch information
tjfontaine committed Jan 23, 2014
1 parent 8b7ec73 commit bc2f31a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,9 @@ Gabriel Falkenberg <[email protected]>
Kai Groner <[email protected]>
Gabriel Farrell <[email protected]>
Nicolas Kaiser <[email protected]>
Lev Gimelfarb <[email protected]>
Dav Glass <[email protected]>
ayanamist <[email protected]>
Lorenz Leutgeb <[email protected]>
Brandon Cheng <[email protected]>
Alexis Campailla <[email protected]>
21 changes: 20 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
2013.12.18, Version 0.10.24 (Stable)
2014.01.23, Version 0.10.25 (Stable)

* uv: Upgrade to v0.10.23

* npm: Upgrade to v1.3.24

* v8: Fix enumeration for objects with lots of properties

* child_process: fix spawn() optional arguments (Sam Roberts)

* cluster: report more errors to workers (Fedor Indutny)

* domains: exit() only affects active domains (Ryan Graham)

* src: OnFatalError handler must abort() (Timothy J Fontaine)

* stream: writes may return false but forget to emit drain (Yang Tianyang)


2013.12.18, Version 0.10.24 (Stable), b7fd6bc899ccb629d790c47aee06aba87e535c41

* uv: Upgrade to v0.10.21

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 25

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_TAG
# define NODE_TAG ""
Expand Down

0 comments on commit bc2f31a

Please sign in to comment.