File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2016-12-20, Version 0.12.18 (Maintenance), @rvagg
2
+
3
+ Notable changes:
4
+
5
+ * npm: upgrade from v2.15.1 to v2.15.11 (Jeremiah Senkpiel)
6
+ * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)
7
+
8
+ Commits:
9
+
10
+ * [a47fd4549d] - build: add working lint-ci make target (Rod Vagg) https://github.com/nodejs/node/pull/9151
11
+ * [c130b31cba] - deps: upgrade npm to 2.15.11 (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9619
12
+ * [c7ebd22307] - doc: update npm license in main LICENSE file (Rod Vagg) https://github.com/nodejs/node/pull/10352
13
+ * [0cdf344c80] - (SEMVER-MINOR) process: reintroduce ares to versions (Johan Bergström) https://github.com/nodejs/node/pull/9191
14
+ * [d8e27ec30a] - test: mark dgram-multicast-multi-process as flaky (Rod Vagg) https://github.com/nodejs/node/pull/9150
15
+ * [c722335ead] - tls: fix minor jslint failure (Rod Vagg) https://github.com/nodejs/node/pull/9107
16
+
1
17
2016-10-18, Version 0.12.17 (Maintenance), @rvagg
2
18
3
19
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for details on patched vulnerabilities.
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 12
27
27
#define NODE_PATCH_VERSION 18
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_STRINGIFY
32
32
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments