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.41 #2805

Merged
merged 7 commits into from
Dec 4, 2015
Merged

Release proposal: v0.10.41 #2805

merged 7 commits into from
Dec 4, 2015

Commits on Nov 5, 2015

  1. deps: upgrade npm to 1.4.29

    See https://github.com/npm/npm/releases/tag/v1.4.29 for details.
    Encourage users to upgrade to a newer npm, and lays the groundwork for
    getting npm@2 into Node 0.10 LTS.
    
    PR-URL: #3639
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    othiym23 authored and jasnell committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    b68781e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. deps: upgrade to openssl 1.0.1q

    Contains fixes for:
    
    * CVE-2015-3194 Certificate verify crash with missing PSS parameter
    * CVE-2015-3195 X509_ATTRIBUTE memory leak
    
    fixup! character encoding noise
    
    fixup! update opensslconf.h
    
    PR-URL: #4132
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
    bnoordhuis authored and Shigeki Ohtsu committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    ce0a488 View commit details
    Browse the repository at this point in the history
  2. build: backport config for new CI infrastructure

    PR-URL: #3965
    Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    rvagg committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    268d2b4 View commit details
    Browse the repository at this point in the history
  3. build: backport tools/release.sh

    PR-URL: #3965
    Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    rvagg committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    c559c79 View commit details
    Browse the repository at this point in the history
  4. doc: backport README.md

    PR-URL: #3965
    Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    rvagg committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    5d829a6 View commit details
    Browse the repository at this point in the history
  5. build,win: fix node.exe resource version

    When MSBuild invokes rc.exe, it passes NODE_TAG unstringified, but
    passes it correctly to cl.exe. Hence, this workaround was made to
    apply only to the resource file.
    
    Fixes: #2963
    PR-URL: #3053
    Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    joaocgreis authored and rvagg committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    d7ae79a View commit details
    Browse the repository at this point in the history
  6. 2015-12-04, Version 0.10.41 (Maintenance)

    Security Update
    
    Notable items:
    
    * build: Add support for Microsoft Visual Studio 2015
    * npm: Upgrade to v1.4.29 from v1.4.28. A special one-off release as
      part of the strategy to get a version of npm into Node.js v0.10.x that
      works with the current registry
      (nodejs/Release#37). This version of npm prints
      out a banner each time it is run. The banner warns that the next
      standard release of Node.js v0.10.x will ship with a version of npm
      v2.
    * openssl: Upgrade to 1.0.1q, containing fixes CVE-2015-3194
      "Certificate verify crash with missing PSS parameter", a potential
      denial-of-service vector for Node.js TLS servers; TLS clients are also
      impacted. Details are available at
      <http://openssl.org/news/secadv/20151203.txt>. (Ben Noordhuis)
      #4133
    
    PR-URL: nodejs-private/node-private#15
    rvagg committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    2f947e9 View commit details
    Browse the repository at this point in the history