Skip to content

V5.10.2 proposal

Rodrigo Muino Tomonari requested to merge v5.10.2-proposal into v5.x

2016-04-20, Version 5.10.2 (Stable), @thealphanerd

Notable Changes

  • npm:
    • upgrade npm to 3.8.6 (Kat Marchán) #6153

Commits

  • [4cc52ad7ec] - assert: respect assert.doesNotThrow message. (Ilya Shaisultanov) #2407
  • [134a3dbf2b] - benchmark: add module loader benchmark parameter (Brian White) #5172
  • [2ba1e78603] - buffer: standardize array index check (Trevor Norris) #6084
  • [8a3fd53246] - build: allow test-ci to run tests in parallel (Johan Bergström) #6208
  • [8952330a70] - build: remove -f{data,function}-sections flags (Ben Noordhuis) #6077
  • [b456cf41e4] - deps: floating fix for npm's test-node script (Kat Marchán) #6153
  • [3344c6dbb9] - deps: upgrade npm to 3.8.6 (Kat Marchán) #6153
  • [c3c35d34e3] - deps: cherry-pick 1383d00 from v8 upstream (Fedor Indutny) #6179
  • [81793c1f17] - deps: backport 125ac66 from v8 upstream (Myles Borins) #6086
  • [44ac67033c] - doc: fix broken references (Alexander Gromnitsky) #6100
  • [3c6f97dd2f] - doc: path.format provide more examples (John Eversole) #5838
  • [377c39c831] - doc: replace functions with arrow functions (abouthiroppy) #6203
  • [a6dacd20f5] - doc: DCO anchor that doesn't change (William Kapke) #6257
  • [ebac107c60] - doc: fix http response event, Agent#getName (Matthew Douglass) #5993
  • [fe32472d10] - doc: document intention and dangers of fs module Buffer API (Nikolai Vavilov) #6020
  • [f6155ae238] - doc: explain differences in console.assert between node and browsers (James M Snell) #6169
  • [c3afe2ebfb] - doc: native module reloading is not supported (Bryan English) #6168
  • [5a03217873] - doc: clarify fs.watch() and inodes on linux, os x (Joran Dirk Greef) #6099
  • [1233bd00ee] - doc: add domain postmortem (Trevor Norris) #6159
  • [7aaa35bae8] - doc: add stefanmb to collaborators (Stefan Budeanu) #6227
  • [73cfcb6e8f] - doc: add iWuzHere to collaborators (Imran Iqbal) #6226
  • [8c944fc3d3] - doc: add santigimeno to collaborators (Santiago Gimeno) #6225
  • [4c6377b1e2] - doc: add addaleax to collaborators (Anna Henningsen) #6224
  • [597020925a] - doc: fix incorrect references in buffer docs (Amery) #6194
  • [527bf2d58c] - doc: add copy about how to curl SHA256.txt (Myles Borins) #6120
  • [363b6fd7a3] - doc: clarification for maxBuffer and Unicode output (James M Snell) #6030
  • [450a2ff594] - doc: describe child.kill() pitfalls on linux (Robert Jefe Lindstaedt) #2098
  • [b9db45c89d] - doc: fix scrolling on iOS devices (Luigi Pinca) #5878
  • [8573174a52] - doc: add topic - event loop, timers, nextTick() (Jeff Harris) #4936
  • [a339203479] - doc: add example using algorithms not directly exposed (Brad Hill) #6108
  • [8c42ed8564] - doc: update openssl LICENSE using license-builder.sh (Steven R. Loomis) #6065
  • [f77b78ecaf] - doc: simple doc typo fix (Brendon Pierson) #6041
  • [fd8e7de971] - doc: note about Android support (Rich Trott) #6040
  • [60a73a2ed2] - doc: fix a typo in 5.10.1's changelog (Vladimir Varankin) #6076
  • [184269a9c3] - gitignore: adding .vs/ directory to .gitignore (Mike Kaufman) #6070
  • [4375c35fb0] - gitignore: ignore VS 2015 *.VC.opendb files (Mike Kaufman) #6070
  • [d4abca5b27] - lib: remove bootstrap global context indirection (Jeremiah Senkpiel) #5881
  • [0bede1669e] - lib,test,tools: alignment on variable assignments (Rich Trott) #6242
  • [9de3efb2dc] - path: fixing a test that breaks on some machines. (Mike Kaufman) #6067
  • [4cb2ea432b] - process: fix incorrect usage of assert.fail() (Rich Trott) #6211
  • [04272dd6db] - repl: don’t complete non-simple expressions (Anna Henningsen) #6192
  • [a67e7b6e3c] - repl: refactor repl.js (Rich Trott) #6071
  • [f6d16c1a39] - src: add missing 'inline' keywords (Ben Noordhuis) #6056
  • [20bb92f5c8] - src: use size_t for http parser array size fields (Ben Noordhuis) #5969
  • [2fd8be2dbe] - src: replace ARRAY_SIZE with typesafe arraysize (Ben Noordhuis) #5969
  • [897c0d1f5e] - stream: Fix readableState.awaitDrain mechanism (Anna Henningsen) #6023
  • [4f6891e156] - streams: support unlimited synchronous cork/uncork cycles (Matteo Collina) #6164
  • [97012b55b6] - test: move debugger tests to sequential (Rich Trott) #6205
  • [41199916d0] - test: move some test from sequential to parallel (Santiago Gimeno) #6087
  • [f95cffaa42] - test: move the debugger tests back to parallel (Santiago Gimeno) #6246
  • [ac43bd7a3a] - test: fix issues for ESLint 2.7.0 (silverwind) #6132
  • [f55a5956c7] - test: fix flaky test-http-set-timeout-server (Santiago Gimeno) #6248
  • [9749bc3d82] - test: fix test-net-settimeout flakiness (Santiago Gimeno) #6166
  • [e49bb44905] - test: fix flaky test-child-process-fork-net (Rich Trott) #6138
  • [11df00d6bf] - test: fix flaky test-http-client-abort (Rich Trott) #6124
  • [7055188bf5] - test: refactor test-file-write-stream3 (Rich Trott) #6050
  • [8ab2d73b39] - test: enforce strict mode for test-domain-crypto (Rich Trott) #6047
  • [eb15c8d83b] - test: fix pummel test failures (Rich Trott) #6012
  • [bf9392ea5f] - test,repl: use deepStrictEqual for false-y values (Jeremiah Senkpiel) #6196
  • [46193b289e] - test,vm: enable strict mode for vm tests (Rich Trott) #6209
  • [0fd1dd5b36] - tools: move message listener to worker objects (Brian White) #6212
  • [5357131975] - tools: improve js linter (Brian White) #5638
  • [683ee6ebbf] - tools: lint for alignment of variable assignments (Rich Trott) #6242
  • [5526980b67] - tools: update ESLint to 2.7.0 (silverwind) #6132
  • [f5aadd5eed] - tools: fix license-builder.sh again for ICU (Steven R. Loomis) #6068
  • [47a70fe461] - tools: remove simplejson dependency (Sakthipriyan Vairamani) #6101
  • [0a92d6bb1f] - tools,doc: parse types in braces everywhere (Alexander Makarenko) #5329
  • [3fdd5926ff] - tools,doc: fix json for grouped optional params (firedfox) #5977
  • [53c609711c] - tools,doc: fix incomplete json produced by doctool (firedfox) #5966
  • [61167c3e23] - zlib: fix gzip member head/buffer boundary issue (Anna Henningsen) #5973

Merge request reports

Loading