Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havard committed Feb 21, 2012
1 parent d8adf16 commit 3f94ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"name": "Håvard Stranden",
"email": "havard.stranden@gmail.com",
"web": "http://ox.no" },
"version": "0.3.2",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "http://github.com/havard/node-openid.git" },
Expand All @@ -16,5 +16,5 @@
"directories" : {
"lib" : "./lib" },
"main" : "./openid.js",
"engines" : [ "node >= 0.4.1" ]
"engines" : [ "node >= 0.6.0" ]
}

3 comments on commit 3f94ea2

@eschan
Copy link

@eschan eschan commented on 3f94ea2 Mar 4, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changing the require node version to 0.6.0, is breaking support any application that deploys to Heroku. Heroku is still on 0.4.7

@havard
Copy link
Owner Author

@havard havard commented on 3f94ea2 Mar 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncool, but 0.6.0 is needed for Diffie-Hellman. It is possible to create a compatibility shim temporarily and use the old DH code. Patches are welcome.

@eschan
Copy link

@eschan eschan commented on 3f94ea2 Mar 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worries, I was just informed that Heroku supports node 0.6.0 now!

bnoguchi/everyauth#200 (comment)

Please sign in to comment.