-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v15.0.1 proposal #35736
v15.0.1 proposal #35736
Conversation
PR-URL: #35585 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Use kbd element for key strokes and remove extra parentheses. PR-URL: #35656 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
PR-URL: #35693 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Add Danielle Adams's release key. PR-URL: #35545 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Signed-off-by: James M Snell <[email protected]> Fixes: #35722 PR-URL: #35723 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Review requested:
|
b94e07b
to
f7abd6a
Compare
Would be great to pull this #35732 in ➰ |
Codecov Report
@@ Coverage Diff @@
## v15.x #35736 +/- ##
========================================
Coverage ? 96.40%
========================================
Files ? 220
Lines ? 73676
Branches ? 0
========================================
Hits ? 71026
Misses ? 2650
Partials ? 0 Continue to review full report at Codecov.
|
If possible can we include the npm update? |
PR-URL: #35698 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #35707 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This commit sets the OpenSSL error mark before calling X509_STORE_load_locations and pops the error mark afterwards. The motivation for this is that it is possible that X509_STORE_load_locations can produce errors if the configuration option --openssl-system-ca-path file does not exist. Later if a different function is called which calls an OpenSSL function it could fail because these errors might still be on the OpenSSL error stack. Currently, all functions that call NewRootCertStore clear the OpenSSL error queue upon returning, but this was not the case for example in v12.18.0. PR-URL: #35514 Fixes: #35456 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
The update to V8 8.6 already included the changes from that version, but it wasn't tagged yet. Having the wrong version in tree breaks node-core-utils. PR-URL: #35732 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
f7abd6a
to
a84aedc
Compare
PR-URL: #35724 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Rich Trott <[email protected]>
a84aedc
to
0c5dbc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a link to 15.0.1 in the TOC of CHANGELOG_V15.md
.
0c5dbc1
to
8451c4a
Compare
2020-10-21, Version 15.0.1 (Current), @BethGriggs
Notable changes
Commits
c509485c19
] - build: use make functions instead of echo (Antoine du Hamel) #35707f5acc2d030
] - crypto: fix regression on randomFillSync (James M Snell) #35723595c8df48d
] - deps: upgrade npm to 7.0.3 (Ruy Adorno) #3572469e7f20f2d
] - deps: V8: set correct V8 version patch number (Michaël Zasso) #35732b78294dc00
] - doc: use kbd element in readline doc (Rich Trott) #356981efa87082b
] - doc: add release key for Danielle Adams (Danielle Adams) #355456e91d644e3
] - doc: use kbd element in os doc (Rich Trott) #356565a48a7b6f8
] - doc: add a statement in the documentation. (Pooja D.P) #355856a7a61be7c
] - src: mark/pop OpenSSL errors in NewRootCertStore (Daniel Bevenius) #35514d54edece99
] - test: refactor test-crypto-pbkdf2 (Tobias Nießen) #35693