Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.7.2 proposal #11745

Merged
merged 49 commits into from
Mar 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3c54f81
tty: add ref() so process.stdin.ref() etc. work
insightfuls Jul 19, 2016
11aea26
doc: fix typo in STYLE_GUIDE.md
seishun Feb 28, 2017
d329abf
doc: use common malformed instead of misformatted
jsumners Feb 23, 2017
1b6ba9e
src: do not ignore IDNA conversion error
TimothyGu Feb 25, 2017
6a5d961
test: more comprehensive IDNA test cases
TimothyGu Feb 25, 2017
b968491
doc: document WHATWG IDNA methods' error handling
TimothyGu Feb 25, 2017
b116830
doc: add link to references in net.Socket
joyeecheung Mar 1, 2017
2601c06
test: skip tests with common.skip
thefourtheye Feb 27, 2017
a0c117b
doc: fixup errors.md
vsemozhetbyt Feb 26, 2017
13cb8a6
net: remove misleading comment
bnoordhuis Feb 27, 2017
4f92536
test: apply strict mode in test-repl
Trott Feb 27, 2017
83c7b24
doc: fix typo in stream doc
bradley-curran Feb 26, 2017
5963566
meta: remove out of date ROADMAP.md file
jasnell Feb 25, 2017
e468cd3
doc: argument types for console methods
ameliavoncat Feb 25, 2017
cdee945
test: improve https coverage to check create connection
Feb 17, 2017
163d2d1
timers: unlock the timers API
Trott Feb 27, 2017
924b785
test: fix test-internal-util-assertCrypto regex
danbev Feb 28, 2017
91a222d
test: enable max-len for test-repl
Trott Feb 26, 2017
00dd20c
test: fix flaky test-https-agent-create-connection
santigimeno Mar 2, 2017
3e79dff
doc: fix WHATWG URL url.protocol example
richardlau Mar 2, 2017
1445e28
test: add test-buffer-prototype-inspect
Trott Feb 28, 2017
02dbae6
buffer: refactor Buffer.prototype.inspect()
Trott Feb 28, 2017
ac3deb1
tools: remove NODE_PATH from environment for tests
Trott Feb 28, 2017
e2133f3
os: improve cpus() performance
mscdex Feb 26, 2017
d6ac192
tls: fix macro to check NPN feature
shigeki Mar 2, 2017
8377374
test: fix tests when npn feature is disabled.
shigeki Mar 2, 2017
a4d1436
test: fix args in parallel/test-fs-null-bytes.js
vsemozhetbyt Mar 3, 2017
98d3328
doc: add `Daijiro Wachi` to collaborators
watilde Mar 3, 2017
f972bd8
inspector: libuv notification on incoming message
Feb 16, 2017
f56ca30
benchmark,build,doc,lib,src,test: correct typos
bf4 Feb 6, 2017
24e6fcc
url: use `hasIntl` instead of `try-catch`
watilde Feb 28, 2017
f69685b
test: remove obsolete eslint-disable comment
Trott Mar 2, 2017
821d713
src: remove outdated FIXME in node_crypto.cc
danbev Mar 3, 2017
039a1a9
dns: minor refactor of dns module
jasnell Feb 28, 2017
b4dcb26
test: changed test1 of test-vm-timeout.js
moe-dizzle Feb 27, 2017
5df9110
test: check the origin of the blob URLs
watilde Mar 5, 2017
d06dbf0
doc: fix misleading ASCII comments
rahatarmanahmed Mar 2, 2017
986d391
doc: unlock module
Trott Mar 2, 2017
d5c4363
doc: remove Locked from stability index
Trott Mar 2, 2017
8402888
doc: fix broken URL to event loop guide
sushi90 Mar 3, 2017
7b84363
util: fix inspecting symbol key in string
barinali Mar 3, 2017
3b27b8d
doc: fixed readable.isPaused() version annotation
lfortin Mar 3, 2017
ed6d741
deps: fix CLEAR_HASH macro to be usable as a single statement
sam-github Feb 28, 2017
fdb4a6c
test: skip the test with proper TAP message
thefourtheye Feb 27, 2017
e5b530c
build: fix llvm version detection in freebsd-10
shigeki Mar 3, 2017
a7eba9c
meta: move WORKING_GROUPS.md to CTC repo
jasnell Feb 25, 2017
b56e851
net: refactor overloaded argument handling
joyeecheung Mar 3, 2017
a7d3798
2017-03-08, Version 7.7.2 (Current)
evanlucas Mar 8, 2017
c627980
Working on v7.7.3
evanlucas Mar 8, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.1">7.7.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.2">7.7.2</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.7.1">7.7.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.7.0">7.7.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a><br/>
Expand Down
9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ $ git remote add upstream git:/nodejs/node.git
For developing new features and bug fixes, the `master` branch should be pulled
and built upon.

#### Respect the stability index

The rules for the master branch are less strict; consult the
[stability index](./doc/api/documentation.md#stability-index) for details.

In a nutshell, modules are at varying levels of API stability. Bug fixes are
always welcome but API or behavioral changes to modules at stability level 3
(Locked) are off-limits.

#### Dependencies

Node.js has several bundled dependencies in the *deps/* and the *tools/*
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ more information about the governance of the Node.js project, see
**Mike Tunnicliffe** &lt;[email protected]&gt;
* [vkurchatkin](https:/vkurchatkin) -
**Vladimir Kurchatkin** &lt;[email protected]&gt;
* [watilde](https:/watilde) -
**Daijiro Wachi** &lt;[email protected]&gt; (he/him)
* [whitlockjc](https:/whitlockjc) -
**Jeremy Whitlock** &lt;[email protected]&gt;
* [yorkie](https:/yorkie) -
Expand Down Expand Up @@ -393,6 +395,11 @@ Previous releases may also have been signed with one of the following GPG keys:
* **Timothy J Fontaine** &lt;[email protected]&gt;
`7937DFD2AB06298B2293C3187D33FF9D0246406D`

### Working Groups

Information on the current Node.js Working Groups can be found in the
[CTC repository](https:/nodejs/CTC/blob/master/WORKING_GROUPS.md).

[npm]: https://www.npmjs.com
[Website]: https://nodejs.org/en/
[Contributing to the project]: CONTRIBUTING.md
Expand Down
84 changes: 0 additions & 84 deletions ROADMAP.md

This file was deleted.

Loading