Skip to content

Commit e83d0f3

Browse files
committed
doc: add missing v0.11.15 changelog entry
1 parent a2de5b9 commit e83d0f3

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</tr>
1515
<tr>
1616
<td valign="top">
17+
<a href="#0.11.15">0.11.15</a><br/>
1718
<a href="#0.11.14">0.11.14</a><br/>
1819
<a href="#0.11.13">0.11.13</a><br/>
1920
<a href="#0.11.12">0.11.12</a><br/>
@@ -178,6 +179,79 @@
178179
* [0.10.x](CHANGELOG_V010.md)
179180
* [io.js](CHANGELOG_IOJS.md)
180181

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

183257
## 2014.09.24, Version 0.11.14 (Unstable)

0 commit comments

Comments
 (0)