diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ae334fd51fb0..fbe6611679bf73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ release. -6.12.0
+6.12.1
+6.12.0
6.11.5
6.11.4
6.11.3
diff --git a/doc/changelogs/CHANGELOG_V6.md b/doc/changelogs/CHANGELOG_V6.md index 19c1c8de35dc2a..85754e6482000c 100644 --- a/doc/changelogs/CHANGELOG_V6.md +++ b/doc/changelogs/CHANGELOG_V6.md @@ -7,6 +7,7 @@ +6.12.1
6.12.0
6.11.5
6.11.4
@@ -55,6 +56,273 @@ [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and will be supported actively until April 2018 and maintained until April 2019. + +## 2017-12-05, Version 6.12.1 'Boron' (LTS), @MylesBorins + +### Notable Changes + +Coming Soon + +### Commits + + +* [[`38e58bfcf7`](https://github.com/nodejs/node/commit/38e58bfcf7)] - **assert**: fix actual and expected order (Steve Jenkins) [#15866](https://github.com/nodejs/node/pull/15866) +* [[`da28abb922`](https://github.com/nodejs/node/commit/da28abb922)] - **build**: skip bin override on windows (Hitesh Kanwathirtha) [#16460](https://github.com/nodejs/node/pull/16460) +* [[`f14f965a01`](https://github.com/nodejs/node/commit/f14f965a01)] - **build**: fix npm install with --shared (Ben Noordhuis) [#16438](https://github.com/nodejs/node/pull/16438) +* [[`bc27200ea2`](https://github.com/nodejs/node/commit/bc27200ea2)] - **build**: correct minor typo in lttng help message (Daniel Bevenius) [#16101](https://github.com/nodejs/node/pull/16101) +* [[`038de211f0`](https://github.com/nodejs/node/commit/038de211f0)] - **build**: ignore empty folders in test-addons (Gregor) [#16031](https://github.com/nodejs/node/pull/16031) +* [[`192eb6f18a`](https://github.com/nodejs/node/commit/192eb6f18a)] - **build**: use bin override if no `python` in PATH (Bradley T. Hughes) [#16241](https://github.com/nodejs/node/pull/16241) +* [[`524821516d`](https://github.com/nodejs/node/commit/524821516d)] - **build**: allow build with system python 3 (Emily Marigold Klassen) [#16058](https://github.com/nodejs/node/pull/16058) +* [[`8e996daa48`](https://github.com/nodejs/node/commit/8e996daa48)] - **build, windows**: use /bigobj for debug builds (Nikolai Vavilov) [#16289](https://github.com/nodejs/node/pull/16289) +* [[`010bcf5ca7`](https://github.com/nodejs/node/commit/010bcf5ca7)] - **build,win**: set /MP separately in Debug and Release (Nikolai Vavilov) [#16415](https://github.com/nodejs/node/pull/16415) +* [[`e333505838`](https://github.com/nodejs/node/commit/e333505838)] - **build,win**: use /MP for debug builds (Nikolai Vavilov) [#16333](https://github.com/nodejs/node/pull/16333) +* [[`15ced004b7`](https://github.com/nodejs/node/commit/15ced004b7)] - **child_process**: set shell to false in fork() (Alex Gresnel) [#15352](https://github.com/nodejs/node/pull/15352) +* [[`2e7270b658`](https://github.com/nodejs/node/commit/2e7270b658)] - **crypto**: fix error of createCipher in wrap mode (Shigeki Ohtsu) [#15037](https://github.com/nodejs/node/pull/15037) +* [[`eed1b1f171`](https://github.com/nodejs/node/commit/eed1b1f171)] - **crypto**: warn if counter mode used in createCipher (Shigeki Ohtsu) [#13821](https://github.com/nodejs/node/pull/13821) +* [[`101eb981fe`](https://github.com/nodejs/node/commit/101eb981fe)] - **doc**: mention constant-time in crypto doc (Mithun Sasidharan) [#16604](https://github.com/nodejs/node/pull/16604) +* [[`ec3dc13751`](https://github.com/nodejs/node/commit/ec3dc13751)] - **doc**: recommend node-core-utils for metadata (Rich Trott) [#16978](https://github.com/nodejs/node/pull/16978) +* [[`30fa3c033a`](https://github.com/nodejs/node/commit/30fa3c033a)] - **doc**: reorganize COLLABORATOR_GUIDE.md (Rich Trott) [#15710](https://github.com/nodejs/node/pull/15710) +* [[`940911d5e6`](https://github.com/nodejs/node/commit/940911d5e6)] - **doc**: improve documentation for the vm module (Franziska Hinkelmann) [#16867](https://github.com/nodejs/node/pull/16867) +* [[`f1e0ea2cab`](https://github.com/nodejs/node/commit/f1e0ea2cab)] - **doc**: update subprocess.killed (cjihrig) [#16748](https://github.com/nodejs/node/pull/16748) +* [[`0cd5845169`](https://github.com/nodejs/node/commit/0cd5845169)] - **doc**: more accurate zlib windowBits information (Anna Henningsen) [#16511](https://github.com/nodejs/node/pull/16511) +* [[`590631b7c3`](https://github.com/nodejs/node/commit/590631b7c3)] - **doc**: add Gibson Fahnestock to Release team (Gibson Fahnestock) [#16620](https://github.com/nodejs/node/pull/16620) +* [[`e892a34fa4`](https://github.com/nodejs/node/commit/e892a34fa4)] - **doc**: slightly relax 50 character rule (James M Snell) [#16523](https://github.com/nodejs/node/pull/16523) +* [[`60326145f6`](https://github.com/nodejs/node/commit/60326145f6)] - **doc**: add note to releases.md (Jon Moss) [#16507](https://github.com/nodejs/node/pull/16507) +* [[`3575c40239`](https://github.com/nodejs/node/commit/3575c40239)] - **doc**: add dot in documentations (erwinwahyura) [#16542](https://github.com/nodejs/node/pull/16542) +* [[`5ba0b95029`](https://github.com/nodejs/node/commit/5ba0b95029)] - **doc**: fix missing newline character (Daijiro Wachi) [#16447](https://github.com/nodejs/node/pull/16447) +* [[`44ee353b35`](https://github.com/nodejs/node/commit/44ee353b35)] - **doc**: add recommendations for first timers (Refael Ackermann) [#16350](https://github.com/nodejs/node/pull/16350) +* [[`ee7b4ab70a`](https://github.com/nodejs/node/commit/ee7b4ab70a)] - **doc**: replace undocumented encoding aliases (Vse Mozhet Byt) [#16368](https://github.com/nodejs/node/pull/16368) +* [[`ac729590ec`](https://github.com/nodejs/node/commit/ac729590ec)] - **doc**: replace methods used in the example code (Damian) [#16416](https://github.com/nodejs/node/pull/16416) +* [[`2e1d9af51b`](https://github.com/nodejs/node/commit/2e1d9af51b)] - **doc**: fix comment in assert.md (umatoma) [#16335](https://github.com/nodejs/node/pull/16335) +* [[`e72e6fcf85`](https://github.com/nodejs/node/commit/e72e6fcf85)] - **doc**: add space after period (Diego Rodríguez Baquero) [#16334](https://github.com/nodejs/node/pull/16334) +* [[`6b12fae10f`](https://github.com/nodejs/node/commit/6b12fae10f)] - **doc**: minor correction to note on process section (Daniel Bevenius) [#16311](https://github.com/nodejs/node/pull/16311) +* [[`c66e013d32`](https://github.com/nodejs/node/commit/c66e013d32)] - **doc**: add apapirovski to collaborators (Anatoli Papirovski) [#16302](https://github.com/nodejs/node/pull/16302) +* [[`deaf9e3ee5`](https://github.com/nodejs/node/commit/deaf9e3ee5)] - **doc**: clarify os.cpus() returns logical CPU cores (Luke Childs) [#16282](https://github.com/nodejs/node/pull/16282) +* [[`5de6dfccc9`](https://github.com/nodejs/node/commit/5de6dfccc9)] - **doc**: support multidimensional arrays in type link (Vse Mozhet Byt) [#16207](https://github.com/nodejs/node/pull/16207) +* [[`d232895c64`](https://github.com/nodejs/node/commit/d232895c64)] - **doc**: move Shigeki to TSC Emeritus (Rich Trott) [#16195](https://github.com/nodejs/node/pull/16195) +* [[`fde70db835`](https://github.com/nodejs/node/commit/fde70db835)] - **doc**: Update a typo in module.js' comments (Orta) [#16205](https://github.com/nodejs/node/pull/16205) +* [[`6f93c99c3d`](https://github.com/nodejs/node/commit/6f93c99c3d)] - **doc**: add missing comma (Jon Moss) [#16204](https://github.com/nodejs/node/pull/16204) +* [[`116f4a9212`](https://github.com/nodejs/node/commit/116f4a9212)] - **doc**: added note to fs.watchFile on previousStat (NiveditN) [#16099](https://github.com/nodejs/node/pull/16099) +* [[`27274c7e46`](https://github.com/nodejs/node/commit/27274c7e46)] - **doc**: ensure collaborators validate commits (Bradley Farias) [#16162](https://github.com/nodejs/node/pull/16162) +* [[`dc5df564b4`](https://github.com/nodejs/node/commit/dc5df564b4)] - **doc**: move 8 collaborators to emeriti (Rich Trott) [#16173](https://github.com/nodejs/node/pull/16173) +* [[`d4db398013`](https://github.com/nodejs/node/commit/d4db398013)] - **doc**: include V8 commit URL in V8 backport guide (Gibson Fahnestock) [#16054](https://github.com/nodejs/node/pull/16054) +* [[`b799dc32f3`](https://github.com/nodejs/node/commit/b799dc32f3)] - **doc**: add pronoun for fhinkel (F. Hinkelmann) [#16069](https://github.com/nodejs/node/pull/16069) +* [[`a44b5cf68a`](https://github.com/nodejs/node/commit/a44b5cf68a)] - **doc**: document windows shell support (Tim Ermilov) [#16104](https://github.com/nodejs/node/pull/16104) +* [[`ff7c75dcc8`](https://github.com/nodejs/node/commit/ff7c75dcc8)] - **doc**: exempt test/doc only changes from 48-hr rule (Anna Henningsen) [#16135](https://github.com/nodejs/node/pull/16135) +* [[`4c7ac0bfa8`](https://github.com/nodejs/node/commit/4c7ac0bfa8)] - **doc**: rename good first contrib label (Jeremiah Senkpiel) [#16150](https://github.com/nodejs/node/pull/16150) +* [[`709d5cf1e7`](https://github.com/nodejs/node/commit/709d5cf1e7)] - **doc**: remove bold typography from STYLE_GUIDE.md (Rich Trott) [#16085](https://github.com/nodejs/node/pull/16085) +* [[`d62b78c689`](https://github.com/nodejs/node/commit/d62b78c689)] - **doc**: ctc -\> tsc in onboarding extras (Bryan English) [#15621](https://github.com/nodejs/node/pull/15621) +* [[`5339983912`](https://github.com/nodejs/node/commit/5339983912)] - **doc**: fix emitKeypressEvents stream type (Oblosys) [#15399](https://github.com/nodejs/node/pull/15399) +* [[`1bd6962842`](https://github.com/nodejs/node/commit/1bd6962842)] - **doc**: make stream.Readable consistent (Sakthipriyan Vairamani (thefourtheye)) [#16786](https://github.com/nodejs/node/pull/16786) +* [[`6b9bd51021`](https://github.com/nodejs/node/commit/6b9bd51021)] - **doc**: correct effects to affects (gowpen) [#16794](https://github.com/nodejs/node/pull/16794) +* [[`6af9311939`](https://github.com/nodejs/node/commit/6af9311939)] - **doc**: correct EventEmitter reference (gowpen) [#16791](https://github.com/nodejs/node/pull/16791) +* [[`1a633e3cd8`](https://github.com/nodejs/node/commit/1a633e3cd8)] - **doc**: add docs for Zlib#close() (Luigi Pinca) [#16592](https://github.com/nodejs/node/pull/16592) +* [[`290df5ac41`](https://github.com/nodejs/node/commit/290df5ac41)] - **doc**: add details about rss on process.memoryUsage (Anthony Nandaa) [#16566](https://github.com/nodejs/node/pull/16566) +* [[`3e6da45ce0`](https://github.com/nodejs/node/commit/3e6da45ce0)] - **doc**: howto decode buffers extending from Writable (dicearr) [#16403](https://github.com/nodejs/node/pull/16403) +* [[`d7d43adc7f`](https://github.com/nodejs/node/commit/d7d43adc7f)] - **doc, win**: remove note about resize (Bartosz Sosnowski) [#16320](https://github.com/nodejs/node/pull/16320) +* [[`92b13e455f`](https://github.com/nodejs/node/commit/92b13e455f)] - **https**: Use secureProtocol in Agent#getName (Andreas Lind) [#9452](https://github.com/nodejs/node/pull/9452) +* [[`72d5af5b06`](https://github.com/nodejs/node/commit/72d5af5b06)] - **meta**: add note about email sync to CONTRIBUTING.md (Vse Mozhet Byt) [#16340](https://github.com/nodejs/node/pull/16340) +* [[`26b66ee30d`](https://github.com/nodejs/node/commit/26b66ee30d)] - **net**: change assert to conform to other files (James Hodgskiss) [#15861](https://github.com/nodejs/node/pull/15861) +* [[`f35b93c408`](https://github.com/nodejs/node/commit/f35b93c408)] - **src**: make StreamBase prototype accessors robust (Joyee Cheung) [#16860](https://github.com/nodejs/node/pull/16860) +* [[`c49961a8bf`](https://github.com/nodejs/node/commit/c49961a8bf)] - **src**: CHECK() for argument overflow in Spawn() (cjihrig) [#16761](https://github.com/nodejs/node/pull/16761) +* [[`b309a206c4`](https://github.com/nodejs/node/commit/b309a206c4)] - **src**: move handle properties to prototype (Ben Noordhuis) [#16482](https://github.com/nodejs/node/pull/16482) +* [[`22c7f91972`](https://github.com/nodejs/node/commit/22c7f91972)] - **src**: remove superfluous HandleScope (Ben Noordhuis) [#16482](https://github.com/nodejs/node/pull/16482) +* [[`519d942a3f`](https://github.com/nodejs/node/commit/519d942a3f)] - **src**: remove unused include in tty_wrap.h (Daniel Bevenius) [#16379](https://github.com/nodejs/node/pull/16379) +* [[`b5a47176a1`](https://github.com/nodejs/node/commit/b5a47176a1)] - **src**: fix etw provider include on Windows (Joyee Cheung) [#16639](https://github.com/nodejs/node/pull/16639) +* [[`9b736f94cc`](https://github.com/nodejs/node/commit/9b736f94cc)] - **src**: do not include x.h if x-inl.h is included (Joyee Cheung) [#16548](https://github.com/nodejs/node/pull/16548) +* [[`13eb5d969d`](https://github.com/nodejs/node/commit/13eb5d969d)] - **src**: make header file self-contained (Joyee Cheung) [#16518](https://github.com/nodejs/node/pull/16518) +* [[`f037040d04`](https://github.com/nodejs/node/commit/f037040d04)] - **src**: node_dtrace line continuations clean up (Daniel Bevenius) [#15777](https://github.com/nodejs/node/pull/15777) +* [[`a01edfd031`](https://github.com/nodejs/node/commit/a01edfd031)] - **src**: rename perfctr_macros.py-\>noperfctr_macros.py (Daniel Bevenius) [#16100](https://github.com/nodejs/node/pull/16100) +* [[`6a4d449016`](https://github.com/nodejs/node/commit/6a4d449016)] - **src**: add help for NODE_PENDING_DEPRECATION env (Thomas Corbière) [#15609](https://github.com/nodejs/node/pull/15609) +* [[`4b65a0f83a`](https://github.com/nodejs/node/commit/4b65a0f83a)] - **src**: add --pending-deprecation to NODE_OPTIONS (Thomas Corbière) [#15494](https://github.com/nodejs/node/pull/15494) +* [[`64fd332e16`](https://github.com/nodejs/node/commit/64fd332e16)] - **src**: whitelist v8 options with '_' or '-' (Sam Roberts) [#14093](https://github.com/nodejs/node/pull/14093) +* [[`a62f563588`](https://github.com/nodejs/node/commit/a62f563588)] - **src**: turn key length exception into CHECK (Ben Noordhuis) [#15183](https://github.com/nodejs/node/pull/15183) +* [[`e18df46092`](https://github.com/nodejs/node/commit/e18df46092)] - **src**: notify V8 for low memory when alloc fails (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482) +* [[`6a0eb9f6cf`](https://github.com/nodejs/node/commit/6a0eb9f6cf)] - **src**: provide allocation + nullptr check shortcuts (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482) +* [[`4aec8cfcd2`](https://github.com/nodejs/node/commit/4aec8cfcd2)] - **src**: pass desired return type to allocators (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482) +* [[`19f3ac9749`](https://github.com/nodejs/node/commit/19f3ac9749)] - **src**: add Malloc() size param + overflow detection (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482) +* [[`3ad45d8a31`](https://github.com/nodejs/node/commit/3ad45d8a31)] - **test**: reuse existing PassThrough implementation (Tobias Nießen) [#16936](https://github.com/nodejs/node/pull/16936) +* [[`3ef7880582`](https://github.com/nodejs/node/commit/3ef7880582)] - **test**: refactor comments in test-child-process-spawnsync-maxbuf (ChrBergert) [#16829](https://github.com/nodejs/node/pull/16829) +* [[`02838a596f`](https://github.com/nodejs/node/commit/02838a596f)] - **test**: used fixturesDir from fixtures modules (Klemen Kogovsek) [#16813](https://github.com/nodejs/node/pull/16813) +* [[`d0a080d296`](https://github.com/nodejs/node/commit/d0a080d296)] - **test**: add a test description (Grant Gasparyan) [#16833](https://github.com/nodejs/node/pull/16833) +* [[`e60cb5a25a`](https://github.com/nodejs/node/commit/e60cb5a25a)] - **test**: use common/fixtures module in hash-seed test (Javier Blanco) [#16823](https://github.com/nodejs/node/pull/16823) +* [[`6b79fd1c7a`](https://github.com/nodejs/node/commit/6b79fd1c7a)] - **test**: improve template value for test message (Stephan Smith) [#16826](https://github.com/nodejs/node/pull/16826) +* [[`8df676cf51`](https://github.com/nodejs/node/commit/8df676cf51)] - **test**: change concatenated string to template (Deepthi Sebastian) [#16929](https://github.com/nodejs/node/pull/16929) +* [[`b65ff6ecb2`](https://github.com/nodejs/node/commit/b65ff6ecb2)] - **test**: change concatenated string to template (Anawesha Khuntia) [#16912](https://github.com/nodejs/node/pull/16912) +* [[`b63f59f9f7`](https://github.com/nodejs/node/commit/b63f59f9f7)] - **test**: change string concatenation to template (Suryanarayana Murthy N) [#16919](https://github.com/nodejs/node/pull/16919) +* [[`13abfd8116`](https://github.com/nodejs/node/commit/13abfd8116)] - **test**: replace string concatenation with template (Kabir Islam) [#16916](https://github.com/nodejs/node/pull/16916) +* [[`ecf7b2163e`](https://github.com/nodejs/node/commit/ecf7b2163e)] - **test**: enable mustCall() during child exit (Vipin Menon) [#16915](https://github.com/nodejs/node/pull/16915) +* [[`99d0f02dfc`](https://github.com/nodejs/node/commit/99d0f02dfc)] - **test**: replace string concatenation with template (Tanvi Kini) [#16913](https://github.com/nodejs/node/pull/16913) +* [[`22a3f07715`](https://github.com/nodejs/node/commit/22a3f07715)] - **test**: cover vm.runInNewContext() (cjihrig) [#16906](https://github.com/nodejs/node/pull/16906) +* [[`8f33bc988b`](https://github.com/nodejs/node/commit/8f33bc988b)] - **test**: improve assertion messages (Neil Vass) [#16885](https://github.com/nodejs/node/pull/16885) +* [[`8550fbc7a0`](https://github.com/nodejs/node/commit/8550fbc7a0)] - **test**: improve assert messages in stream test (Katie Stockton Roberts) [#16884](https://github.com/nodejs/node/pull/16884) +* [[`ba25b8d297`](https://github.com/nodejs/node/commit/ba25b8d297)] - **test**: improve assertion in test-require-dot (Adam Wegrzynek) [#16805](https://github.com/nodejs/node/pull/16805) +* [[`87a2b8ab93`](https://github.com/nodejs/node/commit/87a2b8ab93)] - **test**: add values to error message (Adam Jeffery) [#16831](https://github.com/nodejs/node/pull/16831) +* [[`0b9bd4b265`](https://github.com/nodejs/node/commit/0b9bd4b265)] - **test**: replace common.fixtiresDir with fixtures.readKey() (woj) [#16817](https://github.com/nodejs/node/pull/16817) +* [[`0191b028d6`](https://github.com/nodejs/node/commit/0191b028d6)] - **test**: remove message argument in cluster setup test (mbornath) [#16838](https://github.com/nodejs/node/pull/16838) +* [[`71ac537d08`](https://github.com/nodejs/node/commit/71ac537d08)] - **test**: move test-http-keepalive-maxsockets to sequential (Rich Trott) [#16777](https://github.com/nodejs/node/pull/16777) +* [[`b9587c196d`](https://github.com/nodejs/node/commit/b9587c196d)] - **test**: use default assertion message (jonask) [#16819](https://github.com/nodejs/node/pull/16819) +* [[`a4d06fd364`](https://github.com/nodejs/node/commit/a4d06fd364)] - **test**: include file mode in assert message (Sascha Tandel) [#16815](https://github.com/nodejs/node/pull/16815) +* [[`9346afedc8`](https://github.com/nodejs/node/commit/9346afedc8)] - **test**: refactor tls test to use fixtres.readSync (Brian O'Connell) [#16816](https://github.com/nodejs/node/pull/16816) +* [[`59bd247ac8`](https://github.com/nodejs/node/commit/59bd247ac8)] - **test**: use fixtures module in test-repl (Maring, Damian Lion) [#16809](https://github.com/nodejs/node/pull/16809) +* [[`d28737bd2d`](https://github.com/nodejs/node/commit/d28737bd2d)] - **test**: update test to use fixtures.readKey (Dara Hayes) [#16811](https://github.com/nodejs/node/pull/16811) +* [[`91c984e331`](https://github.com/nodejs/node/commit/91c984e331)] - **test**: fix typos in read-buffer tests (Jimi van der Woning) [#16834](https://github.com/nodejs/node/pull/16834) +* [[`065af138cf`](https://github.com/nodejs/node/commit/065af138cf)] - **test**: replace common.fixturesDir with fixtures module (Dumitru Glavan) [#16803](https://github.com/nodejs/node/pull/16803) +* [[`95741c67b4`](https://github.com/nodejs/node/commit/95741c67b4)] - **test**: replace common.fixturesDir with fixtures.readSync() (Adri Van Houdt) [#16802](https://github.com/nodejs/node/pull/16802) +* [[`cdfb0c7308`](https://github.com/nodejs/node/commit/cdfb0c7308)] - **test**: update test to use fixtures (Adam Wegrzynek) [#16799](https://github.com/nodejs/node/pull/16799) +* [[`970a8abd74`](https://github.com/nodejs/node/commit/970a8abd74)] - **test**: fix typo (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938) +* [[`cef0d2a328`](https://github.com/nodejs/node/commit/cef0d2a328)] - **test**: update test-timers-block-eventloop.js (zhangzifa) [#16314](https://github.com/nodejs/node/pull/16314) +* [[`0f7ee268ca`](https://github.com/nodejs/node/commit/0f7ee268ca)] - **test**: replace fixturesDir in test-tls-connect (Casie Lynch) [#15849](https://github.com/nodejs/node/pull/15849) +* [[`fdc2a2d547`](https://github.com/nodejs/node/commit/fdc2a2d547)] - **test**: use fixtures module (Iryna Yaremtso) [#15901](https://github.com/nodejs/node/pull/15901) +* [[`6ced5d6c84`](https://github.com/nodejs/node/commit/6ced5d6c84)] - **test**: add details in assertions in test-vm-context (Vladimir Ilic) [#16116](https://github.com/nodejs/node/pull/16116) +* [[`603f2f76a8`](https://github.com/nodejs/node/commit/603f2f76a8)] - **test**: increase fs.exists coverage (Nigel Kibodeaux) [#15963](https://github.com/nodejs/node/pull/15963) +* [[`b52c79bcff`](https://github.com/nodejs/node/commit/b52c79bcff)] - **test**: use fixtures module in test-fs-realpath.js (Raphael Rheault) [#15904](https://github.com/nodejs/node/pull/15904) +* [[`a5e2511d93`](https://github.com/nodejs/node/commit/a5e2511d93)] - **test**: use fixtures module (Scott J Beck) [#15843](https://github.com/nodejs/node/pull/15843) +* [[`5adc3527d2`](https://github.com/nodejs/node/commit/5adc3527d2)] - **test**: imporove assert messages (Hadis-Fard) [#16021](https://github.com/nodejs/node/pull/16021) +* [[`fcd0c91838`](https://github.com/nodejs/node/commit/fcd0c91838)] - **test**: show values instead of assertion message (Cheyenne Arrowsmith) [#15979](https://github.com/nodejs/node/pull/15979) +* [[`8968b5bc40`](https://github.com/nodejs/node/commit/8968b5bc40)] - **test**: include values in assertion messages (nhoel) [#15996](https://github.com/nodejs/node/pull/15996) +* [[`3f60021666`](https://github.com/nodejs/node/commit/3f60021666)] - **test**: use process.features.debug in common module (Rich Trott) [#16537](https://github.com/nodejs/node/pull/16537) +* [[`f6dcbb24c0`](https://github.com/nodejs/node/commit/f6dcbb24c0)] - **test**: use common.buildType in repl-domain-abort (Rich Trott) [#16538](https://github.com/nodejs/node/pull/16538) +* [[`075f1b7709`](https://github.com/nodejs/node/commit/075f1b7709)] - **test**: skip test-process-config if no config.gypi (Gibson Fahnestock) [#16436](https://github.com/nodejs/node/pull/16436) +* [[`3f625fc0b8`](https://github.com/nodejs/node/commit/3f625fc0b8)] - **test**: use fixtures module in tls-handshake-error (Mark Walker) [#15939](https://github.com/nodejs/node/pull/15939) +* [[`a1a963ee1c`](https://github.com/nodejs/node/commit/a1a963ee1c)] - **test**: add failing vm tests to known_issues (Michaël Zasso) [#16410](https://github.com/nodejs/node/pull/16410) +* [[`38932fd6de`](https://github.com/nodejs/node/commit/38932fd6de)] - **test**: allow for different nsswitch.conf settings (Daniel Bevenius) [#16378](https://github.com/nodejs/node/pull/16378) +* [[`c4edcfd669`](https://github.com/nodejs/node/commit/c4edcfd669)] - **test**: handle blank shells in test-os.js (Gibson Fahnestock) [#16287](https://github.com/nodejs/node/pull/16287) +* [[`5eabc57395`](https://github.com/nodejs/node/commit/5eabc57395)] - **test**: increase enoughTestMem to 1.75 Gb (Rich Trott) [#16374](https://github.com/nodejs/node/pull/16374) +* [[`adcf0e86e6`](https://github.com/nodejs/node/commit/adcf0e86e6)] - **test**: use fixtures.readKey in https-timeout-server (Nicolas 'Pixel' Noble) [#15871](https://github.com/nodejs/node/pull/15871) +* [[`395fa74f29`](https://github.com/nodejs/node/commit/395fa74f29)] - **test**: use fixtures.readKey instead of fixturesDir (Paul Marion Camantigue) [#15976](https://github.com/nodejs/node/pull/15976) +* [[`9527ac9026`](https://github.com/nodejs/node/commit/9527ac9026)] - **test**: replace fixturesDir with fixtures module (tpurcell) [#16262](https://github.com/nodejs/node/pull/16262) +* [[`0296d8b082`](https://github.com/nodejs/node/commit/0296d8b082)] - **test**: replace fixturesDir with fixtures module (André Føyn Berge) [#15947](https://github.com/nodejs/node/pull/15947) +* [[`2b4c9818a9`](https://github.com/nodejs/node/commit/2b4c9818a9)] - **test**: skip test due to file size limit (jBarz) [#16273](https://github.com/nodejs/node/pull/16273) +* [[`a976f79d5b`](https://github.com/nodejs/node/commit/a976f79d5b)] - **test**: remove error msg in test-vm-symbols.js (Daniel Abrão) [#15873](https://github.com/nodejs/node/pull/15873) +* [[`60fc67e9d8`](https://github.com/nodejs/node/commit/60fc67e9d8)] - **test**: remove error messages in test-buffer-alloc (Braden Whitten) [#15867](https://github.com/nodejs/node/pull/15867) +* [[`f3fa3e196d`](https://github.com/nodejs/node/commit/f3fa3e196d)] - **test**: update assert error messages (Omar Gonzalez) [#16035](https://github.com/nodejs/node/pull/16035) +* [[`dfafc92597`](https://github.com/nodejs/node/commit/dfafc92597)] - **test**: expand error message (Stefania Sharp) [#15991](https://github.com/nodejs/node/pull/15991) +* [[`567d1e2345`](https://github.com/nodejs/node/commit/567d1e2345)] - **test**: use fixtures module (Kanika Shah) [#15959](https://github.com/nodejs/node/pull/15959) +* [[`470598905c`](https://github.com/nodejs/node/commit/470598905c)] - **test**: remove literal messages (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938) +* [[`b2063953db`](https://github.com/nodejs/node/commit/b2063953db)] - **test**: fix stderr reference (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938) +* [[`81464c7818`](https://github.com/nodejs/node/commit/81464c7818)] - **test**: use fixtures module in test-https-truncate (Gene Wu) [#15875](https://github.com/nodejs/node/pull/15875) +* [[`2dee43ee84`](https://github.com/nodejs/node/commit/2dee43ee84)] - **test**: use fixtures module (Alvaro Cruz) [#15874](https://github.com/nodejs/node/pull/15874) +* [[`3975d01545`](https://github.com/nodejs/node/commit/3975d01545)] - **test**: use fixtures module (Lance Barlaan) [#15872](https://github.com/nodejs/node/pull/15872) +* [[`b74a405577`](https://github.com/nodejs/node/commit/b74a405577)] - **test**: use default message for assert.strictEqual (hwaisiu) [#15970](https://github.com/nodejs/node/pull/15970) +* [[`fe6829d0e8`](https://github.com/nodejs/node/commit/fe6829d0e8)] - **test**: improve assert message in internet test (Nikki St Onge) [#15998](https://github.com/nodejs/node/pull/15998) +* [[`ff2665cf03`](https://github.com/nodejs/node/commit/ff2665cf03)] - **test**: replace common.fixturesDir (Shawn McGinty) [#15834](https://github.com/nodejs/node/pull/15834) +* [[`2d108c0699`](https://github.com/nodejs/node/commit/2d108c0699)] - **test**: refactor test-process-kill-null (Luigi Pinca) [#16236](https://github.com/nodejs/node/pull/16236) +* [[`7d3868059d`](https://github.com/nodejs/node/commit/7d3868059d)] - **test**: add missing spaces in concatenations (Vse Mozhet Byt) [#16244](https://github.com/nodejs/node/pull/16244) +* [[`d42a8e05b2`](https://github.com/nodejs/node/commit/d42a8e05b2)] - **test**: update output to include exit code & signal (Jenna Zeigen) [#15945](https://github.com/nodejs/node/pull/15945) +* [[`fb752b03fd`](https://github.com/nodejs/node/commit/fb752b03fd)] - **test**: change common.fixturesDir to fixtures.path (tejbirsingh) [#15860](https://github.com/nodejs/node/pull/15860) +* [[`c98bdb2697`](https://github.com/nodejs/node/commit/c98bdb2697)] - **test**: split up and refactor test-domain (Anna Henningsen) [#13614](https://github.com/nodejs/node/pull/13614) +* [[`f437d2fadb`](https://github.com/nodejs/node/commit/f437d2fadb)] - **test**: replace fixturesDir with common.fixtures (Kasim Doctor) [#15810](https://github.com/nodejs/node/pull/15810) +* [[`55aef4f0d1`](https://github.com/nodejs/node/commit/55aef4f0d1)] - **test**: replaced fs.readSync with fixtures.readSync (Lam Chan) [#15882](https://github.com/nodejs/node/pull/15882) +* [[`8e04c55fa7`](https://github.com/nodejs/node/commit/8e04c55fa7)] - **test**: improve coverage for process.umask (Evan Lucas) [#16188](https://github.com/nodejs/node/pull/16188) +* [[`f5e7122598`](https://github.com/nodejs/node/commit/f5e7122598)] - **test**: remove message from notStrictEqual (twk-b) [#16048](https://github.com/nodejs/node/pull/16048) +* [[`1b7d019d74`](https://github.com/nodejs/node/commit/1b7d019d74)] - **test**: use fixtures module (Ben Hallion) [#15808](https://github.com/nodejs/node/pull/15808) +* [[`9944499850`](https://github.com/nodejs/node/commit/9944499850)] - **test**: use ES6 classes instead of util.inherits (Tobias Nießen) [#16938](https://github.com/nodejs/node/pull/16938) +* [[`78a56c5cff`](https://github.com/nodejs/node/commit/78a56c5cff)] - **test**: refactor test-cluster-setup-master (Jean-Baptiste Brossard) [#16065](https://github.com/nodejs/node/pull/16065) +* [[`7b89bd2d99`](https://github.com/nodejs/node/commit/7b89bd2d99)] - **test**: replace fixtureDir with fixtures methods (Vladimir Ilic) [#16114](https://github.com/nodejs/node/pull/16114) +* [[`17e0ab2459`](https://github.com/nodejs/node/commit/17e0ab2459)] - **test**: remove error messages in crypto-binary test (Kim Gentes) [#15981](https://github.com/nodejs/node/pull/15981) +* [[`423a06003d`](https://github.com/nodejs/node/commit/423a06003d)] - **test**: use fixtures module over fixturesDir (JamesNimlos) [#15847](https://github.com/nodejs/node/pull/15847) +* [[`fc4fa2e20a`](https://github.com/nodejs/node/commit/fc4fa2e20a)] - **test**: use common.fixtures module (Shaun Sweet) [#15992](https://github.com/nodejs/node/pull/15992) +* [[`22b6017302`](https://github.com/nodejs/node/commit/22b6017302)] - **test**: replace fixturesDir with fixtures.path (Bear Trickey) [#15994](https://github.com/nodejs/node/pull/15994) +* [[`e0ae4e0fa4`](https://github.com/nodejs/node/commit/e0ae4e0fa4)] - **test**: update fixturesDir import (Tyler Seabrook) [#15887](https://github.com/nodejs/node/pull/15887) +* [[`0dfdaded2c`](https://github.com/nodejs/node/commit/0dfdaded2c)] - **test**: replace fixturesDir with fixtures methods (Komivi Agbakpem) [#15967](https://github.com/nodejs/node/pull/15967) +* [[`69882ada58`](https://github.com/nodejs/node/commit/69882ada58)] - **test**: replace fixturesDir with the fixtures module (WeiPlanet) [#16027](https://github.com/nodejs/node/pull/16027) +* [[`b43f366c77`](https://github.com/nodejs/node/commit/b43f366c77)] - **test**: change crypto decipheriv assertion messages (Daniel Kostro) [#16007](https://github.com/nodejs/node/pull/16007) +* [[`98def7dc5c`](https://github.com/nodejs/node/commit/98def7dc5c)] - **test**: replaces fixturesDir with fixtures (Mike Fleming) [#15835](https://github.com/nodejs/node/pull/15835) +* [[`e2b35b89f7`](https://github.com/nodejs/node/commit/e2b35b89f7)] - **test**: remove test messages for assert.strictEqual (Ali Groening) [#15995](https://github.com/nodejs/node/pull/15995) +* [[`3bd07dc12f`](https://github.com/nodejs/node/commit/3bd07dc12f)] - **test**: move to common.fixtures (Justin Beckwith) [#15987](https://github.com/nodejs/node/pull/15987) +* [[`86bdae3bc1`](https://github.com/nodejs/node/commit/86bdae3bc1)] - **test**: added fixtures module (Michael Pal) [#15980](https://github.com/nodejs/node/pull/15980) +* [[`76a2f76460`](https://github.com/nodejs/node/commit/76a2f76460)] - **test**: use fixtures in test-tls-multi-key.js (Cheyenne Arrowsmith) [#15844](https://github.com/nodejs/node/pull/15844) +* [[`c7070bb49b`](https://github.com/nodejs/node/commit/c7070bb49b)] - **test**: switch to use common.fixtures.fixturesDir (Roger Jiang) [#15814](https://github.com/nodejs/node/pull/15814) +* [[`58abc8274d`](https://github.com/nodejs/node/commit/58abc8274d)] - **test**: use common.fixtures module (Chi-chi Wang) [#16012](https://github.com/nodejs/node/pull/16012) +* [[`548b74c974`](https://github.com/nodejs/node/commit/548b74c974)] - **test**: escape script filename on Windows (Bartosz Sosnowski) [#16124](https://github.com/nodejs/node/pull/16124) +* [[`d8f2d669b8`](https://github.com/nodejs/node/commit/d8f2d669b8)] - **test**: improve assert message in test-dh-regr (Mabry Cervin) [#15912](https://github.com/nodejs/node/pull/15912) +* [[`5c7d3e527d`](https://github.com/nodejs/node/commit/5c7d3e527d)] - **test**: fixtures in test-net-pipe-connect-errors (Eric Freiberg) [#15922](https://github.com/nodejs/node/pull/15922) +* [[`cc671417c4`](https://github.com/nodejs/node/commit/cc671417c4)] - **test**: fixtures in test-process-redirect-warnings-env (Kat Rosario) [#15930](https://github.com/nodejs/node/pull/15930) +* [[`517ff1ccf2`](https://github.com/nodejs/node/commit/517ff1ccf2)] - **test**: fix ordering of strictEqual actual/expected (Chad Zezula) [#16008](https://github.com/nodejs/node/pull/16008) +* [[`6b6a89c1e5`](https://github.com/nodejs/node/commit/6b6a89c1e5)] - **test**: use fixtures.readSync (szhang351) +* [[`30d6964da4`](https://github.com/nodejs/node/commit/30d6964da4)] - **test**: replaced fixturesDir with common.fixtures (Dolapo Toki) [#15836](https://github.com/nodejs/node/pull/15836) +* [[`ee73883ae5`](https://github.com/nodejs/node/commit/ee73883ae5)] - **test**: use fixtures.fixturesDir (Gene Wu) [#15822](https://github.com/nodejs/node/pull/15822) +* [[`336c4af2fa`](https://github.com/nodejs/node/commit/336c4af2fa)] - **test**: replaces fixturesDir with fixtures methods (Christian Murphy) [#15817](https://github.com/nodejs/node/pull/15817) +* [[`0a51fe85a4`](https://github.com/nodejs/node/commit/0a51fe85a4)] - **test**: fixtures in test-process-redirect-warnings (Nicolas Chaulet) [#15917](https://github.com/nodejs/node/pull/15917) +* [[`2a04683c1e`](https://github.com/nodejs/node/commit/2a04683c1e)] - **test**: update test-crypto-from-binary (Raj Parekh) [#16011](https://github.com/nodejs/node/pull/16011) +* [[`c60683c726`](https://github.com/nodejs/node/commit/c60683c726)] - **test**: use fixtures in test-https-set-timeout-server (Bob Clewell) [#15886](https://github.com/nodejs/node/pull/15886) +* [[`f223800a07`](https://github.com/nodejs/node/commit/f223800a07)] - **test**: make use of common/fixtures.fixturesDir (Jem Bezooyen) [#15815](https://github.com/nodejs/node/pull/15815) +* [[`0e968f73ea`](https://github.com/nodejs/node/commit/0e968f73ea)] - **test**: use common/fixtures in test-https-close (Alberto Lopez de Lara) [#15870](https://github.com/nodejs/node/pull/15870) +* [[`44993bdc96`](https://github.com/nodejs/node/commit/44993bdc96)] - **test**: use fixtures in test-process-warnings (Suresh Srinivas) [#15869](https://github.com/nodejs/node/pull/15869) +* [[`3ef7085c40`](https://github.com/nodejs/node/commit/3ef7085c40)] - **test**: use fixtures in tls-friendly-error-message (tobyfarley) [#15905](https://github.com/nodejs/node/pull/15905) +* [[`839c45f1a8`](https://github.com/nodejs/node/commit/839c45f1a8)] - **test**: use common/fixtures in tls-connect-no-host (Donovan Buck) [#15986](https://github.com/nodejs/node/pull/15986) +* [[`0175acbdad`](https://github.com/nodejs/node/commit/0175acbdad)] - **test**: use common/fixtures in test-https-agent (jpaulptr) [#15941](https://github.com/nodejs/node/pull/15941) +* [[`8196a4ee43`](https://github.com/nodejs/node/commit/8196a4ee43)] - **test**: use common fixtures module (Kat Rosario) [#15856](https://github.com/nodejs/node/pull/15856) +* [[`66b1d19e54`](https://github.com/nodejs/node/commit/66b1d19e54)] - **test**: fs.readFileSync -\> fixtures.readKey (Ethan Brown) [#16030](https://github.com/nodejs/node/pull/16030) +* [[`515980b35a`](https://github.com/nodejs/node/commit/515980b35a)] - **test**: reduce run time for misc benchmark tests (Rich Trott) [#16120](https://github.com/nodejs/node/pull/16120) +* [[`cc1691761c`](https://github.com/nodejs/node/commit/cc1691761c)] - **test**: improve assertion message in dgram test (Shakeel Mohamed) [#16121](https://github.com/nodejs/node/pull/16121) +* [[`0f17c491e8`](https://github.com/nodejs/node/commit/0f17c491e8)] - **test**: use of fixtures in test-pipe-head (Nicolas Chaulet) [#15868](https://github.com/nodejs/node/pull/15868) +* [[`be1c637b01`](https://github.com/nodejs/node/commit/be1c637b01)] - **test**: use fixtures in test-https-localaddress.js (Charles T Wall III) [#15811](https://github.com/nodejs/node/pull/15811) +* [[`e0011def97`](https://github.com/nodejs/node/commit/e0011def97)] - **test**: use common/fixtures in fs-symlink test (AlexeyM) [#15830](https://github.com/nodejs/node/pull/15830) +* [[`7fea69afbb`](https://github.com/nodejs/node/commit/7fea69afbb)] - **test**: replace common.fixtures with fixtures module (Jonathan Eskew) [#15877](https://github.com/nodejs/node/pull/15877) +* [[`f1f9badb07`](https://github.com/nodejs/node/commit/f1f9badb07)] - **test**: improve assert message (Tri Nguyen) [#15909](https://github.com/nodejs/node/pull/15909) +* [[`6f309c1b9f`](https://github.com/nodejs/node/commit/6f309c1b9f)] - **test**: replace fixturesDir with fixtures method (suraiyah) [#15894](https://github.com/nodejs/node/pull/15894) +* [[`1c672b4267`](https://github.com/nodejs/node/commit/1c672b4267)] - **test**: normalize fixtures use (Ruxandra Fediuc) [#15855](https://github.com/nodejs/node/pull/15855) +* [[`7eb67820d5`](https://github.com/nodejs/node/commit/7eb67820d5)] - **test**: replace common.fixturesDir w/common.fixtures (Jason Walton) [#15853](https://github.com/nodejs/node/pull/15853) +* [[`c7192be2b8`](https://github.com/nodejs/node/commit/c7192be2b8)] - **test**: switch to use common.fixtures module for fixturesDir (r1cebank) [#15821](https://github.com/nodejs/node/pull/15821) +* [[`ce4f8d8673`](https://github.com/nodejs/node/commit/ce4f8d8673)] - **test**: fixturesDir replaced to fixtures module (Pawel Golda) [#15809](https://github.com/nodejs/node/pull/15809) +* [[`07020511f2`](https://github.com/nodejs/node/commit/07020511f2)] - **test**: replace common.fixturesDir with fixtures (Stefania Sharp) [#16015](https://github.com/nodejs/node/pull/16015) +* [[`0e35ca7aa9`](https://github.com/nodejs/node/commit/0e35ca7aa9)] - **test**: replaces common.fixturesDir usage (Ruy Adorno) [#15818](https://github.com/nodejs/node/pull/15818) +* [[`abba5e7b74`](https://github.com/nodejs/node/commit/abba5e7b74)] - **test**: use common.fixtures.path() (Tobias Kieslich) [#16112](https://github.com/nodejs/node/pull/16112) +* [[`5653c17be4`](https://github.com/nodejs/node/commit/5653c17be4)] - **test**: replace common.fixturesDir with fixtures (Shakeel Mohamed) [#15857](https://github.com/nodejs/node/pull/15857) +* [[`b6679516a6`](https://github.com/nodejs/node/commit/b6679516a6)] - **test**: use fixtures module in test (Nigel Kibodeaux) [#16117](https://github.com/nodejs/node/pull/16117) +* [[`525797842a`](https://github.com/nodejs/node/commit/525797842a)] - **test**: use template literals in test-string-decoder (Edward Andrew Robinson) [#15884](https://github.com/nodejs/node/pull/15884) +* [[`b04e3899bf`](https://github.com/nodejs/node/commit/b04e3899bf)] - **test**: switch to fixtures module (Christopher Sidebottom) [#15880](https://github.com/nodejs/node/pull/15880) +* [[`da29ee54da`](https://github.com/nodejs/node/commit/da29ee54da)] - **test**: rewrite assert message (Martin Michaelis) [#15879](https://github.com/nodejs/node/pull/15879) +* [[`743cb9c4d4`](https://github.com/nodejs/node/commit/743cb9c4d4)] - **test**: change fixturesDir to fixtures.path (Guilherme Akio Sakae) [#15863](https://github.com/nodejs/node/pull/15863) +* [[`2fce34268e`](https://github.com/nodejs/node/commit/2fce34268e)] - **test**: replace fixturesDir with common.fixtures (Oliver Luebeck) [#15907](https://github.com/nodejs/node/pull/15907) +* [[`18d03e1331`](https://github.com/nodejs/node/commit/18d03e1331)] - **test**: update http test client function signatures (Jakub Mrowiec - Alkagar) [#15807](https://github.com/nodejs/node/pull/15807) +* [[`24f620e9c6`](https://github.com/nodejs/node/commit/24f620e9c6)] - **test**: replace common.fixturesDir w/ fixtures.path (Druotic) [#15819](https://github.com/nodejs/node/pull/15819) +* [[`f0f4d1bfca`](https://github.com/nodejs/node/commit/f0f4d1bfca)] - **test**: replace fixtureDir with fixtures.path (matthewreed26) [#15943](https://github.com/nodejs/node/pull/15943) +* [[`55a49b09e0`](https://github.com/nodejs/node/commit/55a49b09e0)] - **test**: use common.fixtures module for file path (Adil L) [#16017](https://github.com/nodejs/node/pull/16017) +* [[`4c9fa0a48c`](https://github.com/nodejs/node/commit/4c9fa0a48c)] - **test**: use fixtures module (Maurice Hayward) [#16034](https://github.com/nodejs/node/pull/16034) +* [[`a617707b1b`](https://github.com/nodejs/node/commit/a617707b1b)] - **test**: replace fixturesDir with fixtures module (tabulatedreams) [#16036](https://github.com/nodejs/node/pull/16036) +* [[`2acad049dc`](https://github.com/nodejs/node/commit/2acad049dc)] - **test**: replace fixturesDir with fixtures module (Ivan Etchart) [#15893](https://github.com/nodejs/node/pull/15893) +* [[`9860d35b5a`](https://github.com/nodejs/node/commit/9860d35b5a)] - **test**: change fixturesDir to fixtures.path (Savio Lucena) [#15902](https://github.com/nodejs/node/pull/15902) +* [[`4c6ba92dad`](https://github.com/nodejs/node/commit/4c6ba92dad)] - **test**: changed fixtures require (creisle) [#15899](https://github.com/nodejs/node/pull/15899) +* [[`7db6f00b75`](https://github.com/nodejs/node/commit/7db6f00b75)] - **test**: replaced fixturesDir with fixtures module (Alex McKenzie) [#15908](https://github.com/nodejs/node/pull/15908) +* [[`73c23b7d90`](https://github.com/nodejs/node/commit/73c23b7d90)] - **test**: use common.fixtures in tls test (Ben Michel) [#15965](https://github.com/nodejs/node/pull/15965) +* [[`684acc43a7`](https://github.com/nodejs/node/commit/684acc43a7)] - **test**: use fixtures module instead of common (Joe Grace) [#15925](https://github.com/nodejs/node/pull/15925) +* [[`3aac007c7d`](https://github.com/nodejs/node/commit/3aac007c7d)] - **test**: replaced fixturesDir with fixtures module (Alex McKenzie) [#15927](https://github.com/nodejs/node/pull/15927) +* [[`0808ba6262`](https://github.com/nodejs/node/commit/0808ba6262)] - **test**: replace fixturesDir with fixtures module (Greg Matthews) [#15932](https://github.com/nodejs/node/pull/15932) +* [[`29259bb3fd`](https://github.com/nodejs/node/commit/29259bb3fd)] - **test**: replace fixturesDir with fixtures (Mujtaba Al-Tameemi) [#15949](https://github.com/nodejs/node/pull/15949) +* [[`95a8d1ff45`](https://github.com/nodejs/node/commit/95a8d1ff45)] - **test**: remove common.fixturesDir (Luis Del Águila) [#15950](https://github.com/nodejs/node/pull/15950) +* [[`9f6102617c`](https://github.com/nodejs/node/commit/9f6102617c)] - **test**: replace fixturesDir with fixtures module (BinarySo1o) [#15961](https://github.com/nodejs/node/pull/15961) +* [[`29384bd574`](https://github.com/nodejs/node/commit/29384bd574)] - **test**: replaced fixturesDir with common.fixtures (jopann) [#15971](https://github.com/nodejs/node/pull/15971) +* [[`6728a403bc`](https://github.com/nodejs/node/commit/6728a403bc)] - **test**: use common.fixtures module in test-preload (Laura Cabrera) [#15975](https://github.com/nodejs/node/pull/15975) +* [[`fbe0b3e616`](https://github.com/nodejs/node/commit/fbe0b3e616)] - **test**: replaced common.fixturesDir with readKey (Sean Cox) [#15933](https://github.com/nodejs/node/pull/15933) +* [[`bc10fe2034`](https://github.com/nodejs/node/commit/bc10fe2034)] - **test**: replace fixturesDir in tls-env-bad-extra-ca (Annie Weng) [#15813](https://github.com/nodejs/node/pull/15813) +* [[`123f9713b2`](https://github.com/nodejs/node/commit/123f9713b2)] - **test**: use common.fixtures in checkServerIdentity (Emily Marigold Klassen) [#15951](https://github.com/nodejs/node/pull/15951) +* [[`c405727640`](https://github.com/nodejs/node/commit/c405727640)] - **test**: replaced common.fixturesDir with readKey (rhalldearn) [#15952](https://github.com/nodejs/node/pull/15952) +* [[`664b9c6b67`](https://github.com/nodejs/node/commit/664b9c6b67)] - **test**: replace fixturesDir with fixtures.readKey (Thomas Schorn) [#15948](https://github.com/nodejs/node/pull/15948) +* [[`cbf0d629d5`](https://github.com/nodejs/node/commit/cbf0d629d5)] - **test**: replace common.fixturesDir with fixtures. (Sam Skjonsberg) [#15802](https://github.com/nodejs/node/pull/15802) +* [[`c65d7c1364`](https://github.com/nodejs/node/commit/c65d7c1364)] - **test**: replace fixturesDir with common.fixtures (rachelnicole) [#16051](https://github.com/nodejs/node/pull/16051) +* [[`2e039d23c4`](https://github.com/nodejs/node/commit/2e039d23c4)] - **test**: update fixturesDir to fixtures.readKey (bitandbang) [#16016](https://github.com/nodejs/node/pull/16016) +* [[`1f7d112c87`](https://github.com/nodejs/node/commit/1f7d112c87)] - **test**: replace fixturesDir with common.fixtures (Pooya Paridel) [#15837](https://github.com/nodejs/node/pull/15837) +* [[`ae61adf248`](https://github.com/nodejs/node/commit/ae61adf248)] - **test**: update 'fixturesDir' refs in a test file (James M. Greene) [#15824](https://github.com/nodejs/node/pull/15824) +* [[`ede8b4ba85`](https://github.com/nodejs/node/commit/ede8b4ba85)] - **test**: use fixtures.readKey in https-agent test (Greg Byram) [#15913](https://github.com/nodejs/node/pull/15913) +* [[`6b05937972`](https://github.com/nodejs/node/commit/6b05937972)] - **test**: add test for fork() + shell (cjihrig) [#15352](https://github.com/nodejs/node/pull/15352) +* [[`148a030345`](https://github.com/nodejs/node/commit/148a030345)] - **test**: remove node-tap lookalike (cjihrig) [#13707](https://github.com/nodejs/node/pull/13707) +* [[`fa5c706bec`](https://github.com/nodejs/node/commit/fa5c706bec)] - **test**: refactor exitedAfterDisconnect test (Rich Trott) [#16729](https://github.com/nodejs/node/pull/16729) +* [[`9416dab7ac`](https://github.com/nodejs/node/commit/9416dab7ac)] - **test**: use fixtures module in test-https-pfx (Ken Takagi) [#15895](https://github.com/nodejs/node/pull/15895) +* [[`7e9779aade`](https://github.com/nodejs/node/commit/7e9779aade)] - **test**: refactor test-readline-keys (Rich Trott) [#11281](https://github.com/nodejs/node/pull/11281) +* [[`8264328087`](https://github.com/nodejs/node/commit/8264328087)] - **test,net**: remove scatological terminology (Rich Trott) [#16599](https://github.com/nodejs/node/pull/16599) +* [[`ec69f0bc60`](https://github.com/nodejs/node/commit/ec69f0bc60)] - **timers**: fix eventloop block (zhangzifa) [#15072](https://github.com/nodejs/node/pull/15072) +* [[`37044d3752`](https://github.com/nodejs/node/commit/37044d3752)] - **tools**: remove unneeded parentheses in doc/html.js (Vse Mozhet Byt) [#16845](https://github.com/nodejs/node/pull/16845) +* [[`adc43a7d7e`](https://github.com/nodejs/node/commit/adc43a7d7e)] - **tools**: replace string concatenation with template literals (Kevin Yu) [#16804](https://github.com/nodejs/node/pull/16804) +* [[`6bdd67c5e3`](https://github.com/nodejs/node/commit/6bdd67c5e3)] - **tools**: replace string concatenation with template literals (Giovanni Lela) [#16806](https://github.com/nodejs/node/pull/16806) +* [[`afe6440065`](https://github.com/nodejs/node/commit/afe6440065)] - **tools**: replace string concetation with templates (Patrick Heneise) [#16801](https://github.com/nodejs/node/pull/16801) +* [[`c01adff7be`](https://github.com/nodejs/node/commit/c01adff7be)] - **tools**: fix cpplint.py when path contains non-ascii (sharkfisher) [#16047](https://github.com/nodejs/node/pull/16047) +* [[`0433a6004e`](https://github.com/nodejs/node/commit/0433a6004e)] - **tools**: rename unused variale in more pythonic way (Nikhil Komawar) [#16171](https://github.com/nodejs/node/pull/16171) +* [[`dbcca0653e`](https://github.com/nodejs/node/commit/dbcca0653e)] - **tools**: use template literal in error message (Tim Chon) [#15846](https://github.com/nodejs/node/pull/15846) +* [[`38028c6796`](https://github.com/nodejs/node/commit/38028c6796)] - **tty,doc**: add type-check to isatty (Bryan English) [#15567](https://github.com/nodejs/node/pull/15567) + ## 2017-11-07, Version 6.12.0 'Boron' (LTS), @MylesBorins diff --git a/src/node_version.h b/src/node_version.h index 6402225de45051..1d51dd26601860 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Boron" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)