Closed
Description
We have to jump straight to 1.2.0 for this because of:
- dns - add 'all' option to dns.lookup #744 / 633a990 (dns: allow dns.lookup() to return all addresses)
- stream: simpler stream constructon #697 / 50daee7 (stream: simpler stream constructon)
One might also argue that this qualifies too:
- assert: don't compare object
prototype
property #636 / e7573f9 (assert: don't compare objectprototype
property)
I'm also going to turn on the ARMv6 build slave for releases, it's been churning out nightlies with success but this will be the first proper release that will have Raspberry Pi (and other) compatible binaries!
npm changelog is in #738.
I propose we cut this release within 48 hours.
Full commit log since v1.1.0
- [828d19a] - doc: fix dns.lookup options example (Roman Reiss)
- [90d2b35] - doc: update antiquated process.versions output (Ben Noordhuis)
- [789bbb9] - doc: update node.js references in api docs (Ben Noordhuis)
- [c22e5ac] - https: simpler argument check (Michaël Zasso)
- [b9d3928] - util: simplify
isPrimitive
(Vladimir Kurchatkin) - [2c3121c] - benchmark: bump eventemitter number of iterations (Ben Noordhuis)
- [633a990] - dns: allow dns.lookup() to return all addresses (Roman Reiss)
- [1cd1d7a] - buffer: don't compare same buffers (Vladimir Kurchatkin)
- [847b9d2] - benchmark: add more EventEmitter benchmarks (Brian White)
- [96597bc] - doc: add lxe as collaborator (Aleksey Smolenchuk)
- [7a301e2] - deps: make node-gyp work again on windows (Bert Belder)
- [b188a34] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis)
- [af1bf49] - deps: upgrade npm to 2.5.1 (Forrest L Norvell)
- [9dc9ec3] - lib: make debug client connect to 127.0.0.1 (Ben Noordhuis)
- [e7573f9] - assert: don't compare object
prototype
property (Vladimir Kurchatkin) - [8d11799] - asyncwrap: fix nullptr parent check (Trevor Norris)
- [62512bb] - test: accept EPROTONOSUPPORT ipv6 error (Ben Noordhuis)
- [05f4dff] - asyncwrap: fix constructor condition for early ret (Trevor Norris)
- [10277d2] - docs: include mention of new crypto methods (Calvin Metcalf)
- [9a8f186] - child_process: add debug and error details (Zach Bruggeman)
- [6f7a978] - crypto: clear error on return in TLS methods (Fedor Indutny)
- [50daee7] - stream: simpler stream constructon (Sam Newman)
- [e0730ee] - benchmark: allow compare via fine-grained filters (Brian White)
- [96ffcb9] - src: reduce cpu profiler overhead (Ben Noordhuis)
- [3e675e4] - benchmark: don't use template strings (Evan Lucas)
- [8ac8b76] - doc: simplified pure consensus seeking (Mikeal Rogers)
- [0a54b6a] - doc: update streams wg charter (Chris Dickinson)
- [b8ead4a] - Adjusting for feedback in the PR. (Mikeal Rogers)
- [3af7f30] - Initial documentation for working groups. (Mikeal Rogers)
- [513724e] - doc: add GPG fingerprint for chrisdickinson (Chris Dickinson)
- [4168198] - doc: add TC meeting 2015-01-28 minutes (Rod Vagg)