Skip to content

Commit

Permalink
Blog: v15.0.1 release post
Browse files Browse the repository at this point in the history
  • Loading branch information
BethGriggs committed Oct 21, 2020
1 parent f984d52 commit e9e505b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions locale/en/blog/release/v15.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
date: 2020-10-21T20:24:21.162Z
version: 15.0.1
category: release
title: Node v15.0.1 (Current)
slug: node-v15-0-1
layout: blog-post.hbs
author: Bethany Nicolle Griggs
---

### Notable changes

* **crypto**: fix regression on randomFillSync (James M Snell) [#35723](https://github.com/nodejs/node/pull/35723)
* This fixes issue https://github.com/nodejs/node/issues/35722.
* **deps**: upgrade npm to 7.0.3 (Ruy Adorno) [#35724](https://github.com/nodejs/node/pull/35724)
* **doc**: add release key for Danielle Adams (Danielle Adams) [#35545](https://github.com/nodejs/node/pull/35545)

### Commits

* [[`c509485c19`](https://github.com/nodejs/node/commit/c509485c19)] - **build**: use make functions instead of echo (Antoine du Hamel) [#35707](https://github.com/nodejs/node/pull/35707)
* [[`f5acc2d030`](https://github.com/nodejs/node/commit/f5acc2d030)] - **crypto**: fix regression on randomFillSync (James M Snell) [#35723](https://github.com/nodejs/node/pull/35723)
* [[`595c8df48d`](https://github.com/nodejs/node/commit/595c8df48d)] - **deps**: upgrade npm to 7.0.3 (Ruy Adorno) [#35724](https://github.com/nodejs/node/pull/35724)
* [[`69e7f20f2d`](https://github.com/nodejs/node/commit/69e7f20f2d)] - **deps**: V8: set correct V8 version patch number (Michaël Zasso) [#35732](https://github.com/nodejs/node/pull/35732)
* [[`b78294dc00`](https://github.com/nodejs/node/commit/b78294dc00)] - **doc**: use kbd element in readline doc (Rich Trott) [#35698](https://github.com/nodejs/node/pull/35698)
* [[`1efa87082b`](https://github.com/nodejs/node/commit/1efa87082b)] - **doc**: add release key for Danielle Adams (Danielle Adams) [#35545](https://github.com/nodejs/node/pull/35545)
* [[`6e91d644e3`](https://github.com/nodejs/node/commit/6e91d644e3)] - **doc**: use kbd element in os doc (Rich Trott) [#35656](https://github.com/nodejs/node/pull/35656)
* [[`5a48a7b6f8`](https://github.com/nodejs/node/commit/5a48a7b6f8)] - **doc**: add a statement in the documentation. (Pooja D.P) [#35585](https://github.com/nodejs/node/pull/35585)
* [[`6a7a61be7c`](https://github.com/nodejs/node/commit/6a7a61be7c)] - **src**: mark/pop OpenSSL errors in NewRootCertStore (Daniel Bevenius) [#35514](https://github.com/nodejs/node/pull/35514)
* [[`d54edece99`](https://github.com/nodejs/node/commit/d54edece99)] - **test**: refactor test-crypto-pbkdf2 (Tobias Nießen) [#35693](https://github.com/nodejs/node/pull/35693)

Windows 32-bit Installer: *Coming soon*<br>
Windows 64-bit Installer: *Coming soon*<br>
Windows 32-bit Binary: *Coming soon*<br>
Windows 64-bit Binary: *Coming soon*<br>
macOS 64-bit Installer: *Coming soon*<br>
macOS 64-bit Binary: *Coming soon*<br>
Linux 64-bit Binary: *Coming soon*<br>
Linux PPC LE 64-bit Binary: *Coming soon*<br>
Linux s390x 64-bit Binary: *Coming soon*<br>
AIX 64-bit Binary: *Coming soon*<br>
ARMv7 32-bit Binary: *Coming soon*<br>
ARMv8 64-bit Binary: *Coming soon*<br>
Source Code: *Coming soon*<br>
Other release files: https://nodejs.org/dist/v15.0.1/<br>
Documentation: https://nodejs.org/docs/v15.0.1/api/

### SHASUMS

```
[INSERT SHASUMS HERE]
```

0 comments on commit e9e505b

Please sign in to comment.