Can anybody see a semver-major in here that's not properly tagged? If not, let's go and get a patch release out within the next day or two.
- [
8a1e22af3a] - benchmark: pass execArgv to the benchmarking process (Petka Antonov) #928
- [
234e6916b8] - build: Fix incorrect reference (Johan Bergström) #924
- [
e00c938d24] - build: make test-ci output TAP to stdout and log (Rod Vagg) #938
- [
b2a0d8f65e] - deps: update libuv to 1.4.2 (Ben Noordhuis) #966
- [
a558cd0a61] - deps: revert v8 abi change (Ben Noordhuis) #952
- [
54532a9761] - deps: fix postmortem support in v8 (Fedor Indutny) #706
- [
78f4837926] - deps: upgrade v8 to 4.1.0.21 (Ben Noordhuis) #952
- [
739fda16a9] - deps: update libuv to 1.4.1 (Ben Noordhuis) #940
- [
da730c76e9] - deps: enable node-gyp iojs.lib download checksum (Ben Noordhuis) #918
- [
97b424365a] - deps: make node-gyp work again on windows (Bert Belder)
- [
19e3d5e10a] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) #343
- [
1e2fa1537f] - deps: upgrade npm to 2.6.0 (Forrest L Norvell) #904
- [
2e63bad7eb] - doc: link & formatting of SHAs in commit list (Tim Oxley) #967
- [
c5050d8e4d] - doc: fix 'dhparam' description of tls.createServer (silverwind) #968
- [
06ee782f24] - doc: document 'unhandledRejection' and 'rejectionHandled' (Benjamin Gruenbaum) #946
- [
b65dade102] - doc: update documentation.markdown for io.js. (Ryan Scheel) #950
- [
87e4bfd582] - doc: link cluster worker.send() to child.send() (Sam Roberts) #839
- [
cb22bc9b8a] - doc: fix footer sizing (Jeremiah Senkpiel) #860
- [
3ab9b92e90] - doc: fix stream _writev header size (René Kooi) #916
- [
4fcbb8aaaf] - doc: use HTTPS URL for the API documentation page (Shinnosuke Watanabe) #913
- [
329f364ea2] - doc: fix PR reference in CHANGELOG (Brian White) #903
- [
0ac57317aa] - doc: fix typo, rephrase cipher change in CHANGELOG (Rod Vagg) #902
- [
1f40b2a636] - fs: add type checking to makeCallback() (cjihrig) #866
- [
c82e580a50] - fs: properly handle fd passed to truncate() (Bruno Jouhier) joyent/node#9161
- [
2ca22aacbd] - (SEMVER-MINOR) http: emit abort event from ClientRequest (Evan Lucas) #945
- [
d8eb974a98] - net: make Server.prototype.unref() persistent (cjihrig) #897
- [
872702d9b7] - (SEMVER-MINOR) node: implement unhandled rejection tracking (Petka Antonov) #758
- [
b41dbc2737] - readline: use native codePointAt (Vladimir Kurchatkin) #825
- [
26ebe9805e] - smalloc: extend user API (Trevor Norris) #905
- [
e435a0114d] - src: fix intermittent SIGSEGV in resolveTxt (Evan Lucas) #960
- [
0af4c9ea74] - src: fix domains + --abort-on-uncaught-exception (Chris Dickinson) #922
- [
89e133a1d8] - stream_base: remove static JSMethod declarations (Fedor Indutny) #957
- [
b9686233fc] - stream_base: introduce StreamBase (Fedor Indutny) #840
- [
1738c77835] - (SEMVER-MINOR) streams: introduce StreamWrap and JSStream (Fedor Indutny) #926
- [
506c7fd40b] - test: fix infinite spawn cycle in stdio test (Ben Noordhuis) #948
- [
a7bdce249c] - test: support writing test output to file (Johan Bergström) #934
- [
0df54303c1] - test: common.js -> common (Brendan Ashworth) #917
- [
ed3b057e9f] - util: handle symbols properly in format() (cjihrig) #931
Can anybody see a semver-major in here that's not properly tagged? If not, let's go and get a patch release out within the next day or two.
8a1e22af3a] - benchmark: pass execArgv to the benchmarking process (Petka Antonov) #928234e6916b8] - build: Fix incorrect reference (Johan Bergström) #924e00c938d24] - build: make test-ci output TAP to stdout and log (Rod Vagg) #938b2a0d8f65e] - deps: update libuv to 1.4.2 (Ben Noordhuis) #966a558cd0a61] - deps: revert v8 abi change (Ben Noordhuis) #95254532a9761] - deps: fix postmortem support in v8 (Fedor Indutny) #70678f4837926] - deps: upgrade v8 to 4.1.0.21 (Ben Noordhuis) #952739fda16a9] - deps: update libuv to 1.4.1 (Ben Noordhuis) #940da730c76e9] - deps: enable node-gyp iojs.lib download checksum (Ben Noordhuis) #91897b424365a] - deps: make node-gyp work again on windows (Bert Belder)19e3d5e10a] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) #3431e2fa1537f] - deps: upgrade npm to 2.6.0 (Forrest L Norvell) #9042e63bad7eb] - doc: link & formatting of SHAs in commit list (Tim Oxley) #967c5050d8e4d] - doc: fix 'dhparam' description of tls.createServer (silverwind) #96806ee782f24] - doc: document 'unhandledRejection' and 'rejectionHandled' (Benjamin Gruenbaum) #946b65dade102] - doc: update documentation.markdown for io.js. (Ryan Scheel) #95087e4bfd582] - doc: link cluster worker.send() to child.send() (Sam Roberts) #839cb22bc9b8a] - doc: fix footer sizing (Jeremiah Senkpiel) #8603ab9b92e90] - doc: fix stream_writevheader size (René Kooi) #9164fcbb8aaaf] - doc: use HTTPS URL for the API documentation page (Shinnosuke Watanabe) #913329f364ea2] - doc: fix PR reference in CHANGELOG (Brian White) #9030ac57317aa] - doc: fix typo, rephrase cipher change in CHANGELOG (Rod Vagg) #9021f40b2a636] - fs: add type checking to makeCallback() (cjihrig) #866c82e580a50] - fs: properly handle fd passed to truncate() (Bruno Jouhier) joyent/node#91612ca22aacbd] - (SEMVER-MINOR) http: emit abort event from ClientRequest (Evan Lucas) #945d8eb974a98] - net: make Server.prototype.unref() persistent (cjihrig) #897872702d9b7] - (SEMVER-MINOR) node: implement unhandled rejection tracking (Petka Antonov) #758b41dbc2737] - readline: use nativecodePointAt(Vladimir Kurchatkin) #82526ebe9805e] - smalloc: extend user API (Trevor Norris) #905e435a0114d] - src: fix intermittent SIGSEGV in resolveTxt (Evan Lucas) #9600af4c9ea74] - src: fix domains + --abort-on-uncaught-exception (Chris Dickinson) #92289e133a1d8] - stream_base: remove static JSMethod declarations (Fedor Indutny) #957b9686233fc] - stream_base: introduce StreamBase (Fedor Indutny) #8401738c77835] - (SEMVER-MINOR) streams: introduce StreamWrap and JSStream (Fedor Indutny) #926506c7fd40b] - test: fix infinite spawn cycle in stdio test (Ben Noordhuis) #948a7bdce249c] - test: support writing test output to file (Johan Bergström) #9340df54303c1] - test: common.js -> common (Brendan Ashworth) #917ed3b057e9f] - util: handle symbols properly in format() (cjihrig) #931