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: 59fb0185ec9f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5b96d6baf6c2
Choose a head ref
  • 11 commits
  • 176 files changed
  • 3 contributors

Commits on Dec 17, 2013

  1. npm: Upgrade to 1.3.19

    isaacs committed Dec 17, 2013
    Copy the full SHA
    9773899 View commit details
    Browse the repository at this point in the history
  2. npm: upgrade to 1.3.20

    The 1.3.19 release had a critical bug: any packages published with it
    could not be installed, because the shasum would be incorrect.
    
    Thankfully, 1.3.19 was published using 1.3.19, so could not be installed
    by any users!  However, if it goes out as part of a Node.js release,
    then obviously that would be a problem.
    isaacs committed Dec 17, 2013
    Copy the full SHA
    e10c223 View commit details
    Browse the repository at this point in the history
  3. npm: upgrade to 1.3.21

    isaacs committed Dec 17, 2013
    Copy the full SHA
    2a741f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. build: unix install node and dep library headers

    Restores functionality from v0.8 where module authors may not be
    relying on gyp for building their modules.
    tjfontaine committed Dec 18, 2013
    Copy the full SHA
    32478ac View commit details
    Browse the repository at this point in the history
  2. cluster, v8: fix --logfile=%p.log

    The %p is replaced with the current PID.  This used to work in node.js
    v0.9.7 but it seems to have been lost somewhere along the way.
    
    This commit makes the fix from 6b713b5 ("cluster: make --prof work for
    workers") work again.  Without it, all log data ends up in a single
    file and is unusable because the addresses are all wrong.
    bnoordhuis authored and tjfontaine committed Dec 18, 2013
    Copy the full SHA
    2eaef9f View commit details
    Browse the repository at this point in the history
  3. uv: Upgrade to v0.10.21

    tjfontaine committed Dec 18, 2013
    Copy the full SHA
    9371be0 View commit details
    Browse the repository at this point in the history
  4. 2013.12.18, Version 0.10.24 (Stable)

    * uv: Upgrade to v0.10.21
    
    * npm: upgrade to 1.3.21
    
    * v8: backport fix for CVE-2013-{6639|6640}
    
    * build: unix install node and dep library headers (Timothy J Fontaine)
    
    * cluster, v8: fix --logfile=%p.log (Ben Noordhuis)
    
    * module: only cache package main (Wyatt Preul)
    tjfontaine committed Dec 18, 2013
    Copy the full SHA
    b7fd6bc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. Copy the full SHA
    696ae46 View commit details
    Browse the repository at this point in the history
  2. Now working on 0.10.25

    tjfontaine committed Dec 19, 2013
    Copy the full SHA
    00e28ee View commit details
    Browse the repository at this point in the history
  3. blog: Post for v0.10.24

    tjfontaine committed Dec 19, 2013
    Copy the full SHA
    f84c7a2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	ChangeLog
    	deps/uv/AUTHORS
    	deps/uv/ChangeLog
    	deps/uv/src/version.c
    	deps/v8/src/log-utils.cc
    	src/node_version.h
    tjfontaine committed Dec 19, 2013
    1
    Copy the full SHA
    5b96d6b View commit details
    Browse the repository at this point in the history