Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
Propose v5.1.0#3736
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
Propose v5.1.0 #3736
Uh oh!
There was an error while loading. Please reload this page.
Conversation
3ee78a4 to 6784cb0CompareFishrock123 commented Nov 10, 2015
@jasnell could you check my notes on the |
Fishrock123 commented Nov 10, 2015
Previous CI (Still hanging.....): https://ci.nodejs.org/job/node-test-commit/1070/ cc @nodejs/build |
jasnell commented Nov 10, 2015
@Fishrock123 ... should likely indicate that the |
Fishrock123 commented Nov 11, 2015
Need to remember to put #3519 (comment) into known issues. (cc @jasnell too) Sounds like the CI will be back up tomorrow so this will be going out then. |
Fishrock123 commented Nov 11, 2015
Updated list:
|
Fishrock123 commented Nov 11, 2015
Another CI: https://ci.nodejs.org/job/node-test-commit/1093/ |
rvagg commented Nov 12, 2015
CI isn't quite ready yet, there's a tiny bit of hair left on dem yaks. Current status can be seen in this nightly directory: https://nodejs.org/download/nightly/v5.0.1-nightly2015111247f3735e88/ - missing as of now are Windows (minor issues left to solve) and Linux 32-bit (still to be fully reprovisioned). @joaocgreis could you update this issue when the Windows release machines are ready to roll, @jbergstroem can you report on the CentOS5 machines too please? |
joaocgreis commented Nov 12, 2015
@rvagg@Fishrock123 Windows release machines ready to use! |
Fishrock123 commented Nov 12, 2015
Another CI: https://ci.nodejs.org/job/node-test-commit/1097/ |
Fishrock123 commented Nov 12, 2015
@joaocgreis Are you sure the windows CI is working correctly? https://ci.nodejs.org/job/node-test-binary-windows/255/ |
Fishrock123 commented Nov 12, 2015
I can't even get https://ci.nodejs.org/job/node-test-commit-smartos/287/nodes=smartos14-64/tapTestReport/ to look at it.. |
Fishrock123 commented Nov 12, 2015
Looks like most of the ARM machines aren't connecting. Maybe Rod's internet is down? https://ci.nodejs.org/job/node-test-commit/1097/ |
Fishrock123 commented Nov 12, 2015
Note to self: #3617 for known issues |
joaocgreis commented Nov 12, 2015
@Fishrock123 The release servers are ready, but I'm still working on the test servers. |
Fishrock123 commented Nov 12, 2015
Well, we haven't had full CI runs for almost a week so I'm less than sure of actually doing a release. |
jbergstroem commented Nov 12, 2015
centos5-32 release is ready. |
Fishrock123 commented Nov 12, 2015
rvagg commented Nov 14, 2015
Release machines should be good to go now, the remaining Linux 64-bit issue has been sorted out and we have a successful build @ https://nodejs.org/download/nightly/v5.0.1-nightly2015111484bb74547d/ |
Fishrock123 commented Nov 15, 2015
Another CI: https://ci.nodejs.org/job/node-test-commit/1132/ Been sick so I haven't caught up to all the new commits and probably won't until tomorrow/tuesday. Still looking at a tuesday release now. |
Fishrock123 commented Nov 17, 2015
New CI: https://ci.nodejs.org/job/node-test-commit/1161/ Left #3755 for now because I'd like confirmation that it is not semver-major. |
Fishrock123 commented Nov 17, 2015
#3755 (comment), landing that commit in v5.x. |
6784cb0 to a4f3256Comparec003972 to e93eed3Comparejasnell commented Nov 17, 2015
LGTM |
Notable changes: * buffer: The `noAssert` option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) #3767. - This makes the behavior match what the docs suggest. * child_process: `child.send()` now properly returns a boolean like the docs suggest (Rich Trott) #3577. * doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) #3662. * http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) #3569. - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`, `REBIND`, `UNBIND`. - Also added ACL and IPv6 Zone ID support. * npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) #3685. - See the release notes for https://github.com/npm/npm/releases/tag/v3.3.7, https://github.com/npm/npm/releases/tag/v3.3.8, https://github.com/npm/npm/releases/tag/v3.3.9, https://github.com/npm/npm/releases/tag/v3.3.10, https://github.com/npm/npm/releases/tag/v3.3.11, and https://github.com/npm/npm/releases/tag/v3.3.12 for more details. * repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) #3630. * tls: The default `sessionIdContext` now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) #3755. * v8: Added some more useful post-mortem data (Fedor Indutny) #3779. PR-URL: #3736
Fishrock123 commented Nov 17, 2015
Amended the commit description, actually landed in 2f16be2...3b69060 |
Fishrock123 commented Nov 17, 2015
Building @ https://ci.nodejs.org/job/iojs+release/287/ |
Fishrock123 commented Nov 17, 2015
^ cc @nodejs/build ppcle and rpi1 just failed to build. ^ |
Fishrock123 commented Nov 17, 2015
2nd run as suggested by @jbergstroem: https://ci.nodejs.org/job/iojs+release/288/ |
Fishrock123 commented Nov 17, 2015
jasnell commented Nov 18, 2015
Woot! Awesome job @Fishrock123 |
Notable changes: * buffer: The `noAssert` option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) nodejs/node#3767. - This makes the behavior match what the docs suggest. * child_process: `child.send()` now properly returns a boolean like the docs suggest (Rich Trott) nodejs/node#3577. * doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) nodejs/node#3662. * http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) nodejs/node#3569. - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`, `REBIND`, `UNBIND`. - Also added ACL and IPv6 Zone ID support. * npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) nodejs/node#3685. - See the release notes for https://github.com/npm/npm/releases/tag/v3.3.7, https://github.com/npm/npm/releases/tag/v3.3.8, https://github.com/npm/npm/releases/tag/v3.3.9, https://github.com/npm/npm/releases/tag/v3.3.10, https://github.com/npm/npm/releases/tag/v3.3.11, and https://github.com/npm/npm/releases/tag/v3.3.12 for more details. * repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) nodejs/node#3630. * tls: The default `sessionIdContext` now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) nodejs/node#3755. * v8: Added some more useful post-mortem data (Fedor Indutny) nodejs/node#3779. PR-URL: nodejs/node#3736
Notable changes: * buffer: The `noAssert` option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) nodejs/node#3767. - This makes the behavior match what the docs suggest. * child_process: `child.send()` now properly returns a boolean like the docs suggest (Rich Trott) nodejs/node#3577. * doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) nodejs/node#3662. * http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) nodejs/node#3569. - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`, `REBIND`, `UNBIND`. - Also added ACL and IPv6 Zone ID support. * npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) nodejs/node#3685. - See the release notes for https://github.com/npm/npm/releases/tag/v3.3.7, https://github.com/npm/npm/releases/tag/v3.3.8, https://github.com/npm/npm/releases/tag/v3.3.9, https://github.com/npm/npm/releases/tag/v3.3.10, https://github.com/npm/npm/releases/tag/v3.3.11, and https://github.com/npm/npm/releases/tag/v3.3.12 for more details. * repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) nodejs/node#3630. * tls: The default `sessionIdContext` now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) nodejs/node#3755. * v8: Added some more useful post-mortem data (Fedor Indutny) nodejs/node#3779. PR-URL: nodejs/node#3736
Notable changes: * buffer: The `noAssert` option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) nodejs/node#3767. - This makes the behavior match what the docs suggest. * child_process: `child.send()` now properly returns a boolean like the docs suggest (Rich Trott) nodejs/node#3577. * doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) nodejs/node#3662. * http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) nodejs/node#3569. - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`, `REBIND`, `UNBIND`. - Also added ACL and IPv6 Zone ID support. * npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) nodejs/node#3685. - See the release notes for https://github.com/npm/npm/releases/tag/v3.3.7, https://github.com/npm/npm/releases/tag/v3.3.8, https://github.com/npm/npm/releases/tag/v3.3.9, https://github.com/npm/npm/releases/tag/v3.3.10, https://github.com/npm/npm/releases/tag/v3.3.11, and https://github.com/npm/npm/releases/tag/v3.3.12 for more details. * repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) nodejs/node#3630. * tls: The default `sessionIdContext` now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) nodejs/node#3755. * v8: Added some more useful post-mortem data (Fedor Indutny) nodejs/node#3779. PR-URL: nodejs/node#3736
Notable changes: * buffer: The `noAssert` option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) nodejs/node#3767. - This makes the behavior match what the docs suggest. * child_process: `child.send()` now properly returns a boolean like the docs suggest (Rich Trott) nodejs/node#3577. * doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) nodejs/node#3662. * http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) nodejs/node#3569. - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`, `REBIND`, `UNBIND`. - Also added ACL and IPv6 Zone ID support. * npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) nodejs/node#3685. - See the release notes for https://github.com/npm/npm/releases/tag/v3.3.7, https://github.com/npm/npm/releases/tag/v3.3.8, https://github.com/npm/npm/releases/tag/v3.3.9, https://github.com/npm/npm/releases/tag/v3.3.10, https://github.com/npm/npm/releases/tag/v3.3.11, and https://github.com/npm/npm/releases/tag/v3.3.12 for more details. * repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) nodejs/node#3630. * tls: The default `sessionIdContext` now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) nodejs/node#3755. * v8: Added some more useful post-mortem data (Fedor Indutny) nodejs/node#3779. PR-URL: nodejs/node#3736
Replaces #3700
I'm going to start just making PRs from the start in the future as my git remotes aren't set up the way github's hub tool likes. (Of course.)
cc @nodejs/release