Skip to content

Commit

Permalink
2015.01.26, Version 0.10.36 (Stable)
Browse files Browse the repository at this point in the history
* openssl: update to 1.0.1l

* v8: Fix debugger and strict mode regression (Julien Gilli)

* v8: don't busy loop in cpu profiler thread (Ben Noordhuis)
  • Loading branch information
tjfontaine committed Jan 26, 2015
1 parent 6168fe6 commit 09b4828
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
2014.12.22, Version 0.10.35 (Stable)
2015.01.26, Version 0.10.36 (Stable)

* openssl: update to 1.0.1l

* v8: Fix debugger and strict mode regression (Julien Gilli)

* v8: don't busy loop in cpu profiler thread (Ben Noordhuis)


2014.12.22, Version 0.10.35 (Stable), a363f61ca839e817eb6853c5dc5af8c3b9b9226b

* tls: re-add 1024-bit SSL certs removed by f9456a2 (Chris Dickinson)

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 36

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_TAG
# define NODE_TAG ""
Expand Down

0 comments on commit 09b4828

Please sign in to comment.