-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Release proposal: v0.12.13 #5967
Commits on Mar 11, 2016
-
win,build: support Visual C++ Build Tools 2015
Invoke MSBuild specifying the target platform as generated by Gyp. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: #5627
Configuration menu - View commit details
-
Copy full SHA for ff2bed6 - Browse repository at this point
Copy the full SHA ff2bed6View commit details
Commits on Mar 14, 2016
-
test: bp fix for test-http-get-pipeline-problem.js
backport fix for test-http-get-pipeline-problem.js from master to 0.12.X. We've been seeing an intermittent failure in runs for zLinux with SLES 12. We confirmed that this fix resolves the issue so would like it in 0.12.X The original commit does not apply cleanly as the paths were changed, but the actual change is identical. The original commit was: 3ba4f71 PR-URL: #3013 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 154098a - Browse repository at this point
Copy the full SHA 154098aView commit details
Commits on Mar 15, 2016
-
deps: Disable EXPORT and LOW ciphers in openssl
openssl-1.0.1s disables EXPORT and LOW ciphers by default. They are obsoleted ciphers and not safe for the current use. Node LTS also deprecates them. Fixes: nodejs/Release#85 PR-URL: #5712 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Shigeki Ohtsu committedMar 15, 2016 Configuration menu - View commit details
-
Copy full SHA for a115779 - Browse repository at this point
Copy the full SHA a115779View commit details -
test: change tls tests not to use LOW cipher
DES-CBC-SHA is LOW cipher and disabled by default and it is used in tests of hornorcipherorder. They are changed as to - use RC4-SHA instead of DES-CBC-SHA. - add ECDHE-RSA-AES256-SHA to entries to keep the number of ciphers. - remove tests for non-default cipher because only SEED and IDEA are available in !RC4:!HIGH:ALL. Fixes: nodejs/Release#85 PR-URL: #5712 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Shigeki Ohtsu committedMar 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 9c06db7 - Browse repository at this point
Copy the full SHA 9c06db7View commit details
Commits on Mar 16, 2016
-
test: skip cluster-disconnect-race on Windows
PR-URL: #5621 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
Configuration menu - View commit details
-
Copy full SHA for ab907eb - Browse repository at this point
Copy the full SHA ab907ebView commit details
Commits on Mar 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2ce2916 - Browse repository at this point
Copy the full SHA 2ce2916View commit details -
2016-03-31 Version 0.12.13 (LTS) Release
Notable changes: * npm: Upgrade to v2.15.1. (Forrest L Norvell) * openssl: OpenSSL v1.0.1s disables the EXPORT and LOW ciphers as they are obsolete and not considered safe. This release of Node.js turns on `OPENSSL_NO_WEAK_SSL_CIPHERS` to fully disable the 27 ciphers included in these lists which can be used in SSLv3 and higher. Full details can be found in our LTS discussion on the matter (nodejs/Release#85). (Shigeki Ohtsu) #5712
Configuration menu - View commit details
-
Copy full SHA for 45c18cc - Browse repository at this point
Copy the full SHA 45c18ccView commit details