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.10.44 #5968

Closed
wants to merge 5 commits into from
Closed

Release proposal: v0.10.44 #5968

wants to merge 5 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
    905bec2 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
    0847954 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 AES128-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
    6bb86e7 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
    9fe106c View commit details
    Browse the repository at this point in the history
  2. 2016-03-31 Version 0.10.44 (Maintenance) Release

    Notable changes:
    
    * npm: Upgrade to v2.15.1. IMPORTANT: This is a major upgrade to npm
      v2 LTS from the previously deprecated npm v1. (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
    4e33b34 View commit details
    Browse the repository at this point in the history