Notable changes
- buffer: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) #6511
- child_process: use /system/bin/sh on android (Ben Noordhuis) #6745
deps:
- upgrade npm to 3.8.9 (Rebecca Turner) #6664
- upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) #6572
- upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) #6796
- Intl: ICU 57 bump (Steven R. Loomis) #6088
- repl:
- copying tabs shouldn't trigger completion (Eugene Obrezkov) #5958
- exports Recoverable (Blake Embrey) #3488
- src: add O_NOATIME constant (Rich Trott) #6492
- src,module: add --preserve-symlinks command line flag (James M Snell) #6537
- util: adhere to noDeprecation set at runtime (Anna Henningsen) #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.
SHA-256 taken from 7zip;
[curl manifest file tested on external bucket](http://puu.sh/oQq83/d131b4a4fa.png)
Mirror changes:
- mirror confusedbycode.com looks abandoned;
- mirror bintray.com from list Win32/Win64 - Generic (Viktor Szakáts) was chosen
- build project page for windows is hosted on https://github.com/vszakats/harbour-deps
* Apache httpd version upgrade to 2.4.20
* Update pre-install in r.json
The pre-install in the r bucket is now architecture specific and
depends on the architecture the user requested, no longer on the
architecture of the user's machine.
* Updated R to version 3.3.0
SHA-256 taken from 7zip;
confirmed Windows package tar.gz change to zip following 2.2.2
-> removed "extract_dir" for both architectures;
hub manifest tested on external bucket:
tom81@DESKTOP-PPA3Q0S ~$ hub version
git version 2.8.2.windows.1
hub version 2.2.3
package content differences from 2.2.0 & 2.2.1:
- extract directory folder removed
- hub manual "hub.html" added
- "etc" and "man" build folders removed
- hub.exe moved to package "bin" folder
Notable Changes
assert: deep{Strict}Equal() now works correctly with circular references. (Rich Trott) #6432
debugger: Arrays are now formatted correctly in the debugger repl. (cjihrig) #6448
deps: Upgrade OpenSSL sources to 1.0.2h (Shigeki Ohtsu) #6550
net: Introduced a Socket#connecting property. (Fedor Indutny) #6404
Previously this information was only available as the undocumented, internal _connecting property.
process: Introduced process.cpuUsage(). (Patrick Mueller) #6157
stream: Writable#setDefaultEncoding() now returns this. (Alexander Makarenko) #5040
util: Two new additions to util.inspect():
Added a maxArrayLength option to truncate the formatting of Arrays. (James M Snell) #6334
This is set to 100 by default.
Added a showProxy option for formatting proxy intercepting handlers. (James M Snell) #6465
Inspecting proxies is non-trivial and as such this is off by default.
https://nodejs.org/en/blog/release/v6.1.0/
SHA-256 taken from 7zip;
extract directory now exists in release zip
-> added "extract_dir" for both architectures.
git-lfs manifest tested on external bucket.
SHA-256 taken from 7zip;
doxysearch.cgi.exe is added to bin.
zip content differences from 1.8.8:
- doxysearch.cgi is replaced with doxysearch.cgi.exe;
- libclang.dll is added.