Node.js 0.10 and 0.12 release unification
Node.js v4+ releases
Following the successful lead of io.js in the following changes to distributions:
- 64-bit-only OSX binaries
- Moving unpacked Windows binaries to win-x64 and win-x86 directories, with redirects in place for old locations (node-gyp will care, even after we "fix" it, older versions will be in the wild)
- Windows .pdb and .exp files and openssl-cli.* files, are they necessary? I'd like to drop them if possible.
- Availability of .xz compressed files
- SHASUMS256.txt only, no SHA-1
- /dist/ being an alias for /download/release/ to enable other, non-release download types (RCs, nightlies, etc.)
I think we'll end up with two separate Jenkins jobs for these, one for 0.10 and 0.12 and one for io.js & Node.js v4+, possibly three if it ends up being too hard to get io.js & Node.js v4+ together in one.
Node.js 0.10 and 0.12 release unification
Node.js v4+ releases
Following the successful lead of io.js in the following changes to distributions:
I think we'll end up with two separate Jenkins jobs for these, one for 0.10 and 0.12 and one for io.js & Node.js v4+, possibly three if it ends up being too hard to get io.js & Node.js v4+ together in one.