I'd really like to see some work on timers get merged, specificially #1152 (@Fishrock123) and maybe also #1231 (@silverwind). Anecdotally I'm hearing challenges with io.js adoption because of "timer bugs".
A release tomorrow is doable.
- [
7dd5e824be] - assert: simplify logic of testing buffer equality (Alex Yursha) #1171
- [
a2ea16838f] - debugger: don't spawn child process in remote mode (Jackson Tian) #1282
- [
2752da4b64] - deps: make node-gyp work with io.js (cjihrig) #990
- [
f166cdecf1] - deps: upgrade npm to 2.7.4 (Forrest L Norvell)
- [
318d9d8fd7] - deps: upgrade v8 to 4.1.0.27 (Ben Noordhuis) #1289
- [
269e46be37] - deps: make node-gyp work with io.js (cjihrig) #990
- [
b542fb94a4] - deps: upgrade npm to 2.7.3 (Forrest L Norvell) #1219
- [
73de13511d] - doc: add WG links in WORKING_GROUPS.md & fix nits (Farrin Reid) #1113
- [
19641b17be] - doc: decouple sidebar scrolling (Roman Reiss) #1274
- [
dbccf8d3ed] - doc: fix spelling error in feature flags (Phillip Lamplugh) #1286
- [
5e609e9324] - _Revert_ "doc: clarify real name requirement" (Jeremiah Senkpiel) #1276
- [
45814216ee] - doc: fix format docs discrepancy (Brendan Ashworth) #1255
- [
4e9bf93e9c] - doc: clarify real name requirement (Roman Reiss) #1250
- [
e84dd5f651] - doc: document repl on-demand module loading (Roman Reiss) #1249
- [
c9207f7fc2] - fs: fix corruption in writeFile and writeFileSync (Olov Lassus) #1063
- [
2db758c562] - iojs: introduce internal modules (Vladimir Kurchatkin) #848
- [
36f017afaf] - js2c: fix module id generation on windows (Ben Noordhuis) #1281
- [
1832743e18] - lib: add missing new for errors lib/*.js (Mayhem) #1246
- [
ea37ac04f4] - src: ignore ENOTCONN on shutdown race with child (Ben Noordhuis) #1214
- [
f06b16f2e9] - src: fix minor memleak in preload-modules (Ali Ijaz Sheikh) #1265
- [
2903410aa8] - src: don't lazy-load timer globals (Ben Noordhuis) #1280
- [
2e5b87a147] - src: remove unnecessary environment lookups (Ben Noordhuis) #1238
- [
7e88a9322c] - src: make accessors immune to context confusion (Ben Noordhuis) #1238
- [
c8fa8ccdbc] - streams: use strict on _stream_wrap (Brendan Ashworth) #1279
- [
8a945814dd] - string_decoder: optimize write() (Brian White) #1209
- [
8d1c87ea0a] - test: fix race in parallel/test-vm-debug-context (Ben Noordhuis) #1294
- [
955c1508da] - test: reduce sequential/test-fs-watch flakiness (Roman Reiss) #1275
- [
77c2da10fd] - timers: make Timer.close idempotent (Petka Antonov) #1288
- [
776b73b243] - timers: cleanup interval handling (Jeremiah Senkpiel) #1272
- [
caf0b36de3] - timers: assure setTimeout callback only runs once (Roman Reiss) #1231
- [
2ccc8f3970] - tls_wrap: fix this incredibly stupid leak (Fedor Indutny) #1244
- [
e74b5d278c] - tls_wrap: fix BIO leak on SSL error (Fedor Indutny) #1244
- [
ba93c583bc] - win,node-gyp: optionally allow node.exe/iojs.exe to be renamed (Bert Belder) #1266
- [
08acf1352c] - win,node-gyp: make delay-load hook optional (Bert Belder) #1266
- [
3d46fefe0c] - win,node-gyp: allow node.exe/iojs.exe to be renamed (Bert Belder) #1251
I'd really like to see some work on timers get merged, specificially #1152 (@Fishrock123) and maybe also #1231 (@silverwind). Anecdotally I'm hearing challenges with io.js adoption because of "timer bugs".
A release tomorrow is doable.
7dd5e824be] - assert: simplify logic of testing buffer equality (Alex Yursha) #1171a2ea16838f] - debugger: don't spawn child process in remote mode (Jackson Tian) #12822752da4b64] - deps: make node-gyp work with io.js (cjihrig) #990f166cdecf1] - deps: upgrade npm to 2.7.4 (Forrest L Norvell)318d9d8fd7] - deps: upgrade v8 to 4.1.0.27 (Ben Noordhuis) #1289269e46be37] - deps: make node-gyp work with io.js (cjihrig) #990b542fb94a4] - deps: upgrade npm to 2.7.3 (Forrest L Norvell) #121973de13511d] - doc: add WG links in WORKING_GROUPS.md & fix nits (Farrin Reid) #111319641b17be] - doc: decouple sidebar scrolling (Roman Reiss) #1274dbccf8d3ed] - doc: fix spelling error in feature flags (Phillip Lamplugh) #12865e609e9324] - _Revert_ "doc: clarify real name requirement" (Jeremiah Senkpiel) #127645814216ee] - doc: fix format docs discrepancy (Brendan Ashworth) #12554e9bf93e9c] - doc: clarify real name requirement (Roman Reiss) #1250e84dd5f651] - doc: document repl on-demand module loading (Roman Reiss) #1249c9207f7fc2] - fs: fix corruption in writeFile and writeFileSync (Olov Lassus) #10632db758c562] - iojs: introduce internal modules (Vladimir Kurchatkin) #84836f017afaf] - js2c: fix module id generation on windows (Ben Noordhuis) #12811832743e18] - lib: add missingnewfor errors lib/*.js (Mayhem) #1246ea37ac04f4] - src: ignore ENOTCONN on shutdown race with child (Ben Noordhuis) #1214f06b16f2e9] - src: fix minor memleak in preload-modules (Ali Ijaz Sheikh) #12652903410aa8] - src: don't lazy-load timer globals (Ben Noordhuis) #12802e5b87a147] - src: remove unnecessary environment lookups (Ben Noordhuis) #12387e88a9322c] - src: make accessors immune to context confusion (Ben Noordhuis) #1238c8fa8ccdbc] - streams: use strict on _stream_wrap (Brendan Ashworth) #12798a945814dd] - string_decoder: optimize write() (Brian White) #12098d1c87ea0a] - test: fix race in parallel/test-vm-debug-context (Ben Noordhuis) #1294955c1508da] - test: reduce sequential/test-fs-watch flakiness (Roman Reiss) #127577c2da10fd] - timers: make Timer.close idempotent (Petka Antonov) #1288776b73b243] - timers: cleanup interval handling (Jeremiah Senkpiel) #1272caf0b36de3] - timers: assure setTimeout callback only runs once (Roman Reiss) #12312ccc8f3970] - tls_wrap: fix this incredibly stupid leak (Fedor Indutny) #1244e74b5d278c] - tls_wrap: fix BIO leak on SSL error (Fedor Indutny) #1244ba93c583bc] - win,node-gyp: optionally allow node.exe/iojs.exe to be renamed (Bert Belder) #126608acf1352c] - win,node-gyp: make delay-load hook optional (Bert Belder) #12663d46fefe0c] - win,node-gyp: allow node.exe/iojs.exe to be renamed (Bert Belder) #1251