|
14 | 14 | </tr>
|
15 | 15 | <tr>
|
16 | 16 | <td valign="top">
|
| 17 | +<a href="#0.11.16">0.11.16</a><br/> |
| 18 | +<a href="#0.11.15">0.11.15</a><br/> |
17 | 19 | <a href="#0.11.14">0.11.14</a><br/>
|
18 | 20 | <a href="#0.11.13">0.11.13</a><br/>
|
19 | 21 | <a href="#0.11.12">0.11.12</a><br/>
|
|
177 | 179 | * [0.10.x](CHANGELOG_V010.md)
|
178 | 180 | * [io.js](CHANGELOG_IOJS.md)
|
179 | 181 |
|
| 182 | +<a id="0.11.16"></a> |
| 183 | + |
| 184 | +## 2015.01.29, Version 0.11.16 (Unstable) |
| 185 | + |
| 186 | +* openssl: Upgrade to 1.0.1l |
| 187 | +* npm: Upgrade to 2.3.0 |
| 188 | +* url: revert support of `path` for url.format" (Julien Gilli) |
| 189 | +* assert: use `util.inspect()` to create error messages (cjihrig) |
| 190 | +* net: throw on invalid socket timeouts (cjihrig) |
| 191 | +* url: fix parsing of ssh urls (Evan Lucas) |
| 192 | + |
| 193 | +<a id="0.11.15"></a> |
| 194 | + |
| 195 | +## 2015.01.20, Version 0.11.15 (Unstable) |
| 196 | + |
| 197 | +* v8: Upgrade to 3.28.73 |
| 198 | +* uv: Upgrade to 1.0.2 |
| 199 | +* npm: Upgrade to v2.1.6 |
| 200 | +* uv: float patch to revert tty breakage (Trevor Norris) |
| 201 | +* v8: re-implement debugger-agent (Fedor Indutny) |
| 202 | +* v8: apply floating irhydra patch (Fedor Indutny) |
| 203 | +* v8: fix postmortem-metadata generator (Refael Ackermann) |
| 204 | +* debugger: fix unhandled error in setBreakpoint (Miroslav Bajtoš) |
| 205 | +* async-wrap: add event hooks (Trevor Norris) |
| 206 | +* async-wrap: expose async-wrap as binding (Trevor Norris) |
| 207 | +* buffer, doc: misc. fix and cleanup (Trevor Norris) |
| 208 | +* buffer: add generic functions for (u)int ops (Yazhong Liu) |
| 209 | +* buffer: fix and cleanup fill() (Trevor Norris) |
| 210 | +* buffer: mv floating point read/write checks to JS (Trevor Norris) |
| 211 | +* build, i18n: improve Intl build, add "--with-intl" (Steven R. Loomis) |
| 212 | +* build: add small-icu support for binary packages (Julien Gilli) |
| 213 | +* build: do not generate support for libuv's probes (Julien Gilli) |
| 214 | +* build: i18n: add icu config options (Steven R. Loomis) |
| 215 | +* build: i18n: support little-endian machines (Steven Loomis) |
| 216 | +* build: vcbuild fix "The input line is too long." (Alexis Campailla) |
| 217 | +* child\_process: improve `spawn()` argument handling (cjihrig) |
| 218 | +* cluster: avoid race enabling debugger in worker (Timothy J Fontaine) |
| 219 | +* cluster: `cluster.disconnect()` should check status (Sam Roberts) |
| 220 | +* cluster: do not signal children in debug mode (Fedor Indutny) |
| 221 | +* cluster: don't assert if worker has no handles (Sam Roberts) |
| 222 | +* core: fix usage of `uv_cwd` (Saúl Ibarra Corretgé) |
| 223 | +* core: replace `uv_fs_readdir` with `uv_fs_scandir` (Saúl Ibarra Corretgé) |
| 224 | +* crypto: `createDiffieHellman` throw for bad args (Trevor Norris) |
| 225 | +* crypto: lower RSS usage for TLSCallbacks (Fedor Indutny) |
| 226 | +* crypto: store thread id as pointer-sized (Alexis Campailla) |
| 227 | +* dns: propagate domain for c-ares methods (Chris Dickinson) |
| 228 | +* fs: fix symlink error message (Vladimir Kurchatkin) |
| 229 | +* http: Improve `_addHeaderLines` method (Jackson Tian) |
| 230 | +* http: cleanup `setHeader()` (Trevor Norris) |
| 231 | +* http: rename `flush` to `flushHeaders` (Timothy J Fontaine) |
| 232 | +* lib,src: fix `spawnSync` ignoring its 'env' option (Juanjo) |
| 233 | +* modules: adding load linked modules feature (Thorsten Lorenz) |
| 234 | +* net: Make `server.connections` un-enumerable (Patrick Mooney) |
| 235 | +* net: add `pauseOnConnect` option to `createServer()` (cjihrig) |
| 236 | +* net: make `connect()` input validation synchronous (cjihrig) |
| 237 | +* node: avoid automatic microtask runs (Vladimir Kurchatkin) |
| 238 | +* node: fix throws before timer module is loaded (Trevor Norris) |
| 239 | +* openssl: fix keypress requirement in apps on win32 (Fedor Indutny) |
| 240 | +* path: added `parse()` and `format()` functions (Rory Bradford) |
| 241 | +* path: allow calling platform specific methods (Timothy J Fontaine) |
| 242 | +* path: don't lower-cases drive letters (Bert Belder) |
| 243 | +* path: refactor `normalizeArray()` (Nathan Woltman) |
| 244 | +* process: pid can be a string in process.kill() (Sam Roberts) |
| 245 | +* readline: fix performance issue when large line (Jicheng Li) |
| 246 | +* readline: should not require an output stream. (Julien Gilli) |
| 247 | +* smalloc: check if obj has external data (Vladimir Kurchatkin) |
| 248 | +* smalloc: don't allow to dispose typed arrays (Vladimir Kurchatkin) |
| 249 | +* smalloc: fix bad assert for zero length data (Trevor Norris) |
| 250 | +* smalloc: fix copyOnto optimization (Vladimir Kurchatkin) |
| 251 | +* src: all wrap's now use actual FunctionTemplate (Trevor Norris) |
| 252 | +* src: fix VC++ warning C4244 (Rasmus Christian Pedersen) |
| 253 | +* src: remove Async Listener (Trevor Norris) |
| 254 | +* stream: switch `_writableState.buffer` to queue (Chris Dickinson) |
| 255 | +* streams: make setDefaultEncoding() throw (Brian White) |
| 256 | +* streams: set default encoding for writable streams (Johnny Ray) |
| 257 | +* tls: remove `tls.createSecurePair` code deprecation (Jackson Tian) |
| 258 | +* tls\_wrap: ignore `ZERO_RETURN` after `close_notify` (Fedor Indutny) |
| 259 | +* url: change hostname regex to negate invalid chars (Jonathan Johnson) |
| 260 | +* url: fixed encoding for slash switching emulation. (Evan Rutledge Borden) |
| 261 | +* url: improve parsing speed (CGavrila) |
| 262 | +* url: make query() consistent (Gabriel Wicke) |
| 263 | +* url: support `path` for `url.format` (Yazhong Liu) |
| 264 | +* util: add es6 Symbol support for `util.inspect` (gyson) |
| 265 | + |
180 | 266 | <a id="0.11.14"></a>
|
181 | 267 |
|
182 | 268 | ## 2014.09.24, Version 0.11.14 (Unstable)
|
|
0 commit comments