diff options
| author | Beth Griggs <Bethany.Griggs@uk.ibm.com> | 2019-12-04 22:06:49 +0000 |
|---|---|---|
| committer | Beth Griggs <Bethany.Griggs@uk.ibm.com> | 2019-12-06 19:54:33 +0000 |
| commit | 7b72862e8880423194fe56e21a5c10bb96918bc2 (patch) | |
| tree | a4b01c2139dd986c473e11e53b591586851ed0fa | |
| parent | 99915bcdd6bd6a2dcf658cefb75a3a19cd7c8378 (diff) | |
| download | node-new-v10.17.1-proposal.tar.gz | |
2019-12-10, Version 10.17.1 'Dubnium' (LTS)v10.17.1-proposal
Notable changes:
- TBD
PR-URL: https://github.com/nodejs/node/pull/30796
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | doc/changelogs/CHANGELOG_V10.md | 24 | ||||
| -rw-r--r-- | src/node_version.h | 2 |
3 files changed, 27 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ee477ff0..fc7fbd7ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. <a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/> </td> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V10.md#10.17.0">10.17.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V10.md#10.17.1">10.17.1</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V10.md#10.17.0">10.17.0</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.16.3">10.16.3</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.16.2">10.16.2</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.16.1">10.16.1</a><br/> diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md index 5e854a4aba..e8d82479b1 100644 --- a/doc/changelogs/CHANGELOG_V10.md +++ b/doc/changelogs/CHANGELOG_V10.md @@ -10,6 +10,7 @@ </tr> <tr> <td valign="top"> +<a href="#10.17.1">10.17.1</a><br/> <a href="#10.17.0">10.17.0</a><br/> <a href="#10.16.3">10.16.3</a><br/> <a href="#10.16.2">10.16.2</a><br/> @@ -56,6 +57,29 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) +<a id="10.17.1"></a> +## 2019-12-10, Version 10.17.1 'Dubnium' (LTS), @BethGriggs + +### Notable changes + +* TBD + +### Commits + +* [[`61d6ac7f05`](https://github.com/nodejs/node/commit/61d6ac7f05)] - **build**: fix configure script to work with Apple Clang 11 (Saagar Jha) [#28071](https://github.com/nodejs/node/pull/28071) +* [[`4d3ec1a43e`](https://github.com/nodejs/node/commit/4d3ec1a43e)] - **build,win**: propagate error codes in vcbuild (João Reis) [#30724](https://github.com/nodejs/node/pull/30724) +* [[`c3e386284e`](https://github.com/nodejs/node/commit/c3e386284e)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724) +* [[`0a7f6fa6b8`](https://github.com/nodejs/node/commit/0a7f6fa6b8)] - **deps**: V8: backport fb63e5cf55e9 (Michaël Zasso) +* [[`99915bcdd6`](https://github.com/nodejs/node/commit/99915bcdd6)] - **http2**: fix session memory accounting after pausing (Michael Lehenbauer) [#30684](https://github.com/nodejs/node/pull/30684) +* [[`8e0ea6ddc4`](https://github.com/nodejs/node/commit/8e0ea6ddc4)] - **http2**: use the latest settings (ZYSzys) [#29780](https://github.com/nodejs/node/pull/29780) +* [[`efeac48ee7`](https://github.com/nodejs/node/commit/efeac48ee7)] - **lib**: fix comment nits in bootstrap\\loaders.js (Vse Mozhet Byt) [#24641](https://github.com/nodejs/node/pull/24641) +* [[`14e7a35e95`](https://github.com/nodejs/node/commit/14e7a35e95)] - **n-api**: correct bug in napi\_get\_last\_error (Octavian Soldea) [#28702](https://github.com/nodejs/node/pull/28702) +* [[`c4dc53c479`](https://github.com/nodejs/node/commit/c4dc53c479)] - **stream**: extract Readable.from in its own file (Matteo Collina) [#30140](https://github.com/nodejs/node/pull/30140) +* [[`fabbc76928`](https://github.com/nodejs/node/commit/fabbc76928)] - **test**: do not fail SLOW tests if they are not slow (Yang Guo) [#25868](https://github.com/nodejs/node/pull/25868) +* [[`501ebbbcf4`](https://github.com/nodejs/node/commit/501ebbbcf4)] - **tools**: update tzdata to 2019c (Myles Borins) [#30479](https://github.com/nodejs/node/pull/30479) +* [[`7ff19bec50`](https://github.com/nodejs/node/commit/7ff19bec50)] - **tools**: move python code out of jenkins shell (Sam Roberts) [#28458](https://github.com/nodejs/node/pull/28458) +* [[`7066335cf0`](https://github.com/nodejs/node/commit/7066335cf0)] - **tools**: fix v8 testing with devtoolset on ppcle (Sam Roberts) [#28458](https://github.com/nodejs/node/pull/28458) + <a id="10.17.0"></a> ## 2019-10-22, Version 10.17.0 'Dubnium' (LTS), @BethGriggs diff --git a/src/node_version.h b/src/node_version.h index 07478dd80c..10414f8ddd 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Dubnium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
