Skip to content

doc: update AUTHORS list - #1476

Closed
rvagg wants to merge 6 commits into
nodejs:v1.xfrom
rvagg:update-authors
Closed

doc: update AUTHORS list#1476
rvagg wants to merge 6 commits into
nodejs:v1.xfrom
rvagg:update-authors

Conversation

@rvagg

Copy link
Copy Markdown
Member

Update AUTHORS list using tools/update-authors.sh

chrisdickinsonand others added 4 commits April 17, 2015 14:52
This commit:
- fixes development branch (v1.x -> master)
- updates stability index wording
- use iojs binary instead of node
PR-URL: nodejs#1466
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This reverts commit 06cfff9.
Reverted because it introduced a regression where (because options were
modified in the later functionality) options.host and options.port would
be overridden with values provided in other, supported ways.
PR-URL: nodejs#1467
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit adds a test to ensure all options are NOT modified after
passing them to http.request. Specifically options.host and options.port
are the most prominent that would previously error, but add the other
options that have default values.
options.host and options.port were overridden for the one-argument
net.createConnection(options) call.
PR-URL: nodejs#1467
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@rvagg

Copy link
Copy Markdown
MemberAuthor

unsure if I should PR against v1.x or master

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM and I'm not sure either.

@mscdexmscdex added the doc Issues and PRs related to the documentations. label Apr 20, 2015
@Fishrock123

Copy link
Copy Markdown
Contributor

Shouldn't it PR against what it was generated from?

it should be 1.x until 1.8.1 ships, then split, I think?

@chrisdickinson

Copy link
Copy Markdown
Contributor

Anything you want in both v1.8.1 and v2.0.0 should go in v1.x for the time being. Once v1.8.1 is released I will merge v1.8.1 back into v2.0.0.

chrisdickinsonand others added 2 commits April 20, 2015 20:25
This brings in the '%PYTHON%' revert, and restores
the correct NODE_MODULE_VERSION.
PR-URL: nodejs#1482
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Update AUTHORS list using tools/update-authors.sh
PR-URL: nodejs#1476
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@rvagg

Copy link
Copy Markdown
MemberAuthor

landed @ 2632775 on master

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@rvagg@bnoordhuis@Fishrock123@chrisdickinson@mogadanez@brendanashworth@mscdex