Skip to content
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

Closed
wants to merge 7 commits into from
Closed

Release proposal: v0.12.13 #5967

wants to merge 7 commits into from

Commits on Mar 11, 2016

  1. 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
    joaocgreis committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ff2bed6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. 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>
    mhdawson authored and jasnell committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    154098a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. 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 committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    a115779 View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    9c06db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. 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>
    gibfahn authored and jasnell committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    ab907eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. deps: upgrade npm in LTS to 2.15.1

    othiym23 authored and rvagg committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    2ce2916 View commit details
    Browse the repository at this point in the history
  2. 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
    rvagg committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    45c18cc View commit details
    Browse the repository at this point in the history