| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
There are semver-minor commits in here. 6.2? |
Sorry, something went wrong.
|
Ugh, yes. Sorry (and thanks for the heads up) |
Sorry, something went wrong.
|
@jasnell that is, if everyone is cool with another semver-minor |
Sorry, something went wrong.
|
Ah looks like @evanlucas beat me to it. 👍 , needs to be 6.2.0 as mentioned. :) |
Sorry, something went wrong.
|
I would probably also mention these in the notable changes:
|
Sorry, something went wrong.
|
I would mention Anna's buffer fixes also. They're not semver-minor but they are an important fix. |
Sorry, something went wrong.
|
Will do on the notable changes. Thanks! |
Sorry, something went wrong.
|
Should we mention that builds will be included for PPC be ? |
Sorry, something went wrong.
|
@mhdawson sure, want to write something up for it? |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@evanlucas sure, how about this: As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode. |
Sorry, something went wrong.
|
There are probably some updates need with respect to the docs that would which list the binaries which are part of the release. @thealphanerd do you know what all that would be ? |
Sorry, something went wrong.
|
One other questions, whats the criteria for what gets pulled into the Current release. Is is all commits before date X or something more subtle ? |
Sorry, something went wrong.
|
@bricss it has not landed yet. Once it lands, it will be pulled into the next release. |
Sorry, something went wrong.
|
@mhdawson we use branch-diff to find all of the commits to pull in. For all of the commits, we look through the PRs and see if they have anything that notes that it should not land on this branch. If we find any of those, we have to also make sure no other PRs depend on a previous one that is being skipped. |
Sorry, something went wrong.
|
ok I see that somehow the don't-land got added to the one I wanted (by me, but not intentionally). #6700. Can I just remove that and it will get added next time ? |
Sorry, something went wrong.
|
@mhdawson yep. Is it something we need in the current release? |
Sorry, something went wrong.
|
Its not urgent, just convenient for reproducing issues, so I'd just leave for the next time. |
Sorry, something went wrong.
- **buffer**: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) [#6511](#6511) - **child_process**: use /system/bin/sh on android (Ben Noordhuis) [#6745](#6745) - **deps**: - upgrade npm to 3.8.9 (Rebecca Turner) [#6664](#6664) - upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) [#6572](#6572) - upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) [#6796](#6796) - Intl: ICU 57 bump (Steven R. Loomis) [#6088](#6088) - **repl**: - copying tabs shouldn't trigger completion (Eugene Obrezkov) [#5958](#5958) - exports `Recoverable` (Blake Embrey) [#3488](#3488) - **src**: add O_NOATIME constant (Rich Trott) [#6492](#6492) - **src,module**: add --preserve-symlinks command line flag (James M Snell) [#6537](#6537) - **util**: adhere to `noDeprecation` set at runtime (Anna Henningsen) [#6683](#6683) As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode. PR-URL: #6810
Sorry, something went wrong.
- **buffer**: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) [#6511](#6511) - **child_process**: use /system/bin/sh on android (Ben Noordhuis) [#6745](#6745) - **deps**: - upgrade npm to 3.8.9 (Rebecca Turner) [#6664](#6664) - upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) [#6572](#6572) - upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) [#6796](#6796) - Intl: ICU 57 bump (Steven R. Loomis) [#6088](#6088) - **repl**: - copying tabs shouldn't trigger completion (Eugene Obrezkov) [#5958](#5958) - exports `Recoverable` (Blake Embrey) [#3488](#3488) - **src**: add O_NOATIME constant (Rich Trott) [#6492](#6492) - **src,module**: add --preserve-symlinks command line flag (James M Snell) [#6537](#6537) - **util**: adhere to `noDeprecation` set at runtime (Anna Henningsen) [#6683](#6683) As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode. PR-URL: #6810
| Back | FazBrowse Home | New Git URL |
#2016-05-17, Version 6.2.0 (Stable)
Notable changes
As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode.
Commits