| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 01d63a4 commit 0c0fbfa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,6 +14,8 @@ | |||
| 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/> | |
@@ -175,6 +177,90 @@ | |||
| 175 | 177 | * [0.10.x](CHANGELOG_V010.md) | |
| 176 | 178 | * [io.js](CHANGELOG_IOJS.md) | |
| 177 | 179 | ||
| 180 | + <a id="0.11.16"></a> | ||
| 181 | + | ||
| 182 | + ## 2015.01.29, Version 0.11.16 (Unstable) | ||
| 183 | + | ||
| 184 | + * openssl: Upgrade to 1.0.1l | ||
| 185 | + * npm: Upgrade to 2.3.0 | ||
| 186 | + * url: revert support of `path` for url.format" (Julien Gilli) | ||
| 187 | + * assert: use `util.inspect()` to create error messages (cjihrig) | ||
| 188 | + * net: throw on invalid socket timeouts (cjihrig) | ||
| 189 | + * url: fix parsing of ssh urls (Evan Lucas) | ||
| 190 | + | ||
| 191 | + <a id="0.11.15"></a> | ||
| 192 | + | ||
| 193 | + ## 2015.01.20, Version 0.11.15 (Unstable) | ||
| 194 | + | ||
| 195 | + * v8: Upgrade to 3.28.73 | ||
| 196 | + * uv: Upgrade to 1.0.2 | ||
| 197 | + * npm: Upgrade to v2.1.6 | ||
| 198 | + * uv: float patch to revert tty breakage (Trevor Norris) | ||
| 199 | + * v8: re-implement debugger-agent (Fedor Indutny) | ||
| 200 | + * v8: apply floating irhydra patch (Fedor Indutny) | ||
| 201 | + * v8: fix postmortem-metadata generator (Refael Ackermann) | ||
| 202 | + * debugger: fix unhandled error in setBreakpoint (Miroslav Bajtoš) | ||
| 203 | + * async-wrap: add event hooks (Trevor Norris) | ||
| 204 | + * async-wrap: expose async-wrap as binding (Trevor Norris) | ||
| 205 | + * buffer, doc: misc. fix and cleanup (Trevor Norris) | ||
| 206 | + * buffer: add generic functions for (u)int ops (Yazhong Liu) | ||
| 207 | + * buffer: fix and cleanup fill() (Trevor Norris) | ||
| 208 | + * buffer: mv floating point read/write checks to JS (Trevor Norris) | ||
| 209 | + * build, i18n: improve Intl build, add "--with-intl" (Steven R. Loomis) | ||
| 210 | + * build: add small-icu support for binary packages (Julien Gilli) | ||
| 211 | + * build: do not generate support for libuv's probes (Julien Gilli) | ||
| 212 | + * build: i18n: add icu config options (Steven R. Loomis) | ||
| 213 | + * build: i18n: support little-endian machines (Steven Loomis) | ||
| 214 | + * build: vcbuild fix "The input line is too long." (Alexis Campailla) | ||
| 215 | + * child\_process: improve `spawn()` argument handling (cjihrig) | ||
| 216 | + * cluster: avoid race enabling debugger in worker (Timothy J Fontaine) | ||
| 217 | + * cluster: `cluster.disconnect()` should check status (Sam Roberts) | ||
| 218 | + * cluster: do not signal children in debug mode (Fedor Indutny) | ||
| 219 | + * cluster: don't assert if worker has no handles (Sam Roberts) | ||
| 220 | + * core: fix usage of `uv_cwd` (Saúl Ibarra Corretgé) | ||
| 221 | + * core: replace `uv_fs_readdir` with `uv_fs_scandir` (Saúl Ibarra Corretgé) | ||
| 222 | + * crypto: `createDiffieHellman` throw for bad args (Trevor Norris) | ||
| 223 | + * crypto: lower RSS usage for TLSCallbacks (Fedor Indutny) | ||
| 224 | + * crypto: store thread id as pointer-sized (Alexis Campailla) | ||
| 225 | + * dns: propagate domain for c-ares methods (Chris Dickinson) | ||
| 226 | + * fs: fix symlink error message (Vladimir Kurchatkin) | ||
| 227 | + * http: Improve `_addHeaderLines` method (Jackson Tian) | ||
| 228 | + * http: cleanup `setHeader()` (Trevor Norris) | ||
| 229 | + * http: rename `flush` to `flushHeaders` (Timothy J Fontaine) | ||
| 230 | + * lib,src: fix `spawnSync` ignoring its 'env' option (Juanjo) | ||
| 231 | + * modules: adding load linked modules feature (Thorsten Lorenz) | ||
| 232 | + * net: Make `server.connections` un-enumerable (Patrick Mooney) | ||
| 233 | + * net: add `pauseOnConnect` option to `createServer()` (cjihrig) | ||
| 234 | + * net: make `connect()` input validation synchronous (cjihrig) | ||
| 235 | + * node: avoid automatic microtask runs (Vladimir Kurchatkin) | ||
| 236 | + * node: fix throws before timer module is loaded (Trevor Norris) | ||
| 237 | + * openssl: fix keypress requirement in apps on win32 (Fedor Indutny) | ||
| 238 | + * path: added `parse()` and `format()` functions (Rory Bradford) | ||
| 239 | + * path: allow calling platform specific methods (Timothy J Fontaine) | ||
| 240 | + * path: don't lower-cases drive letters (Bert Belder) | ||
| 241 | + * path: refactor `normalizeArray()` (Nathan Woltman) | ||
| 242 | + * process: pid can be a string in process.kill() (Sam Roberts) | ||
| 243 | + * readline: fix performance issue when large line (Jicheng Li) | ||
| 244 | + * readline: should not require an output stream. (Julien Gilli) | ||
| 245 | + * smalloc: check if obj has external data (Vladimir Kurchatkin) | ||
| 246 | + * smalloc: don't allow to dispose typed arrays (Vladimir Kurchatkin) | ||
| 247 | + * smalloc: fix bad assert for zero length data (Trevor Norris) | ||
| 248 | + * smalloc: fix copyOnto optimization (Vladimir Kurchatkin) | ||
| 249 | + * src: all wrap's now use actual FunctionTemplate (Trevor Norris) | ||
| 250 | + * src: fix VC++ warning C4244 (Rasmus Christian Pedersen) | ||
| 251 | + * src: remove Async Listener (Trevor Norris) | ||
| 252 | + * stream: switch `_writableState.buffer` to queue (Chris Dickinson) | ||
| 253 | + * streams: make setDefaultEncoding() throw (Brian White) | ||
| 254 | + * streams: set default encoding for writable streams (Johnny Ray) | ||
| 255 | + * tls: remove `tls.createSecurePair` code deprecation (Jackson Tian) | ||
| 256 | + * tls\_wrap: ignore `ZERO_RETURN` after `close_notify` (Fedor Indutny) | ||
| 257 | + * url: change hostname regex to negate invalid chars (Jonathan Johnson) | ||
| 258 | + * url: fixed encoding for slash switching emulation. (Evan Rutledge Borden) | ||
| 259 | + * url: improve parsing speed (CGavrila) | ||
| 260 | + * url: make query() consistent (Gabriel Wicke) | ||
| 261 | + * url: support `path` for `url.format` (Yazhong Liu) | ||
| 262 | + * util: add es6 Symbol support for `util.inspect` (gyson) | ||
| 263 | + | ||
| 178 | 264 | <a id="0.11.14"></a> | |
| 179 | 265 | ||
| 180 | 266 | ## 2014.09.24, Version 0.11.14 (Unstable) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -279,6 +279,8 @@ Security Update | |||
| 279 | 279 | ||
| 280 | 280 | ## 2015.11.25, Version 0.12.8 (LTS), @rvagg | |
| 281 | 281 | ||
| 282 | + ### Commits | ||
| 283 | + | ||
| 282 | 284 | * \[[`d9399569bd`](https://github.com/nodejs/node/commit/d9399569bd)] - build: backport tools/release.sh (Rod Vagg) <https://github.com/nodejs/node/pull/3642> | |
| 283 | 285 | * \[[`78c5b4c8bd`](https://github.com/nodejs/node/commit/78c5b4c8bd)] - build: backport config for new CI infrastructure (Rod Vagg) <https://github.com/nodejs/node/pull/3642> | |
| 284 | 286 | * \[[`83441616a5`](https://github.com/nodejs/node/commit/83441616a5)] - build: fix --without-ssl compile time error (Ben Noordhuis) <https://github.com/nodejs/node/pull/3825> | |
@@ -310,6 +312,10 @@ Security Update | |||
| 310 | 312 | * \[[`881d9bea01`](https://github.com/nodejs/node/commit/881d9bea01)] - doc: readable event clarification (James M Snell) <https://github.com/nodejs/node-v0.x-archive/pull/25591> | |
| 311 | 313 | * \[[`b6378f0c75`](https://github.com/nodejs/node/commit/b6378f0c75)] - doc: stream.unshift does not reset reading state (James M Snell) <https://github.com/nodejs/node-v0.x-archive/pull/25591> | |
| 312 | 314 | ||
| 315 | + <a id="0.12.7"></a> | ||
| 316 | + | ||
| 317 | + ## 2015-07-09, Version 0.12.7 (Stable) | ||
| 318 | + | ||
| 313 | 319 | ### Commits | |
| 314 | 320 | ||
| 315 | 321 | * \[[`0cf9f27703`](https://github.com/nodejs/node/commit/0cf9f27703)] - **deps**: upgrade openssl sources to 1.0.1p [#25654](https://github.com/joyent/node/pull/25654) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments