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: 6e34dfd9e80b
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 061a7ddbff06
Choose a head ref
  • 8 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 6, 2013

  1. 2013.03.07, Version 0.8.22 (Stable)

    * npm: Update to 1.2.14
    
    * cluster: propagate bind errors (Ben Noordhuis)
    
    * crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
    
    * build, windows: disable SEH (Ben Noordhuis)
    isaacs committed Mar 6, 2013
    Copy the full SHA
    67a4cb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

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

    isaacs committed Mar 7, 2013
    Copy the full SHA
    5c3c2ed View commit details
    Browse the repository at this point in the history
  3. blog: Post for v0.8.22

    isaacs committed Mar 7, 2013
    Copy the full SHA
    9c58125 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2013

  1. windows/msi: fix msi build issue with WiX 3.7/3.8

    The `heat` tool that gathers NPM source files wasn't getting called.
    Closes #4896
    raymondfeng authored and piscisaureus committed Mar 8, 2013
    Copy the full SHA
    95871ac View commit details
    Browse the repository at this point in the history
  2. win/openssl: mark assembled object files as seh safe

    There are no unsafe structured exception handlers in object files
    generated from hand-crafted assembly - because they contain no exception
    handlers at all.
    piscisaureus committed Mar 8, 2013
    Copy the full SHA
    3446157 View commit details
    Browse the repository at this point in the history
  3. Revert "build, windows: disable SEH"

    This is no longer necessary - the underlying issue was fixed in 01fa5ee.
    This reverts commit d879042.
    piscisaureus committed Mar 8, 2013
    Copy the full SHA
    d5959c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2013

  1. Merge remote-tracking branch 'ry/v0.8' into master

    Conflicts:
    	AUTHORS
    	ChangeLog
    	src/node_version.h
    isaacs committed Mar 9, 2013
    Copy the full SHA
    061a7dd View commit details
    Browse the repository at this point in the history