From: Tim Oxley Date: Thu, 26 Feb 2015 12:15:40 +0000 (-0600) Subject: doc: link & formatting of SHAs in commit list X-Git-Tag: v1.4.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e63bad7eb7a08ddb6d1c81d0d5e46215567b192;p=platform%2Fupstream%2Fnodejs.git doc: link & formatting of SHAs in commit list This adds more consistency, plus links to commits are particularly useful. PR-URL: https://github.com/iojs/io.js/pull/967 Reviewed-By: Rod Vagg --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1936a08..76107fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,48 +108,49 @@ ### Commits -* [7e2235a] - doc: add error documentation (Chris Dickinson) -* [d832be4] - doc: update AUTHORS list (Rod Vagg) -* [aea9b89] - doc: add shigeki as collaborator (Shigeki Ohtsu) -* [e653080] - fs: improve `readFile` performance (Vladimir Kurchatkin) -* [9681fca] - deps: update libuv to 1.4.0 (Saúl Ibarra Corretgé) -* [5e825d1] - tracing: add lttng support for tracing on linux (Glen Keane) -* [b677b84] - events: optimize various functions (Brian White) -* [c86e383] - test: fix test failure with shared openssl (Shigeki Ohtsu) -* [1151016] - doc: fix typo in crypto (Haoliang Gao) -* [7c56868] - doc: change the order of crypto.publicDecrypt (Haoliang Gao) -* [3f473ef] - assert: introduce `deepStrictEqual` (Vladimir Kurchatkin) -* [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) +* [[`7e2235a`](https://github.com/iojs/io.js/commit/7e2235aebb067b84974e001f9fa4d83f45b7c9dd)] - doc: add error documentation (Chris Dickinson) +* [[`d832be4`](https://github.com/iojs/io.js/commit/d832be4aa3c68c29017339a65593f62cb73179bc)] - doc: update AUTHORS list (Rod Vagg) +* [[`aea9b89`](https://github.com/iojs/io.js/commit/aea9b89b5c2e3fb9fdbd96c7483eb1f60d09a39e)] - doc: add shigeki as collaborator (Shigeki Ohtsu) +* [[`e653080`](https://github.com/iojs/io.js/commit/e65308053c871352be948b9001737df01aad1965)] - fs: improve `readFile` performance (Vladimir Kurchatkin) +* [[`9681fca`](https://github.com/iojs/io.js/commit/9681fcacf0fd477f999a52f6ff4151d4125d49d0)] - deps: update libuv to 1.4.0 (Saúl Ibarra Corretgé) +* [[`5e825d1`](https://github.com/iojs/io.js/commit/5e825d1073b57a87fc9a77751ed3e21c86970082)] - tracing: add lttng support for tracing on linux (Glen Keane) +* [[`b677b84`](https://github.com/iojs/io.js/commit/b677b844fc1de328a0f2b0151bdfc045cb5d0c81)] - events: optimize various functions (Brian White) +* [[`c86e383`](https://github.com/iojs/io.js/commit/c86e383c41f35b17ba79cc1c6dbfff674214177d)] - test: fix test failure with shared openssl (Shigeki Ohtsu) +* [[`1151016`](https://github.com/iojs/io.js/commit/1151016d0a13dcb5973f602d0717c2da6abca551)] - doc: fix typo in crypto (Haoliang Gao) +* [[`7c56868`](https://github.com/iojs/io.js/commit/7c568684b834a6a3c4d15bb29d2f95cf76773cb8)] - doc: change the order of crypto.publicDecrypt (Haoliang Gao) +* [[`3f473ef`](https://github.com/iojs/io.js/commit/3f473ef141fdc7059928ebc4542b00e2f126ab07)] - assert: introduce `deepStrictEqual` (Vladimir Kurchatkin) +* [[`828d19a`](https://github.com/iojs/io.js/commit/828d19a1f696840acf43b70125b85b0d61ff5056)] - doc: fix dns.lookup options example (Roman Reiss) +* [[`90d2b35`](https://github.com/iojs/io.js/commit/90d2b352810bc352620e61e0dacc8573faf11dfb)] - doc: update antiquated process.versions output (Ben Noordhuis) +* [[`789bbb9`](https://github.com/iojs/io.js/commit/789bbb91d3eb30fa2a51e9b064592d6a461a6fe5)] - doc: update node.js references in api docs (Ben Noordhuis) +* [[`c22e5ac`](https://github.com/iojs/io.js/commit/c22e5ace846f93b4531a39b0e055f89a46598f63)] - https: simpler argument check (Michaël Zasso) +* [[`b9d3928`](https://github.com/iojs/io.js/commit/b9d3928f80992a812795a974cbae02288fc5049c)] - util: simplify `isPrimitive` (Vladimir Kurchatkin) +* [[`2c3121c`](https://github.com/iojs/io.js/commit/2c3121c606967f8595d671601493e623a7157385)] - benchmark: bump eventemitter number of iterations (Ben Noordhuis) +* [[`633a990`](https://github.com/iojs/io.js/commit/633a9908487efadda6a86026a36d5325a28805c6)] - dns: allow dns.lookup() to return all addresses (Roman Reiss) +* [[`1cd1d7a`](https://github.com/iojs/io.js/commit/1cd1d7a182c2d16c28c778ddcd72bbeac6bc5c75)] - buffer: don't compare same buffers (Vladimir Kurchatkin) +* [[`847b9d2`](https://github.com/iojs/io.js/commit/847b9d212a404e5906ea9f366c458332c0318c53)] - benchmark: add more EventEmitter benchmarks (Brian White) +* [[`96597bc`](https://github.com/iojs/io.js/commit/96597bc5927c57737c3bea943dd163d69ac76a96)] - doc: add lxe as collaborator (Aleksey Smolenchuk) +* [[`7a301e2`](https://github.com/iojs/io.js/commit/7a301e29de1e4ab5f39165beb6d0b41435c221dd)] - deps: make node-gyp work again on windows (Bert Belder) +* [[`b188a34`](https://github.com/iojs/io.js/commit/b188a3459d9d8a6d0c5fd391f1aefba281407083)] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) +* [[`af1bf49`](https://github.com/iojs/io.js/commit/af1bf49852b7a8bcc9b9b6dd718edea0b18e3cb6)] - deps: upgrade npm to 2.5.1 (Forrest L Norvell) +* [[`9dc9ec3`](https://github.com/iojs/io.js/commit/9dc9ec3ce6ba6f3dd4020e00f5863e207fa08a75)] - lib: make debug client connect to 127.0.0.1 (Ben Noordhuis) +* [[`e7573f9`](https://github.com/iojs/io.js/commit/e7573f9111f6b85c599ec225714d76e08ec8a4dc)] - assert: don't compare object `prototype` property (Vladimir Kurchatkin) +* [[`8d11799`](https://github.com/iojs/io.js/commit/8d1179952aefaa0086ff5540671cfd6ff612594b)] - asyncwrap: fix nullptr parent check (Trevor Norris) +* [[`62512bb`](https://github.com/iojs/io.js/commit/62512bb29cd000dd5ce848258c10f3211f153bd5)] - test: accept EPROTONOSUPPORT ipv6 error (Ben Noordhuis) +* [[`05f4dff`](https://github.com/iojs/io.js/commit/05f4dff97519ada5d3149a16ca9e5a04df948a61)] - asyncwrap: fix constructor condition for early ret (Trevor Norris) +* [[`10277d2`](https://github.com/iojs/io.js/commit/10277d2e57ee7fe9e0e3f63f10b9ea521e86e7f0)] - docs: include mention of new crypto methods (Calvin Metcalf) +* [[`9a8f186`](https://github.com/iojs/io.js/commit/9a8f18613da4956c963377e2ad55cdd3dabc32aa)] - child_process: add debug and error details (Zach Bruggeman) +* [[`6f7a978`](https://github.com/iojs/io.js/commit/6f7a9784eaef82a1aa6cf53bbbd7224c446876a0)] - crypto: clear error on return in TLS methods (Fedor Indutny) +* [[`50daee7`](https://github.com/iojs/io.js/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream constructon (Sam Newman) +* [[`e0730ee`](https://github.com/iojs/io.js/commit/e0730eeaa5231841a7eba080c8170e41278c3c52)] - benchmark: allow compare via fine-grained filters (Brian White) +* [[`96ffcb9`](https://github.com/iojs/io.js/commit/96ffcb9a210a2fa1248ae5931290193573512a96)] - src: reduce cpu profiler overhead (Ben Noordhuis) +* [[`3e675e4`](https://github.com/iojs/io.js/commit/3e675e44b59f1be8e5581de000f3cb17ef747c14)] - benchmark: don't use template strings (Evan Lucas) +* [[`8ac8b76`](https://github.com/iojs/io.js/commit/8ac8b760ac74e5a6938a49e563406716804672cb)] - doc: simplified pure consensus seeking (Mikeal Rogers) +* [[`0a54b6a`](https://github.com/iojs/io.js/commit/0a54b6a134a6815e30d1f78f8c8612d4a00399ad)] - doc: update streams wg charter (Chris Dickinson) +* [[`b8ead4a`](https://github.com/iojs/io.js/commit/b8ead4a23f8b0717204878235d61cfce3f3fdd30)] - Adjusting for feedback in the PR. (Mikeal Rogers) +* [[`3af7f30`](https://github.com/iojs/io.js/commit/3af7f30a7cceb1e418e5cd26c65a8ec5cc589d09)] - Initial documentation for working groups. (Mikeal Rogers) +* [[`513724e`](https://github.com/iojs/io.js/commit/513724efcc42ed150391915050fe60402f8dd48d)] - doc: add GPG fingerprint for chrisdickinson (Chris Dickinson) +* [[`4168198`](https://github.com/iojs/io.js/commit/41681983921d323da79b6d45e4ae0f8edb541e18)] - doc: add TC meeting 2015-01-28 minutes (Rod Vagg) + ## 2015-02-03, Version 1.1.0, @chrisdickinson @@ -184,70 +185,71 @@ ### Commits -* df48faf - tools: add release tool and docs, remove old tools (Rod Vagg) -* 14684d3 - v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG (Fedor Indutny) -* 6a5d731 - gyp: enable postmortem support, fix dtrace paths (Fedor Indutny) -* 8b88ff8 - deps: fix postmortem support in v8 (Fedor Indutny) -* d0b0bb4 - dtrace: fix removal of unused probes (Glen Keane) -* 3e67d7e - http: replace util.\_extend() with [].slice() (Jonathan Ong) -* 89dd8e0 - benchmark: clean up common.js (Brendan Ashworth) -* 6561274 - crypto: support passwords in publicEncrypt (Calvin Metcalf) -* e9eb2ec - process: fix regression in unlistening signals (Sam Roberts) -* 233e333 - events: remove indeterminancy from event ordering (Sam Roberts) -* d75fecf - src: remove unused dtrace probes (Glen Keane) -* 8c0742f - net: check close callback is function (Yosuke Furukawa) -* 207e48c - dgram: check close callback is function (Yosuke Furukawa) -* 6ac8bdc - lib: reduce util.is*() usage (cjihrig) -* bce7a26 - deps: make node-gyp work again on windows (Bert Belder) -* 1bdd74d - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) -* faf34ff - deps: upgrade npm to 2.4.1 (Forrest L Norvell) -* 40e29dc - assert: use util.inspect() to create error messages (cjihrig) -* bc2c85c - fs: improve error messages (Bert Belder) -* 0767c2f - lib: fix max size check in Buffer constructor (Ben Noordhuis) -* 65b1e4f - dgram: implicit binds should be exclusive (Sam Roberts) -* 083c421 - benchmark: remove extra spacing in http options (Brendan Ashworth) -* e17e6fb - util: use on-stack buffer for Utf8Value (Fedor Indutny) -* 3d4e96f - crypto: use on-stack storage in HashUpdate (Fedor Indutny) -* aca2011 - string_bytes: introduce InlineDecoder (Fedor Indutny) -* c6367e7 - node: speed up ParseEncoding (Fedor Indutny) -* 7604e6d - docs: add note about default padding in crypto (Calvin Metcalf) -* cf3e908 - http: more descriptive setHeader errors (Qasim Zaidi) -* cbc1262 - deps: upgrade v8 to 4.1.0.14 (Ben Noordhuis) -* 00f822f - doc: add micnic as collaborator (Micleusanu Nicu) -* 514b1d9 - doc: add more info to benchmark/README.md (Fishrock123) -* 097fde7 - deps: update libuv to 1.3.0 (Saúl Ibarra Corretgé) -* 6ad236c - build: configure formatting, add final message (Roman Reiss) -* dd47a8c - src: set default signal dispositions at start-up (Ben Noordhuis) -* 63ae1d2 - src: rework early debug signal handling (Ben Noordhuis) -* 5756f92 - src: do platform-specific initialization earlier (Ben Noordhuis) -* 24bd4e0 - test: add http upgrade header regression test (Ben Noordhuis) -* 6605096 - deps: roll back http_parser to 2.3.0 (Ben Noordhuis) -* 90ddb46 - crypto: remove use of this.\_readableState (Calvin Metcalf) -* 45d8d9f - buffer: implement `iterable` interface (Vladimir Kurchatkin) -* 3cbb5cd - console: allow Object.prototype fields as labels (cjihrig) -* 87e62bd - crypto: implement privateEncrypt/publicDecrypt (Fedor Indutny) -* b50fea4 - watchdog: fix timeout for early polling return (Saúl Ibarra Corretgé) -* b5166cb - benchmark: add bench-(url & events) make targets (Yosuke Furukawa) -* 5843ae8 - Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" (Bert Belder) -* 668bde8 - win,msi: broadcast WM_SETTINGCHANGE after install (Mathias Küsel) -* 69ce064 - build: remove artefacts on distclean (Johan Bergström) -* 1953886 - test: fs.createReadStream().destroy() fd leak (Rod Vagg) -* 497fd72 - fs: fix fd leak in ReadStream.destroy() (Alex Kocharin) -* 8b09ae7 - doc: add links for http_parser/libuv upgrades (Michael Hart) -* 683e096 - src: remove excessive license boilerplate (Aleksey Smolenchuk) -* 5c7ab96 - doc: fix net.Server.listen bind behavior (Andres Suarez) -* 84b05d4 - doc: update writable streams default encoding (Johnny Ray Austin) -* 1855267 - doc: fix minor grammar mistake in streams docs (ttrfwork) -* 4f68369 - build: disable v8 snapshots (Ben Noordhuis) -* c0a9d1b - versions: add http-parser patchlevel (Johan Bergström) -* 7854811 - child_process: clone spawn options argument (cjihrig) -* 88aaff9 - deps: update http_parser to 2.4.2 (Fedor Indutny) -* 804ab7e - doc: add seishun as a collaborator (Nikolai Vavilov) -* 301a968 - child_process: remove redundant condition (Vladimir Kurchatkin) -* 06cfff9 - http: don't bother making a copy of the options (Jonathan Ong) -* 55c222c - doc: add vkurchatkin as collaborator (Vladimir Kurchatkin) -* 50ac4b7 - Working on 1.0.5 (Rod Vagg) -* d1fc9c6 - 2015-01-24 io.js v1.0.4 Release (Rod Vagg) +* [[`df48faf`](https://github.com/iojs/io.js/commit/df48fafa92c4ff0caee54c2f7fa214073cbd787e)] - tools: add release tool and docs, remove old tools (Rod Vagg) +* [[`14684d3`](https://github.com/iojs/io.js/commit/14684d3d67ad7c04bec7b63377343dab3e389470)] - v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG (Fedor Indutny) +* [[`6a5d731`](https://github.com/iojs/io.js/commit/6a5d731f602b547074f4367a7eb3964395080c94)] - gyp: enable postmortem support, fix dtrace paths (Fedor Indutny) +* [[`8b88ff8`](https://github.com/iojs/io.js/commit/8b88ff85f106eed03bf677b9ab3b842f4edbdc6b)] - deps: fix postmortem support in v8 (Fedor Indutny) +* [[`d0b0bb4`](https://github.com/iojs/io.js/commit/d0b0bb4ae00f596042bebe1ae61ae685bfbebf7d)] - dtrace: fix removal of unused probes (Glen Keane) +* [[`3e67d7e`](https://github.com/iojs/io.js/commit/3e67d7e46b80c90faa360d1d0e44dacc444e8e4f)] - http: replace util._extend() with [].slice() (Jonathan Ong) +* [[`89dd8e0`](https://github.com/iojs/io.js/commit/89dd8e062f462106a6f7d3e92e9d18906445f851)] - benchmark: clean up common.js (Brendan Ashworth) +* [[`6561274`](https://github.com/iojs/io.js/commit/6561274d2377d9fd9c55fa3ce2eb2e53c14d898e)] - crypto: support passwords in publicEncrypt (Calvin Metcalf) +* [[`e9eb2ec`](https://github.com/iojs/io.js/commit/e9eb2ec1c491e82dda27fe07d0eaf14ff569351b)] - process: fix regression in unlistening signals (Sam Roberts) +* [[`233e333`](https://github.com/iojs/io.js/commit/233e333b183edeea6b740911061c7dc526078260)] - events: remove indeterminancy from event ordering (Sam Roberts) +* [[`d75fecf`](https://github.com/iojs/io.js/commit/d75fecf6fd7a1ef9d3d84a70ab832e7c062f5880)] - src: remove unused dtrace probes (Glen Keane) +* [[`8c0742f`](https://github.com/iojs/io.js/commit/8c0742f43759d35da99f2475f81a026c2818c66a)] - net: check close callback is function (Yosuke Furukawa) +* [[`207e48c`](https://github.com/iojs/io.js/commit/207e48c93459da5e47f2efd408cfad6328bb0e25)] - dgram: check close callback is function (Yosuke Furukawa) +* [[`6ac8bdc`](https://github.com/iojs/io.js/commit/6ac8bdc0aba5f60f4b4f2da5abd36d664062aa40)] - lib: reduce util.is*() usage (cjihrig) +* [[`bce7a26`](https://github.com/iojs/io.js/commit/bce7a2608eb198eee6ecd7991062efd6daeeb440)] - deps: make node-gyp work again on windows (Bert Belder) +* [[`1bdd74d`](https://github.com/iojs/io.js/commit/1bdd74d20a3c979d51929a1039824d90abca2cdb)] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) +* [[`faf34ff`](https://github.com/iojs/io.js/commit/faf34ffbd321f4657bd99fb82931e1c9a4dda6af)] - deps: upgrade npm to 2.4.1 (Forrest L Norvell) +* [[`40e29dc`](https://github.com/iojs/io.js/commit/40e29dcbbf33d919f5cc0cbab5fa65a282adb04b)] - assert: use util.inspect() to create error messages (cjihrig) +* [[`bc2c85c`](https://github.com/iojs/io.js/commit/bc2c85ceef7ac034830e4a4357d0aef69cd6e386)] - fs: improve error messages (Bert Belder) +* [[`0767c2f`](https://github.com/iojs/io.js/commit/0767c2feb1cb6921acd18be3392d331e093b2b4c)] - lib: fix max size check in Buffer constructor (Ben Noordhuis) +* [[`65b1e4f`](https://github.com/iojs/io.js/commit/65b1e4f56f1f49dccd19b65dee2856df05b06c89)] - dgram: implicit binds should be exclusive (Sam Roberts) +* [[`083c421`](https://github.com/iojs/io.js/commit/083c421b5ca08576897b5da396085a462010780e)] - benchmark: remove extra spacing in http options (Brendan Ashworth) +* [[`e17e6fb`](https://github.com/iojs/io.js/commit/e17e6fb2faa04193eddf8062fbd49f1612b4dbff)] - util: use on-stack buffer for Utf8Value (Fedor Indutny) +* [[`3d4e96f`](https://github.com/iojs/io.js/commit/3d4e96f3ceea1d30b4affb66133016a3c2811005)] - crypto: use on-stack storage in HashUpdate (Fedor Indutny) +* [[`aca2011`](https://github.com/iojs/io.js/commit/aca20112519decef44474a2ee9936049e2a38b67)] - string_bytes: introduce InlineDecoder (Fedor Indutny) +* [[`c6367e7`](https://github.com/iojs/io.js/commit/c6367e7f2a68b2418a98dfe9e829f17f62ba403a)] - node: speed up ParseEncoding (Fedor Indutny) +* [[`7604e6d`](https://github.com/iojs/io.js/commit/7604e6decc441a1110567e98f20f7ee122179d54)] - docs: add note about default padding in crypto (Calvin Metcalf) +* [[`cf3e908`](https://github.com/iojs/io.js/commit/cf3e908b70dfb345711cbca6c8e5373d085b05ea)] - http: more descriptive setHeader errors (Qasim Zaidi) +* [[`cbc1262`](https://github.com/iojs/io.js/commit/cbc1262bd952a6c52937abe47a0af625965fba65)] - deps: upgrade v8 to 4.1.0.14 (Ben Noordhuis) +* [[`00f822f`](https://github.com/iojs/io.js/commit/00f822f276c08465db3f6c70f154e9f28cc372d6)] - doc: add micnic as collaborator (Micleusanu Nicu) +* [[`514b1d9`](https://github.com/iojs/io.js/commit/514b1d964b2e67d0594c6a44a22fbc29fe71454b)] - doc: add more info to benchmark/README.md (Fishrock123) +* [[`097fde7`](https://github.com/iojs/io.js/commit/097fde7129a3acc660beb372cecd9daf1164a7f2)] - deps: update libuv to 1.3.0 (Saúl Ibarra Corretgé) +* [[`6ad236c`](https://github.com/iojs/io.js/commit/6ad236c9b6a344a88ec2f1f173d5f920984b77b7)] - build: configure formatting, add final message (Roman Reiss) +* [[`dd47a8c`](https://github.com/iojs/io.js/commit/dd47a8c78547db14ea0c7fc2f3375e8c9cb1a129)] - src: set default signal dispositions at start-up (Ben Noordhuis) +* [[`63ae1d2`](https://github.com/iojs/io.js/commit/63ae1d203aba94b9a35400acdf00ff968fb6eb05)] - src: rework early debug signal handling (Ben Noordhuis) +* [[`5756f92`](https://github.com/iojs/io.js/commit/5756f92f464fd0f2d04dd05bc30b350010885f74)] - src: do platform-specific initialization earlier (Ben Noordhuis) +* [[`24bd4e0`](https://github.com/iojs/io.js/commit/24bd4e055562d8eb8a0d8db907c1715cc37e90b4)] - test: add http upgrade header regression test (Ben Noordhuis) +* [[`6605096`](https://github.com/iojs/io.js/commit/660509694cfd4de59df0548eabbe18c97d75c63a)] - deps: roll back http_parser to 2.3.0 (Ben Noordhuis) +* [[`90ddb46`](https://github.com/iojs/io.js/commit/90ddb46d522c37d2bc2eb68a6e0c9d52f9fbba42)] - crypto: remove use of this._readableState (Calvin Metcalf) +* [[`45d8d9f`](https://github.com/iojs/io.js/commit/45d8d9f8262983d7d6434f4500b4e88b63052cd5)] - buffer: implement `iterable` interface (Vladimir Kurchatkin) +* [[`3cbb5cd`](https://github.com/iojs/io.js/commit/3cbb5cdfdb621baec5dc3a2ac505be37f1718086)] - console: allow Object.prototype fields as labels (cjihrig) +* [[`87e62bd`](https://github.com/iojs/io.js/commit/87e62bd4c87e8674e3d1c432506e9b4991784ee2)] - crypto: implement privateEncrypt/publicDecrypt (Fedor Indutny) +* [[`b50fea4`](https://github.com/iojs/io.js/commit/b50fea4d490278b291321e6b96c49cf20bee1552)] - watchdog: fix timeout for early polling return (Saúl Ibarra Corretgé) +* [[`b5166cb`](https://github.com/iojs/io.js/commit/b5166cb7d269cd1bf90d1768f82767b05b9ac1f8)] - benchmark: add bench-(url & events) make targets (Yosuke Furukawa) +* [[`5843ae8`](https://github.com/iojs/io.js/commit/5843ae8dfba5db83f2c04ed2db847049cbd2ab0d)] - Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" (Bert Belder) +* [[`668bde8`](https://github.com/iojs/io.js/commit/668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0)] - win,msi: broadcast WM_SETTINGCHANGE after install (Mathias Küsel) +* [[`69ce064`](https://github.com/iojs/io.js/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artefacts on distclean (Johan Bergström) +* [[`1953886`](https://github.com/iojs/io.js/commit/1953886126a2ab3e7291a73767ee4302a391a208)] - test: fs.createReadStream().destroy() fd leak (Rod Vagg) +* [[`497fd72`](https://github.com/iojs/io.js/commit/497fd72e21d2d1216e8457928d1a8082349fd0e5)] - fs: fix fd leak in ReadStream.destroy() (Alex Kocharin) +* [[`8b09ae7`](https://github.com/iojs/io.js/commit/8b09ae76f1d854a0db579fc0737df4809ce6087d)] - doc: add links for http_parser/libuv upgrades (Michael Hart) +* [[`683e096`](https://github.com/iojs/io.js/commit/683e09603e3418ed13333bac05876cb7d52453f5)] - src: remove excessive license boilerplate (Aleksey Smolenchuk) +* [[`5c7ab96`](https://github.com/iojs/io.js/commit/5c7ab96b90d1ab35e03e32a249d50e7651dee6ef)] - doc: fix net.Server.listen bind behavior (Andres Suarez) +* [[`84b05d4`](https://github.com/iojs/io.js/commit/84b05d48d943e5b5e88485be129755277bedd1cb)] - doc: update writable streams default encoding (Johnny Ray Austin) +* [[`1855267`](https://github.com/iojs/io.js/commit/18552677d7e4468b093f28e721d1c02ce001b558)] - doc: fix minor grammar mistake in streams docs (ttrfwork) +* [[`4f68369`](https://github.com/iojs/io.js/commit/4f68369643cbbbcc6b12028091bb8064e89ce02d)] - build: disable v8 snapshots (Ben Noordhuis) +* [[`c0a9d1b`](https://github.com/iojs/io.js/commit/c0a9d1bc74e1aa5ed1f5a934509c1984142e0eab)] - versions: add http-parser patchlevel (Johan Bergström) +* [[`7854811`](https://github.com/iojs/io.js/commit/785481149d59fddead9007d469e2578204f24cfb)] - child_process: clone spawn options argument (cjihrig) +* [[`88aaff9`](https://github.com/iojs/io.js/commit/88aaff9aa6dd2aa2baadaf9b8d5f08e89fb77402)] - deps: update http_parser to 2.4.2 (Fedor Indutny) +* [[`804ab7e`](https://github.com/iojs/io.js/commit/804ab7ebaaf5d87499e3cbce03184f064264dd2a)] - doc: add seishun as a collaborator (Nikolai Vavilov) +* [[`301a968`](https://github.com/iojs/io.js/commit/301a968a40152c1ad3562482b4044458a13ebc4f)] - child_process: remove redundant condition (Vladimir Kurchatkin) +* [[`06cfff9`](https://github.com/iojs/io.js/commit/06cfff935012ed2826cac56284cea982630cbc27)] - http: don't bother making a copy of the options (Jonathan Ong) +* [[`55c222c`](https://github.com/iojs/io.js/commit/55c222ceba8e2b22fb5639082906faace520ec4e)] - doc: add vkurchatkin as collaborator (Vladimir Kurchatkin) +* [[`50ac4b7`](https://github.com/iojs/io.js/commit/50ac4b7e2a823f92f0e102b804ec73f00eacb216)] - Working on 1.0.5 (Rod Vagg) +* [[`d1fc9c6`](https://github.com/iojs/io.js/commit/d1fc9c6caec68883401fe601d99f3a69fee52556)] - 2015-01-24 io.js v1.0.4 Release (Rod Vagg) + ## 2015-01-24, Version 1.0.4, @rvagg @@ -271,51 +273,52 @@ ### Commits -* bb766d2 - doc: update "net" section in node to io.js changes (Andres Suarez) -* 73ddaa6 - tools: remove old updateAuthors.awk script (Rod Vagg) -* 6230bf9 - doc: update AUTHORS list (Rod Vagg) -* 33186fa - doc: adds brendanashworth as collaborator (Brendan Ashworth) -* 8f9502a - doc: add evanlucas to collaborators (Evan Lucas) -* 35a4f11 - doc: alphabetize all.markdown (Brendan Ashworth) -* a0831c5 - doc: add Fishrock123 to collaborators (Fishrock123) -* 5412487 - doc: add qard to collaborators (Stephen Belanger) -* 8b55048 - deps: make node-gyp work again on windows (Bert Belder) -* 82227f3 - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) -* f5b35db - deps: upgrade npm to 2.3.0 (Forrest L Norvell) -* f3fed51 - doc: adding thlorenz to list of collaborators (Thorsten Lorenz) -* 8de89ec - lib: move default address logic to `net._listen2` (Vladimir Kurchatkin) -* 3143d73 - test: delete parallel/test-process-active-wraps (Ben Noordhuis) -* 4f95b5d - test: fix parallel/test-http-destroyed-socket-write2 (Ben Noordhuis) -* 5ba307a - test: fix parallel/test-dgram-error-message-address (Ben Noordhuis) -* f4c536b - debugger: don't override module binding (Vladimir Kurchatkin) -* 40ffed8 - stream: use nop as write() callback if omitted (cjihrig) -* df0d790 - doc: dns.lookupService has wrong header level (Icer Liang) -* 8b1db9c - doc: note in docs about missing interfaces (Todd Kennedy) -* 2928ac6 - doc: bump punycode api stability to 'stable' (Ben Noordhuis) -* 328e67b - doc: add TC meeting 2015-01-21 minutes (Rod Vagg) -* e5e5980 - lib,src: make pseudoRandomBytes alias randomBytes (Calvin Metcalf) -* c6cd460 - configure: remove unused arm_neon variable (Ben Noordhuis) -* 7d9d756 - configure: disable vfpv3 on armv6 (Ben Noordhuis) -* 297cadb - deps: fix v8 armv6 run-time detection (Ben Noordhuis) -* d481bb6 - doc: more explicit crypto.pseudoRandomBytes docs (Calvin Metcalf) -* 7d46247 - src: s/node/io.js/ in `iojs --help` message (Ben Noordhuis) -* 069c0df - deps: upgrade v8 to 4.1.0.12 (Ben Noordhuis) -* ada2a43 - doc: add TC meeting 2015-01-13 minutes (Rod Vagg) -* 60402b9 - docs: remove incorrect entry from changelog (Bert Belder) -* 8b98096 - fs: make fs.access() flags read only (Jackson Tian) -* 804e7aa - lib: use const to define constants (cjihrig) -* 803883b - v8: fix template literal NULL pointer deref (Ben Noordhuis) -* 5435cf2 - v8: optimize `getHeapStatistics` (Vladimir Kurchatkin) -* 5d01463 - benchmark: print score to five decimal places (Yosuke Furukawa) -* 752585d - src: silence clang warnings (Trevor Norris) -* 22e1aea - src: set node_is_initialized in node::Init (Cheng Zhao) -* 668420d - src: clean up unused macros in node_file.cc (Ben Noordhuis) -* 52f624e - src: rename ASSERT macros in node_crypto.cc (Ben Noordhuis) -* e95cfe1 - src: add ASSERT_EQ style macros (Ben Noordhuis) -* ee9cd00 - lib: fix TypeError with EventEmitter#on() abuse (Ben Noordhuis) -* 77d6807 - test: fix event-emitter-get-max-listeners style (Ben Noordhuis) -* 767ee73 - test: strip copyright boilerplate (Ben Noordhuis) -* 86eda17 - fs: define constants with const (cjihrig) +* [[`bb766d2`](https://github.com/iojs/io.js/commit/bb766d2c47e8a416ce9f1e4f693f124afe857c1a)] - doc: update "net" section in node to io.js changes (Andres Suarez) +* [[`73ddaa6`](https://github.com/iojs/io.js/commit/73ddaa629c145af1632ac67d5d7d3a2abeabdf24)] - tools: remove old updateAuthors.awk script (Rod Vagg) +* [[`6230bf9`](https://github.com/iojs/io.js/commit/6230bf9b79a6c451d678693004d52249fe9c1702)] - doc: update AUTHORS list (Rod Vagg) +* [[`33186fa`](https://github.com/iojs/io.js/commit/33186fa7d89aef988e5cf24801de891d325afd7d)] - doc: adds brendanashworth as collaborator (Brendan Ashworth) +* [[`8f9502a`](https://github.com/iojs/io.js/commit/8f9502a20a8851cfbf5f6181a52813baec23fe0f)] - doc: add evanlucas to collaborators (Evan Lucas) +* [[`35a4f11`](https://github.com/iojs/io.js/commit/35a4f1107eeab39f9cd0e5b9abe6a314e1f6ddd7)] - doc: alphabetize all.markdown (Brendan Ashworth) +* [[`a0831c5`](https://github.com/iojs/io.js/commit/a0831c580d50b54fd4add58071341b3b7ec83499)] - doc: add Fishrock123 to collaborators (Fishrock123) +* [[`5412487`](https://github.com/iojs/io.js/commit/54124874dcc7eee1e8909cf2056c7f69722be4aa)] - doc: add qard to collaborators (Stephen Belanger) +* [[`8b55048`](https://github.com/iojs/io.js/commit/8b55048d670d22d4e6d93710fe039d576a2b71bc)] - deps: make node-gyp work again on windows (Bert Belder) +* [[`82227f3`](https://github.com/iojs/io.js/commit/82227f35110dcefa5a02e068a78dc3eb4aa0d3bc)] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) +* [[`f5b35db`](https://github.com/iojs/io.js/commit/f5b35dbda45c466eda888a4451591c66e8671faf)] - deps: upgrade npm to 2.3.0 (Forrest L Norvell) +* [[`f3fed51`](https://github.com/iojs/io.js/commit/f3fed5193caaac151acd555a7523068ee269801c)] - doc: adding thlorenz to list of collaborators (Thorsten Lorenz) +* [[`8de89ec`](https://github.com/iojs/io.js/commit/8de89ec465d8f1e31521e0b888c19b0a3309cd88)] - lib: move default address logic to `net._listen2` (Vladimir Kurchatkin) +* [[`3143d73`](https://github.com/iojs/io.js/commit/3143d732f6efd82da76e9c53ad192ac14071bf70)] - test: delete parallel/test-process-active-wraps (Ben Noordhuis) +* [[`4f95b5d`](https://github.com/iojs/io.js/commit/4f95b5d8253ef64e3673b9fa178c41dc8109b72b)] - test: fix parallel/test-http-destroyed-socket-write2 (Ben Noordhuis) +* [[`5ba307a`](https://github.com/iojs/io.js/commit/5ba307a97879342ff81aa813ffd7da46b6411b1c)] - test: fix parallel/test-dgram-error-message-address (Ben Noordhuis) +* [[`f4c536b`](https://github.com/iojs/io.js/commit/f4c536b749735a0240da08386d6784767f95cb5d)] - debugger: don't override module binding (Vladimir Kurchatkin) +* [[`40ffed8`](https://github.com/iojs/io.js/commit/40ffed8f3f4392d6e110769ca06d86d6295fc645)] - stream: use nop as write() callback if omitted (cjihrig) +* [[`df0d790`](https://github.com/iojs/io.js/commit/df0d790107edf635dc233f3338b3c2e68db58cc7)] - doc: dns.lookupService has wrong header level (Icer Liang) +* [[`8b1db9c`](https://github.com/iojs/io.js/commit/8b1db9c0a7dc39261218a0fac2dd6cf4fbb6a7b4)] - doc: note in docs about missing interfaces (Todd Kennedy) +* [[`2928ac6`](https://github.com/iojs/io.js/commit/2928ac68e524bb5cacd522507bac0a147d01cd75)] - doc: bump punycode api stability to 'stable' (Ben Noordhuis) +* [[`328e67b`](https://github.com/iojs/io.js/commit/328e67b58bc6dbcbed8ec452e6903ea6f121dc59)] - doc: add TC meeting 2015-01-21 minutes (Rod Vagg) +* [[`e5e5980`](https://github.com/iojs/io.js/commit/e5e598060eb43faf2142184d523a04f0ca2d95c3)] - lib,src: make pseudoRandomBytes alias randomBytes (Calvin Metcalf) +* [[`c6cd460`](https://github.com/iojs/io.js/commit/c6cd46041c70794d89634da380555fb613c2e0ab)] - configure: remove unused arm_neon variable (Ben Noordhuis) +* [[`7d9d756`](https://github.com/iojs/io.js/commit/7d9d7560cfbd24172ede690e74cedbb4b26e32c9)] - configure: disable vfpv3 on armv6 (Ben Noordhuis) +* [[`297cadb`](https://github.com/iojs/io.js/commit/297cadbab6a37fa4f14811452e4621770a321371)] - deps: fix v8 armv6 run-time detection (Ben Noordhuis) +* [[`d481bb6`](https://github.com/iojs/io.js/commit/d481bb68c4f2cf01ec7d26dcc91862b265b7effa)] - doc: more explicit crypto.pseudoRandomBytes docs (Calvin Metcalf) +* [[`7d46247`](https://github.com/iojs/io.js/commit/7d462479f6aad374fab90dd10bb07a8097f750aa)] - src: s/node/io.js/ in `iojs --help` message (Ben Noordhuis) +* [[`069c0df`](https://github.com/iojs/io.js/commit/069c0dfb1cbfeb7c9c66a30f1fb5f065a9e22ee6)] - deps: upgrade v8 to 4.1.0.12 (Ben Noordhuis) +* [[`ada2a43`](https://github.com/iojs/io.js/commit/ada2a4308c5a70728d01ea7447c0a7a153a9b703)] - doc: add TC meeting 2015-01-13 minutes (Rod Vagg) +* [[`60402b9`](https://github.com/iojs/io.js/commit/60402b924b4b38196a658a023fad945421710457)] - docs: remove incorrect entry from changelog (Bert Belder) +* [[`8b98096`](https://github.com/iojs/io.js/commit/8b98096c921f8a210b05aed64e0b2f1440667a7c)] - fs: make fs.access() flags read only (Jackson Tian) +* [[`804e7aa`](https://github.com/iojs/io.js/commit/804e7aa9ab0b34fa88709ef0980b960abca5e059)] - lib: use const to define constants (cjihrig) +* [[`803883b`](https://github.com/iojs/io.js/commit/803883bb1a701da12c285fd735233eed7627eada)] - v8: fix template literal NULL pointer deref (Ben Noordhuis) +* [[`5435cf2`](https://github.com/iojs/io.js/commit/5435cf2f1619721745c7a8ac06b4f833d0b80d25)] - v8: optimize `getHeapStatistics` (Vladimir Kurchatkin) +* [[`5d01463`](https://github.com/iojs/io.js/commit/5d014637b618af7eac6ab0fce8d67884598c7b35)] - benchmark: print score to five decimal places (Yosuke Furukawa) +* [[`752585d`](https://github.com/iojs/io.js/commit/752585db6355ead7e6484f321e053b8d543c0a67)] - src: silence clang warnings (Trevor Norris) +* [[`22e1aea`](https://github.com/iojs/io.js/commit/22e1aea8a025b6439493dec4d44afe4c9f454c86)] - src: set node_is_initialized in node::Init (Cheng Zhao) +* [[`668420d`](https://github.com/iojs/io.js/commit/668420d1f7685f49843bbf81ee3b4733a1989852)] - src: clean up unused macros in node_file.cc (Ben Noordhuis) +* [[`52f624e`](https://github.com/iojs/io.js/commit/52f624e72a419d3fd7f7f8ccc2d22ebdb0ba4fff)] - src: rename ASSERT macros in node_crypto.cc (Ben Noordhuis) +* [[`e95cfe1`](https://github.com/iojs/io.js/commit/e95cfe14e343c5abed96a8d3cb9397c0c84abecc)] - src: add ASSERT_EQ style macros (Ben Noordhuis) +* [[`ee9cd00`](https://github.com/iojs/io.js/commit/ee9cd004d8a211871439fc77c0696b79c5d0e52d)] - lib: fix TypeError with EventEmitter#on() abuse (Ben Noordhuis) +* [[`77d6807`](https://github.com/iojs/io.js/commit/77d68070dafe56b5593ad92759a57c64de6b4cf1)] - test: fix event-emitter-get-max-listeners style (Ben Noordhuis) +* [[`767ee73`](https://github.com/iojs/io.js/commit/767ee7348624803e6f90cf111df8b917fac442fc)] - test: strip copyright boilerplate (Ben Noordhuis) +* [[`86eda17`](https://github.com/iojs/io.js/commit/86eda173b16b6ece9712e066661a0ac5db6795e8)] - fs: define constants with const (cjihrig) + ## 2015-01-20, Version 1.0.3, @rvagg @@ -333,39 +336,40 @@ ### Commits -* 9419e1f - src: fix inconsistency between a check and error (toastynerd) -* 03ee4d8 - fs: add error code on null byte paths (cjihrig) -* e2558f0 - net: fix error details in connect() (cjihrig) -* 4af5746 - win,build: remove duplicate definition (Bert Belder) -* e8d0850 - win: bring back xp/2k3 support (Bert Belder) -* 4dd22b9 - cluster: avoid race enabling debugger in worker (Timothy J Fontaine) -* 6b91c78 - test: reland changes from 11c1bae (Ben Noordhuis) -* 992a1e7 - test: debug-signal-cluster should not be racey (Timothy J Fontaine) -* cdf0df1 - test: temporarily back out changes from 11c1bae (Ben Noordhuis) -* 1ea607c - test: move sequential/test-debug-port-from-cmdline (Ben Noordhuis) -* 2f33e00 - test: fix test-debug-port-from-cmdline.js (Julien Gilli) -* b7365c1 - repl: make REPL support multiline template literals (Xiaowei Li) -* 2253d30 - build: remove unused variable (Johan Bergström) -* ab04a43 - doc: add optional sudo to make install in README (Glen Keane) -* 1b1cd1c - build: shorten configurate script print on stdout (Roman Reiss) -* d566ded - deps: fix V8 debugger bugs (Jay Jaeho Lee) -* 6f36630 - doc: fix util.isBuffer examples (Thomas Jensen) -* 3abfb56 - benchmark: fix tcp bench after internal api change (Yosuke Furukawa) -* 50177fb - benchmark: stop v8 benchmark clobbering RegExp (Ben Noordhuis) -* 1952219 - deps: make node-gyp work again on windows (Bert Belder) -* a28de9b - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) -* 9dc8f59 - deps: upgrade npm to 2.2.0 (Forrest L Norvell) -* e8ad773 - src: remove --noharmony_classes again (Ben Noordhuis) -* 334020e - deps: fix v8 build on FreeBSD (Fedor Indutny) -* 5e7ebc7 - deps: upgrade v8 to 4.1.0.7 (Ben Noordhuis) -* ea7750b - benchmark: add filter option for benchmark (Yosuke Furukawa) -* 4764eef - doc: fixed punctuation (Brenard Cubacub) -* de224d6 - configure: remove --ninja switch (Ben Noordhuis) -* 48774ec0 - configure: print warning for old compilers (Ben Noordhuis) -* daf9562 - doc: change to iojs from node in the usage message (Jongyeol Choi) -* 3fde649 - build: add tools/gflags to PYTHONPATH (Shigeki Ohtsu) -* 8b22df1 - doc: add python-gflags LICENSE block (Shigeki Ohtsu) -* 6242229 - tools: add python-gflags module (Shigeki Ohtsu) +* [[`9419e1f`](https://github.com/iojs/io.js/commit/9419e1fb698e1a9319fec5c4777686d62fad4a51)] - src: fix inconsistency between a check and error (toastynerd) +* [[`03ee4d8`](https://github.com/iojs/io.js/commit/03ee4d854744e83f99bc5857b98f75139c448564)] - fs: add error code on null byte paths (cjihrig) +* [[`e2558f0`](https://github.com/iojs/io.js/commit/e2558f02dfb671fc74f5768d4401a826efb5c117)] - net: fix error details in connect() (cjihrig) +* [[`4af5746`](https://github.com/iojs/io.js/commit/4af5746993a6b91c88973b6debcee19c6cd35185)] - win,build: remove duplicate definition (Bert Belder) +* [[`e8d0850`](https://github.com/iojs/io.js/commit/e8d08503c7821e8c92e9fa236ed7328e9bdfe62a)] - win: bring back xp/2k3 support (Bert Belder) +* [[`4dd22b9`](https://github.com/iojs/io.js/commit/4dd22b946ebfec81a7c4a61aa9c6ed528e317802)] - cluster: avoid race enabling debugger in worker (Timothy J Fontaine) +* [[`6b91c78`](https://github.com/iojs/io.js/commit/6b91c78e201948937a4524027a6778aa7f82fb0a)] - test: reland changes from [`11c1bae`](https://github.com/iojs/io.js/commit/11c1bae734dae3a017f2c4f3f71b5e679a9ddfa6) (Ben Noordhuis) +* [[`992a1e7`](https://github.com/iojs/io.js/commit/992a1e7f5f87606276af8504c2d57cc5a966830a)] - test: debug-signal-cluster should not be racey (Timothy J Fontaine) +* [`cdf0df1`](https://github.com/iojs/io.js/commit/cdf0df13d85391b3b8ac36fa5b70da7f21072619)] - test: temporarily back out changes from [[`11c1bae`](https://github.com/iojs/io.js/commit/11c1bae734dae3a017f2c4f3f71b5e679a9ddfa6) (Ben Noordhuis) +* [[`1ea607c`](https://github.com/iojs/io.js/commit/1ea607cb299b0bb59d7d557e01b21b3c615d689e)] - test: move sequential/test-debug-port-from-cmdline (Ben Noordhuis) +* [[`2f33e00`](https://github.com/iojs/io.js/commit/2f33e00d716d692e84b02768430664fd92298c98)] - test: fix test-debug-port-from-cmdline.js (Julien Gilli) +* [[`b7365c1`](https://github.com/iojs/io.js/commit/b7365c15597253e906590045aa6f3f07f6e76b52)] - repl: make REPL support multiline template literals (Xiaowei Li) +* [[`2253d30`](https://github.com/iojs/io.js/commit/2253d30d9cbba42abc1faa183e4480cac69c4222)] - build: remove unused variable (Johan Bergström) +* [[`ab04a43`](https://github.com/iojs/io.js/commit/ab04a434761cf66d107481d58798f36d3cb49d46)] - doc: add optional sudo to make install in README (Glen Keane) +* [[`1b1cd1c`](https://github.com/iojs/io.js/commit/1b1cd1c3f8e21b34a8e1355e545057a661acaa15)] - build: shorten configurate script print on stdout (Roman Reiss) +* [[`d566ded`](https://github.com/iojs/io.js/commit/d566ded26b996c27afeb7fc208709bb6096bfa13)] - deps: fix V8 debugger bugs (Jay Jaeho Lee) +* [[`6f36630`](https://github.com/iojs/io.js/commit/6f36630f55efcbe5954a52ac22bbb0a378020e98)] - doc: fix util.isBuffer examples (Thomas Jensen) +* [[`3abfb56`](https://github.com/iojs/io.js/commit/3abfb56f9b012da0d1e1deaec1529ea7384a0a71)] - benchmark: fix tcp bench after internal api change (Yosuke Furukawa) +* [[`50177fb`](https://github.com/iojs/io.js/commit/50177fb13cae68067845cca7622798eb7a34f8e9)] - benchmark: stop v8 benchmark clobbering RegExp (Ben Noordhuis) +* [[`1952219`](https://github.com/iojs/io.js/commit/19522197ef28275344ad2f1e0799ce8106276ec1)] - deps: make node-gyp work again on windows (Bert Belder) +* [[`a28de9b`](https://github.com/iojs/io.js/commit/a28de9bd3684f54379ccf101f62656771002205d)] - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis) +* [[`9dc8f59`](https://github.com/iojs/io.js/commit/9dc8f59fea5a294df039f70e523be2d45aef1324)] - deps: upgrade npm to 2.2.0 (Forrest L Norvell) +* [[`e8ad773`](https://github.com/iojs/io.js/commit/e8ad773b56a94fad2cd8a454453a7214a8ce92d1)] - src: remove --noharmony_classes again (Ben Noordhuis) +* [[`334020e`](https://github.com/iojs/io.js/commit/334020e016a72952a9a3b3f7e9179145c7e167ad)] - deps: fix v8 build on FreeBSD (Fedor Indutny) +* [[`5e7ebc7`](https://github.com/iojs/io.js/commit/5e7ebc7af6d08d4e31cf66f4ae22d29c688ef814)] - deps: upgrade v8 to 4.1.0.7 (Ben Noordhuis) +* [[`ea7750b`](https://github.com/iojs/io.js/commit/ea7750bddd8051f39fa538905e05f9bf1d1afa5f)] - benchmark: add filter option for benchmark (Yosuke Furukawa) +* [[`4764eef`](https://github.com/iojs/io.js/commit/4764eef9b2efdf17cafeb4ec40898c6669a84e3b)] - doc: fixed punctuation (Brenard Cubacub) +* [[`de224d6`](https://github.com/iojs/io.js/commit/de224d6e6c9381e71ffee965dbda928802cc438e)] - configure: remove --ninja switch (Ben Noordhuis) +* [[`48774ec`](https://github.com/iojs/io.js/commit/48774ec027a28cca17656659d316bb7ed8d6f33c)] - configure: print warning for old compilers (Ben Noordhuis) +* [[`daf9562`](https://github.com/iojs/io.js/commit/daf9562d918b7926186471cd0db60cec2f72547a)] - doc: change to iojs from node in the usage message (Jongyeol Choi) +* [[`3fde649`](https://github.com/iojs/io.js/commit/3fde64937a3a0c8ed941ee97b07e1828b392a672)] - build: add tools/gflags to PYTHONPATH (Shigeki Ohtsu) +* [[`8b22df1`](https://github.com/iojs/io.js/commit/8b22df15ae0e3499b2e057ffd8a6f65cbf978da3)] - doc: add python-gflags LICENSE block (Shigeki Ohtsu) +* [[`6242229`](https://github.com/iojs/io.js/commit/62422297f52523d2214136cd5514e2453197e3e8)] - tools: add python-gflags module (Shigeki Ohtsu) + ## 2015-01-16, Version 1.0.2, @rvagg @@ -378,26 +382,27 @@ ### Commits -* 265cb76 - build: add new installer config for OS X (Rod Vagg) -* 8cf6079 - doc: update AUTHORS list (Rod Vagg) -* c80a944 - doc: Add http keepalive behavior to CHANGELOG.md (Isaac Z. Schlueter) -* 9b81c3e - doc: fix author attribution (Tom Hughes) -* fd30eb2 - src: fix jslint errors (Yosuke Furukawa) -* 946eabd - tools: update closure linter to 2.3.17 (Yosuke Furukawa) -* 9e62ae4 - _debug_agent: use `readableObjectMode` option (Vladimir Kurchatkin) -* eec4c81 - doc: fix formatting in LICENSE for RTF generation (Rod Vagg) -* e789103 - doc: fix 404s for syntax highlighting js (Phil Hughes) -* ca039b4 - src: define AI_V4MAPPED for OpenBSD (Aaron Bieber) -* 753fcaa - doc: extend example of http.request by end event (Michal Tehnik) -* 8440cac - src: fix documentation url in help message (Shigeki Ohtsu) -* 24def66 - win,msi: warn that older io.js needs manual uninstall (Bert Belder) -* 59d9361 - win,msi: change UpgradeCode (Bert Belder) -* 5de334c - deps: make node-gyp work again on windows (Bert Belder) -* 07bd05b - deps: update libuv to 1.2.1 (Saúl Ibarra Corretgé) -* e177377 - doc: mention io.js alongside Node in Punycode docs (Mathias Bynens) -* 598efcb - deps: update http_parser to 2.4.1 (Fedor Indutny) -* 3dd7ebb - doc: update cluster entry in CHANGELOG (Ben Noordhuis) -* 0c5de1f - doc: fix double smalloc example (Mathias Buus) +* [[`265cb76`](https://github.com/iojs/io.js/commit/265cb76517d81408afb72506c778f0c0b889f4dc)] - build: add new installer config for OS X (Rod Vagg) +* [[`8cf6079`](https://github.com/iojs/io.js/commit/8cf6079a6a7f5d1afb06606b7c51acf9b1a046a0)] - doc: update AUTHORS list (Rod Vagg) +* [[`c80a944`](https://github.com/iojs/io.js/commit/c80a9449b309f9c52a5910b7ac6ba0c84ee1b6f6)] - doc: Add http keepalive behavior to CHANGELOG.md (Isaac Z. Schlueter) +* [[`9b81c3e`](https://github.com/iojs/io.js/commit/9b81c3e77ffd733645956129a38fdc2fddd08b50)] - doc: fix author attribution (Tom Hughes) +* [[`fd30eb2`](https://github.com/iojs/io.js/commit/fd30eb21526bdaa5aabb15523b0a766e0cbbe535)] - src: fix jslint errors (Yosuke Furukawa) +* [[`946eabd`](https://github.com/iojs/io.js/commit/946eabd18f623b438e17164b14c98066f7054168)] - tools: update closure linter to 2.3.17 (Yosuke Furukawa) +* [[`9e62ae4`](https://github.com/iojs/io.js/commit/9e62ae4304a0bee3aec8c5fb743eb17d78b1cd35)] - _debug_agent: use `readableObjectMode` option (Vladimir Kurchatkin) +* [[`eec4c81`](https://github.com/iojs/io.js/commit/eec4c8168be1f0a01db3576ae99f7756eea01151)] - doc: fix formatting in LICENSE for RTF generation (Rod Vagg) +* [[`e789103`](https://github.com/iojs/io.js/commit/e7891034c269dccf8d6264acc4b7421e19a905f6)] - doc: fix 404s for syntax highlighting js (Phil Hughes) +* [[`ca039b4`](https://github.com/iojs/io.js/commit/ca039b4616915b95130ba5ee5a2cf9f5c768645e)] - src: define AI_V4MAPPED for OpenBSD (Aaron Bieber) +* [[`753fcaa`](https://github.com/iojs/io.js/commit/753fcaa27066b34a99ee1c02b43a32744fc92a3c)] - doc: extend example of http.request by end event (Michal Tehnik) +* [[`8440cac`](https://github.com/iojs/io.js/commit/8440cacb100ae83c2b2c02e82a87c73a66380c21)] - src: fix documentation url in help message (Shigeki Ohtsu) +* [[`24def66`](https://github.com/iojs/io.js/commit/24def662936ae8c15770ede0344cd7a7402a63ef)] - win,msi: warn that older io.js needs manual uninstall (Bert Belder) +* [[`59d9361`](https://github.com/iojs/io.js/commit/59d93613d8e1e8507b5c8462c52dd3cbda98e99b)] - win,msi: change UpgradeCode (Bert Belder) +* [[`5de334c`](https://github.com/iojs/io.js/commit/5de334c23096492014a097ff487f07ad8eaee6d2)] - deps: make node-gyp work again on windows (Bert Belder) +* [[`07bd05b`](https://github.com/iojs/io.js/commit/07bd05ba332e078c1ba76635921f5448a3e884cf)] - deps: update libuv to 1.2.1 (Saúl Ibarra Corretgé) +* [[`e177377`](https://github.com/iojs/io.js/commit/e177377a4bc0cdbaecb8b17a58e57c73b4ca0090)] - doc: mention io.js alongside Node in Punycode docs (Mathias Bynens) +* [[`598efcb`](https://github.com/iojs/io.js/commit/598efcbe7f4d795622f038e0ba28c7b119927a14)] - deps: update http_parser to 2.4.1 (Fedor Indutny) +* [[`3dd7ebb`](https://github.com/iojs/io.js/commit/3dd7ebb0ba181960fb6d7131e11243a6ec85458d)] - doc: update cluster entry in CHANGELOG (Ben Noordhuis) +* [[`0c5de1f`](https://github.com/iojs/io.js/commit/0c5de1ff813de9661d33cb9aefc4a9540b58b147)] - doc: fix double smalloc example (Mathias Buus) + ## 2015-01-14, Version 1.0.1, @rvagg