Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 09b4828

Browse files
committed
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)
1 parent 6168fe6 commit 09b4828

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
2014.12.22, Version 0.10.35 (Stable)
1+
2015.01.26, Version 0.10.36 (Stable)
2+
3+
* openssl: update to 1.0.1l
4+
5+
* v8: Fix debugger and strict mode regression (Julien Gilli)
6+
7+
* v8: don't busy loop in cpu profiler thread (Ben Noordhuis)
8+
9+
10+
2014.12.22, Version 0.10.35 (Stable), a363f61ca839e817eb6853c5dc5af8c3b9b9226b
211

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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 36
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)