Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 7fd5a4d096a8
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 1cb6f1a46ad2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 9, 2014

  1. 2014.06.05, Version 0.10.29 (Stable)

    * openssl: to 1.0.1h (CVE-2014-0224)
    
    * npm: upgrade to 1.4.10
    
    * utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)
      - *NOTE* this introduces a breaking change, previously you could construct
    invalid UTF-8 and invoke an error in a client that was expecting valid
    UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8
    character. To restore the old functionality simply have NODE_INVALID_UTF8
    environment variable set.
    
    * child_process: do not set args before throwing (Greg Sabia Tucker)
    
    * child_process: spawn() does not throw TypeError (Greg Sabia Tucker)
    
    * constants: export O_NONBLOCK (Fedor Indutny)
    
    * crypto: improve memory usage (Alexis Campailla)
    
    * fs: close file if fstat() fails in readFile() (cjihrig)
    
    * lib: name EventEmitter prototype methods (Ben Noordhuis)
    
    * tls: fix performance issue (Alexis Campailla)
    tjfontaine committed Jun 9, 2014
    Copy the full SHA
    ce82d6b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc21bcb View commit details
    Browse the repository at this point in the history
  3. Now working on 0.10.30

    tjfontaine committed Jun 9, 2014
    Copy the full SHA
    1cb6f1a View commit details
    Browse the repository at this point in the history