Skip to content

Commit edcfd9d

Browse files
committed
doc: add missing v0.x changelog entries
PR-URL: #57779 Refs: https://github.com/nodejs/node/releases/tag/v0.11.15 Refs: https://github.com/nodejs/node/releases/tag/v0.11.16 Refs: https://github.com/nodejs/node/releases/tag/v0.12.7 Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 03a949c commit edcfd9d

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

doc/changelogs/CHANGELOG_ARCHIVE.md

+86
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
</tr>
1515
<tr>
1616
<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/>
1719
<a href="#0.11.14">0.11.14</a><br/>
1820
<a href="#0.11.13">0.11.13</a><br/>
1921
<a href="#0.11.12">0.11.12</a><br/>
@@ -177,6 +179,90 @@
177179
* [0.10.x](CHANGELOG_V010.md)
178180
* [io.js](CHANGELOG_IOJS.md)
179181

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+
180266
<a id="0.11.14"></a>
181267

182268
## 2014.09.24, Version 0.11.14 (Unstable)

doc/changelogs/CHANGELOG_V012.md

+6
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ Security Update
281281

282282
## 2015.11.25, Version 0.12.8 (LTS), @rvagg
283283

284+
### Commits
285+
284286
* \[[`d9399569bd`](https://github.com/nodejs/node/commit/d9399569bd)] - build: backport tools/release.sh (Rod Vagg) <https://github.com/nodejs/node/pull/3642>
285287
* \[[`78c5b4c8bd`](https://github.com/nodejs/node/commit/78c5b4c8bd)] - build: backport config for new CI infrastructure (Rod Vagg) <https://github.com/nodejs/node/pull/3642>
286288
* \[[`83441616a5`](https://github.com/nodejs/node/commit/83441616a5)] - build: fix --without-ssl compile time error (Ben Noordhuis) <https://github.com/nodejs/node/pull/3825>
@@ -312,6 +314,10 @@ Security Update
312314
* \[[`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>
313315
* \[[`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>
314316

317+
<a id="0.12.7"></a>
318+
319+
## 2015-07-09, Version 0.12.7 (Stable)
320+
315321
### Commits
316322

317323
* \[[`0cf9f27703`](https://github.com/nodejs/node/commit/0cf9f27703)] - **deps**: upgrade openssl sources to 1.0.1p [#25654](https://github.com/joyent/node/pull/25654)

0 commit comments

Comments
 (0)