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

Commit 54d808d

Browse files
author
Julien Gilli
committed
Merge branch 'v0.11.16-release' into v0.12
2 parents 5926526 + 8e42e5a commit 54d808d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2015.01.29, Version 0.11.16 (Unstable)
2+
3+
* openssl: Upgrade to 1.0.1l
4+
5+
* npm: Upgrade to 2.3.0
6+
7+
* url: revert support of `path` for url.format" (Julien Gilli)
8+
9+
* assert: use util.inspect() to create error messages (cjihrig)
10+
11+
* net: throw on invalid socket timeouts (cjihrig)
12+
13+
* url: fix parsing of ssh urls (Evan Lucas)
14+
15+
116
2015.01.20, Version 0.11.15 (Unstable), 8a9f263a82089814e69f277f9fecd2888705101b
217

318
* v8: Upgrade to 3.28.73

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 11
2727
#define NODE_PATCH_VERSION 16
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)