-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v6.6.0 pre-proposal #8428
Labels
meta
Issues and PRs related to the general management of the project.
Comments
Fishrock123
added
the
meta
Issues and PRs related to the general management of the project.
label
Sep 6, 2016
This was referenced Sep 7, 2016
I keep running into this:
cc @addaleax maybe? |
Uh, yeah, that one’s on me I guess… I’ll do a backport PR for #8174, it should just be a one-line difference |
now running into this:
|
Looks like it is #8301 (comment) |
Refs: #8437 |
Fishrock123
added a commit
that referenced
this issue
Sep 8, 2016
Closed
Moving to #8457 |
Fishrock123
added a commit
that referenced
this issue
Sep 14, 2016
Notable changes: * crypto: Added `crypto.timingSafeEqual()`. (not-an-aardvark) #8304 * events: Made the "max event listeners" memory leak warning more accessible. (Anna Henningsen) #8298 * promises: Unhandled rejections now emit a process warning after the first tick. (Benjamin Gruenbaum) #8223 * repl: Added auto alignment for `.editor` mode. (Prince J Wesley) #8241 * util: Some functionality has been added to `util.inspect()`: - Returning `this` from a custom inspect function now works. (Anna Henningsen) #8174 - Added support for Symbol-based custom inspection methods. (Anna Henningsen) #8174 Refs: #8428 Refs: #8457 PR-URL: #8466
Fishrock123
added a commit
to Fishrock123/node
that referenced
this issue
Sep 15, 2016
Notable changes: * crypto: Added `crypto.timingSafeEqual()`. (not-an-aardvark) nodejs#8304 * events: Made the "max event listeners" memory leak warning more accessible. (Anna Henningsen) nodejs#8298 * promises: Unhandled rejections now emit a process warning after the first tick. (Benjamin Gruenbaum) nodejs#8223 * repl: Added auto alignment for `.editor` mode. (Prince J Wesley) nodejs#8241 * util: Some functionality has been added to `util.inspect()`: - Returning `this` from a custom inspect function now works. (Anna Henningsen) nodejs#8174 - Added support for Symbol-based custom inspection methods. (Anna Henningsen) nodejs#8174 Refs: nodejs#8428 Refs: nodejs#8457 PR-URL: nodejs#8466
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to do this week's release. Here's a rough cut of the commits.
I need to fix up some conflicts to get everything ready and probably don;t have time to finish to make an actual PR today.
Aiming for tomorrow.
10b3f131c2
] - async_wrap: add a missing case to test-async-wrap-throw-no-init (yorkie) #81982c9a86f01e
] - buffer: directly use ArrayBuffer as the pool (Anna Henningsen) #83022168432c36
] - build: don't require processing docs for nightlies (Johan Bergström) #83251657f12f75
] - build: fix dependencies on AIX (Michael Dawson) #8285063d14e496
] - build: fix dependencies on AIX (Michael Dawson) #827218017d675b
] - build: add missing files to zip and 7z packages (Richard Lau) #8069ed640ae4cb
] - crypto: make malloc failure check cross-platform (Rich Trott) #8352a6f7b13d02
] - crypto: fix getDecoder() encoding check (atstojanov) #83010764bc4711
] - _Revert_ "crypto: add crypto.timingSafeEqual" (James M Snell) #82250fc5e0dcd9
] - (SEMVER-MINOR) crypto: add crypto.timingSafeEqual (not-an-aardvark) #8040870faeef95
] - deps: workaround clang-3.4 ICE (Ali Ijaz Sheikh) #834361faabd938
] - deps: v8_inspector update (Eugene Ostroukhov) #8150a945244830
] - doc: add 2016-08-10 CTC meeting minutes (Josh Gavant) #8229e4ac083bad
] - doc: update CI content in onboarding doc (Rich Trott) #8374dfe1c7e9b8
] - doc: update authors list (James M Snell) #83467e8d994e33
] - doc: add return type of clientRequest.setTimeout (Mike Ralphson) #83565930d59b0f
] - doc: fix a wrong link,add '.md' to the link (Alexis374) #83153905f48882
] - doc: fix typos (Mike Ralphson) #83708361c26cd5
] - doc: fix broken link in dgram doc (Brian White) #8365ced2bc37c4
] - doc: update targos email in readme per request (James M Snell) #83892501a38b79
] - doc: update landing pr info in onboarding doc (Rich Trott) #8344143d38c650
] - doc: bad/better examples for fs.access() and fs.exists() (Dan Fabulich) #7832f7dd3bc19f
] - doc: fix typo in stream doc (Hubert Mine) #832656414b54d9
] - doc: adding danbev to collaborators (Daniel Bevenius) #835986067f0129
] - doc: clarify that path on windows accepts / and \ (James M Snell) #82911e0bfacc28
] - doc: add lpinca to collaborators (Luigi Pinca) #8331488d37b3dc
] - doc: doc that listen can be called multiple times (James M Snell) #829461fa50d298
] - doc: readline write() is processed as input (James M Snell) #8295f10e1ed455
] - doc:'ipc'
is required with fork stdio option (James M Snell) #8290c8619ea3c3
] - doc: improve fs.truncate functions' documentation (Sakthipriyan Vairamani) #7648df4880de55
] - doc: addadded:
information for modules (Luigi Pinca) #8250a72a331536
] - doc: fix onReadable reentry after unshift called (Zwb) #8200379d9162a2
] - doc: addadded:
information for dgram (Luigi Pinca) #81962367e6c901
] - doc: add Myles Borins to the CTC (Rod Vagg) #82607f1bb8044a
] - doc: fix buf.readUIntBE, buf.readUIntLE examples (David Keeler) #8240e7866568e5
] - doc: fix "timout" typo in timeout (Fangshi He) #82316e50fc7637
] - doc: include the optional options parameter (Sakthipriyan Vairamani) #7842932c824c60
] - (SEMVER-MINOR) events: make memory leak warning more accessible (Anna Henningsen) #82981050594c86
] - http: fix connection upgrade checks (Brian White) #8238609a265aeb
] - inspector: use script name for target title (Eugene Ostroukhov) #824327fd2d7e61
] - inspector: make sure all messages are dispatched (Eugene Ostroukhov) #8264b6db963915
] - inspector: simplify buffer management (Eugene Ostroukhov) #82571b8accfdd6
] - inspector: use new inspector headers (Eugene Ostroukhov) #81504863f6a121
] - net: make holding the buffer in memory more robust (Anna Henningsen) #82525bef38b627
] - (SEMVER-MINOR) repl: Auto alignment for .editor mode (Prince J Wesley) #8241a00ccb0fb9
] - src: normalize malloc, realloc (Michael Dawson) #7564a290ddfdc9
] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308a01e8bcf18
] - src: moving f function call comment (Daniel Bevenius) #8405becbcc7981
] - src: avoid duplicate AtExit functions (Ali Ijaz Sheikh) #82731ffdee7c86
] - test: mark pseudo-tty/no_dropped_stdio as flaky (Michael Dawson) #83859826a79f54
] - test: test non-buffer/string with zlib (Rich Trott) #83502d2a2d7c78
] - test: fix test-cluster-dgram-1 flakiness (Santiago Gimeno) #83833504a98b72
] - test: fix ::1 error in test-dns-ipv6 (Gibson Fahnestock) #8254a133b775e3
] - test: fixfs-watch-recursive
flakiness on OS X (Santiago Gimeno) #4629baa0ffdab3
] - test: refactor/cleanup a number of cluster tests (James M Snell) #8261266270e618
] - test: refactor parallel/test-process-env.js (Rich Trott) #8324f6e33ef8bc
] - test: add test for zlib.create*Raw() (Rich Trott) #8306eca74a9d91
] - test: cleanup test require symlink (Paul Grock) #8305e192825de0
] - test: refactor test-debug-signal-cluster (Rich Trott) #82894537cf2377
] - test: additional refactoring/cleanup of buffer tests (James M Snell) #8283407069a29d
] - test: add known issue test for path parse issue path (extname, parse) cannot handle extension correctly for directory #6229 (James M Snell) #829382c7a9c40c
] - test: make sure over truncation of file zero fills (Sakthipriyan Vairamani) #7648a6d53c6779
] - test: add check in test-signal-handler (Rich Trott) #82487053922c1a
] - test: clean up / refactor buffer tests, remove duplication (James M Snell) #825602ed21aa5c
] - test: mark test-child-process-fork-dgram as flaky (Michael Dawson) #8274e3cb0bfec9
] - test: refactor test-util-inspect (Rich Trott) #81895a7a6d9b01
] - tools: enable caching for jslint task (Rich Trott) #8296201115812e
] - tools: update ESLint to 3.4.0 (Rich Trott) #829651f96dfcfc
] - url: keep auth inurl.resolve()
if host matches (Ilkka Myller) #82151d0385f62d
] - url:url.format()
encodes all#
insearch
(Ilkka Myller) #8072b3e7ac2605
] - util: improve function signature of util._extend (Sakthipriyan Vairamani) #8187a60ed89178
] - (SEMVER-MINOR) util: allow returningthis
from custom inspect (Anna Henningsen) #817459714cb7b3
] - (SEMVER-MINOR) util: allow symbol-based custom inspection methods (Anna Henningsen) #8174The text was updated successfully, but these errors were encountered: