Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit d8baf8a

Browse files
author
Julien Gilli
committed
Merge remote-tracking branch 'upstream/v0.12'
Conflicts: src/node_version.h
2 parents 31d4847 + f46b085 commit d8baf8a

File tree

853 files changed

+33431
-14087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

853 files changed

+33431
-14087
lines changed

ChangeLog

Lines changed: 165 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,158 @@
1-
2014.09.24, Version 0.11.14 (Unstable)
1+
2015.01.29, Version 0.11.16 (Unstable)
2+
3+
* openssl: Upgrade to 1.0.1l
4+
5+
* npm: Upgrade to 2.3.0
6+
7+
* url: revert support of `path` for url.format" (Julien Gilli)
8+
9+
* assert: use util.inspect() to create error messages (cjihrig)
10+
11+
* net: throw on invalid socket timeouts (cjihrig)
12+
13+
* url: fix parsing of ssh urls (Evan Lucas)
14+
15+
16+
2015.01.20, Version 0.11.15 (Unstable), 8a9f263a82089814e69f277f9fecd2888705101b
17+
18+
* v8: Upgrade to 3.28.73
19+
20+
* uv: Upgrade to 1.0.2
21+
22+
* npm: Upgrade to v2.1.6
23+
24+
* uv: float patch to revert tty breakage (Trevor Norris)
25+
26+
* v8: re-implement debugger-agent (Fedor Indutny)
27+
28+
* v8: apply floating irhydra patch (Fedor Indutny)
29+
30+
* v8: fix postmortem-metadata generator (Refael Ackermann)
31+
32+
* debugger: fix unhandled error in setBreakpoint (Miroslav Bajtoš)
33+
34+
* async-wrap: add event hooks (Trevor Norris)
35+
36+
* async-wrap: expose async-wrap as binding (Trevor Norris)
37+
38+
* buffer, doc: misc. fix and cleanup (Trevor Norris)
39+
40+
* buffer: add generic functions for (u)int ops (Yazhong Liu)
41+
42+
* buffer: fix and cleanup fill() (Trevor Norris)
43+
44+
* buffer: mv floating point read/write checks to JS (Trevor Norris)
45+
46+
* build, i18n: improve Intl build, add "--with-intl" (Steven R. Loomis)
47+
48+
* build: add small-icu support for binary packages (Julien Gilli)
49+
50+
* build: do not generate support for libuv's probes (Julien Gilli)
51+
52+
* build: i18n: add icu config options (Steven R. Loomis)
53+
54+
* build: i18n: support little-endian machines (Steven Loomis)
55+
56+
* build: vcbuild fix "The input line is too long." (Alexis Campailla)
57+
58+
* child_process: improve spawn() argument handling (cjihrig)
59+
60+
* cluster: avoid race enabling debugger in worker (Timothy J Fontaine)
61+
62+
* cluster: cluster.disconnect() should check status (Sam Roberts)
63+
64+
* cluster: do not signal children in debug mode (Fedor Indutny)
65+
66+
* cluster: don't assert if worker has no handles (Sam Roberts)
67+
68+
* core: fix usage of uv_cwd (Saúl Ibarra Corretgé)
69+
70+
* core: replace uv_fs_readdir with uv_fs_scandir (Saúl Ibarra Corretgé)
71+
72+
* crypto: createDiffieHellman throw for bad args (Trevor Norris)
73+
74+
* crypto: lower RSS usage for TLSCallbacks (Fedor Indutny)
75+
76+
* crypto: store thread id as pointer-sized (Alexis Campailla)
77+
78+
* dns: propagate domain for c-ares methods (Chris Dickinson)
79+
80+
* fs: fix symlink error message (Vladimir Kurchatkin)
81+
82+
* http: Improve _addHeaderLines method (Jackson Tian)
83+
84+
* http: cleanup setHeader() (Trevor Norris)
85+
86+
* http: rename flush to flushHeaders (Timothy J Fontaine)
87+
88+
* lib,src: fix spawnSync ignoring its 'env' option (Juanjo)
89+
90+
* modules: adding load linked modules feature (Thorsten Lorenz)
91+
92+
* net: Make server.connections un-enumerable (Patrick Mooney)
93+
94+
* net: add pauseOnConnect option to createServer() (cjihrig)
95+
96+
* net: make connect() input validation synchronous (cjihrig)
97+
98+
* node: avoid automatic microtask runs (Vladimir Kurchatkin)
99+
100+
* node: fix throws before timer module is loaded (Trevor Norris)
101+
102+
* openssl: fix keypress requirement in apps on win32 (Fedor Indutny)
103+
104+
* path: added parse() and format() functions (Rory Bradford)
105+
106+
* path: allow calling platform specific methods (Timothy J Fontaine)
107+
108+
* path: don't lower-cases drive letters (Bert Belder)
109+
110+
* path: refactor normalizeArray() (Nathan Woltman)
111+
112+
* process: pid can be a string in process.kill() (Sam Roberts)
113+
114+
* readline: fix performance issue when large line (Jicheng Li)
115+
116+
* readline: should not require an output stream. (Julien Gilli)
117+
118+
* smalloc: check if obj has external data (Vladimir Kurchatkin)
119+
120+
* smalloc: don't allow to dispose typed arrays (Vladimir Kurchatkin)
121+
122+
* smalloc: fix bad assert for zero length data (Trevor Norris)
123+
124+
* smalloc: fix copyOnto optimization (Vladimir Kurchatkin)
125+
126+
* src: all wrap's now use actual FunctionTemplate (Trevor Norris)
127+
128+
* src: fix VC++ warning C4244 (Rasmus Christian Pedersen)
129+
130+
* src: remove Async Listener (Trevor Norris)
131+
132+
* stream: switch _writableState.buffer to queue (Chris Dickinson)
133+
134+
* streams: make setDefaultEncoding() throw (Brian White)
135+
136+
* streams: set default encoding for writable streams (Johnny Ray)
137+
138+
* tls: remove tls.createSecurePair code deprecation (Jackson Tian)
139+
140+
* tls_wrap: ignore ZERO_RETURN after close_notify (Fedor Indutny)
141+
142+
* url: change hostname regex to negate invalid chars (Jonathan Johnson)
143+
144+
* url: fixed encoding for slash switching emulation. (Evan Rutledge Borden)
145+
146+
* url: improve parsing speed (CGavrila)
147+
148+
* url: make query() consistent (Gabriel Wicke)
149+
150+
* url: support `path` for url.format (Yazhong Liu)
151+
152+
* util: add es6 Symbol support for `util.inspect` (gyson)
153+
154+
155+
2014.09.24, Version 0.11.14 (Unstable), 902090af5375e497dded310575f19de5328a9bbc
2156

3157
* uv: Upgrade to v1.0.0-rc1
4158

@@ -787,7 +941,16 @@
787941
* console: `console.dir()` bypasses inspect() methods (Nathan Rajlich)
788942

789943

790-
2014.12.22, Version 0.10.35 (Stable)
944+
2015.01.26, Version 0.10.36 (Stable), 09b482886bdd3d863c3d4e7d71264eac0daaf9e1
945+
946+
* openssl: update to 1.0.1l
947+
948+
* v8: Fix debugger and strict mode regression (Julien Gilli)
949+
950+
* v8: don't busy loop in cpu profiler thread (Ben Noordhuis)
951+
952+
953+
2014.12.22, Version 0.10.35 (Stable), a363f61ca839e817eb6853c5dc5af8c3b9b9226b
791954

792955
* tls: re-add 1024-bit SSL certs removed by f9456a2 (Chris Dickinson)
793956

0 commit comments

Comments
 (0)