4183e1ab2b458be3543fc8ad1f210ff9d04b0790
[platform/upstream/nodejs.git] / ChangeLog
1 2013.06.13, Version 0.10.11 (Stable)
2
3 * uv: upgrade to 0.10.11
4
5 * npm: Upgrade to 1.2.30
6
7 * openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
8
9 * Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
10
11 * v8: fix pointer arithmetic undefined behavior (Trevor Norris)
12
13 * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
14
15 * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
16
17
18
19 2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496
20
21 * uv: Upgrade to 0.10.10
22
23 * npm: Upgrade to 1.2.25
24
25 * url: Properly parse certain oddly formed urls (isaacs)
26
27 * stream: unshift('') is a noop (isaacs)
28
29
30 2013.05.30, Version 0.10.9 (Stable), 878ffdbe6a8eac918ef3a7f13925681c3778060b
31
32 * npm: Upgrade to 1.2.24
33
34 * uv: Upgrade to v0.10.9
35
36 * repl: fix JSON.parse error check (Brian White)
37
38 * tls: proper .destroySoon (Fedor Indutny)
39
40 * tls: invoke write cb only after opposite read end (Fedor Indutny)
41
42 * tls: ignore .shutdown() syscall error (Fedor Indutny)
43
44
45 2013.05.24, Version 0.10.8 (Stable), 30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb
46
47 * v8: update to 3.14.5.9
48
49 * uv: upgrade to 0.10.8
50
51 * npm: Upgrade to 1.2.23
52
53 * http: remove bodyHead from 'upgrade' events (Nathan Zadoks)
54
55 * http: Return true on empty writes, not false (isaacs)
56
57 * http: save roundtrips, convert buffers to strings (Ben Noordhuis)
58
59 * configure: respect the --dest-os flag consistently (Nathan Rajlich)
60
61 * buffer: throw when writing beyond buffer (Trevor Norris)
62
63 * crypto: Clear error after DiffieHellman key errors (isaacs)
64
65 * string_bytes: strip padding from base64 strings (Trevor Norris)
66
67
68 2013.05.17, Version 0.10.7 (Stable), d2fdae197ac542f686ee06835d1153dd43b862e5
69
70 * uv: upgrade to v0.10.7
71
72 * npm: Upgrade to 1.2.21
73
74 * crypto: Don't ignore verify encoding argument (isaacs)
75
76 * buffer, crypto: fix default encoding regression (Ben Noordhuis)
77
78 * timers: fix setInterval() assert (Ben Noordhuis)
79
80
81 2013.05.14, Version 0.10.6 (Stable), 5deb1672f2b5794f8be19498a425ea4dc0b0711f
82
83 * module: Deprecate require.extensions (isaacs)
84
85 * stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
86
87 * child_process: fix handle delivery (Ben Noordhuis)
88
89 * crypto: Fix performance regression (isaacs)
90
91 * src: DRY string encoding/decoding (isaacs)
92
93
94 2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095
95
96 * uv: Upgrade to 0.10.5 (isaacs)
97
98 * build: added support for Visual Studio 2012 (Miroslav Bajtoš)
99
100 * http: Don't try to destroy nonexistent sockets (isaacs)
101
102 * crypto: LazyTransform on properties, not methods (isaacs)
103
104 * assert: put info in err.message, not err.name (Ryan Doenges)
105
106 * dgram: fix no address bind() (Ben Noordhuis)
107
108 * handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
109
110 * os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
111
112 * stream: Fix unshift() race conditions (isaacs)
113
114
115 2013.04.11, Version 0.10.4 (Stable), 9712aa9f76073c30850b20a188b1ed12ffb74d17
116
117 * uv: Upgrade to 0.10.4
118
119 * npm: Upgrade to 1.2.18
120
121 * v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny)
122
123 * child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis)
124
125 * net: fix socket.bytesWritten Buffers support (Fedor Indutny)
126
127 * buffer: fix offset checks (Łukasz Walukiewicz)
128
129 * stream: call write cb before finish event (isaacs)
130
131 * http: Support write(data, 'hex') (isaacs)
132
133 * crypto: dh secret should be left-padded (Fedor Indutny)
134
135 * process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg)
136
137 * crypto: fix constructor call in crypto streams (Andreas Madsen)
138
139 * net: account for encoding in .byteLength (Fedor Indutny)
140
141 * net: fix buffer iteration in bytesWritten (Fedor Indutny)
142
143 * crypto: zero is not an error if writing 0 bytes (Fedor Indutny)
144
145 * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
146
147
148 2013.04.03, Version 0.10.3 (Stable), d4982f6f5e4a9a703127489a553b8d782997ea43
149
150 * npm: Upgrade to 1.2.17
151
152 * child_process: acknowledge sent handles (Fedor Indutny)
153
154 * etw: update prototypes to match dtrace provider (Timothy J Fontaine)
155
156 * dtrace: pass more arguments to probes (Dave Pacheco)
157
158 * build: allow building with dtrace on osx (Dave Pacheco)
159
160 * http: Remove legacy ECONNRESET workaround code (isaacs)
161
162 * http: Ensure socket cleanup on client response end (isaacs)
163
164 * tls: Destroy socket when encrypted side closes (isaacs)
165
166 * repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich)
167
168 * crypto: Pass options to ctor calls (isaacs)
169
170 * src: tie process.versions.uv to uv_version_string() (Ben Noordhuis)
171
172
173 2013.03.28, Version 0.10.2 (Stable)
174
175 * npm: Upgrade to 1.2.15
176
177 * uv: Upgrade to 0.10.3
178
179 * tls: handle SSL_ERROR_ZERO_RETURN (Fedor Indutny)
180
181 * tls: handle errors before calling C++ methods (Fedor Indutny)
182
183 * tls: remove harmful unnecessary bounds checking (Marcel Laverdet)
184
185 * crypto: make getCiphers() return non-SSL ciphers (Ben Noordhuis)
186
187 * crypto: check randomBytes() size argument (Ben Noordhuis)
188
189 * timers: do not calculate Timeout._when property (Alexey Kupershtokh)
190
191 * timers: fix off-by-one ms error (Alexey Kupershtokh)
192
193 * timers: handle signed int32 overflow in enroll() (Fedor Indutny)
194
195 * stream: Fix stall in Transform under very specific conditions (Gil Pedersen)
196
197 * stream: Handle late 'readable' event listeners (isaacs)
198
199 * stream: Fix early end in Writables on zero-length writes (isaacs)
200
201 * domain: fix domain callback from MakeCallback (Trevor Norris)
202
203 * child_process: don't emit same handle twice (Ben Noordhuis)
204
205 * child_process: fix sending utf-8 to child process (Ben Noordhuis)
206
207
208 2013.03.21, Version 0.10.1 (Stable), c274d1643589bf104122674a8c3fd147527a667d
209
210 * npm: upgrade to 1.2.15
211
212 * crypto: Improve performance of non-stream APIs (Fedor Indutny)
213
214 * tls: always reset this.ssl.error after handling (Fedor Indutny)
215
216 * tls: Prevent mid-stream hangs (Fedor Indutny, isaacs)
217
218 * net: improve arbitrary tcp socket support (Ben Noordhuis)
219
220 * net: handle 'finish' event only after 'connect' (Fedor Indutny)
221
222 * http: Don't hot-path end() for large buffers (isaacs)
223
224 * fs: Missing cb errors are deprecated, not a throw (isaacs)
225
226 * fs: make write/appendFileSync correctly set file mode (Raymond Feng)
227
228 * stream: Return self from readable.wrap (isaacs)
229
230 * stream: Never call decoder.end() multiple times (Gil Pedersen)
231
232 * windows: enable watching signals with process.on('SIGXYZ') (Bert Belder)
233
234 * node: revert removal of MakeCallback (Trevor Norris)
235
236 * node: Unwrap without aborting in handle fd getter (isaacs)
237
238
239 2013.03.11, Version 0.10.0 (Stable), 163ca274230fce536afe76c64676c332693ad7c1
240
241 * npm: Upgrade to 1.2.14
242
243 * core: Append filename properly in dlopen on windows (isaacs)
244
245 * zlib: Manage flush flags appropriately (isaacs)
246
247 * domains: Handle errors thrown in nested error handlers (isaacs)
248
249 * buffer: Strip high bits when converting to ascii (Ben Noordhuis)
250
251 * win/msi: Enable modify and repair (Bert Belder)
252
253 * win/msi: Add feature selection for various node parts (Bert Belder)
254
255 * win/msi: use consistent registry key paths (Bert Belder)
256
257 * child_process: support sending dgram socket (Andreas Madsen)
258
259 * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs)
260
261 * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis)
262
263 * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis)
264
265 * win/tty: fix typo in color attributes enumeration (Bert Belder)
266
267 * win/tty: don't touch insert mode or quick edit mode (Bert Belder)
268
269
270 2013.03.06, Version 0.9.12 (Unstable), 0debf5a82934da805592b6496756cdf27c993abc
271
272 * stream: Allow strings in Readable.push/unshift (isaacs)
273
274 * stream: Remove bufferSize option (isaacs)
275
276 * stream: Increase highWaterMark on large reads (isaacs)
277
278 * stream: _write: takes an encoding argument (isaacs)
279
280 * stream: _transform: remove output() method, provide encoding (isaacs)
281
282 * stream: Don't require read(0) to emit 'readable' event (isaacs)
283
284 * node: Add --throw-deprecation (isaacs)
285
286 * http: fix multiple timeout events (Eugene Girshov)
287
288 * http: More useful setTimeout API on server (isaacs)
289
290 * net: use close callback, not process.nextTick (Ben Noordhuis)
291
292 * net: Provide better error when writing after FIN (isaacs)
293
294 * dns: Support NAPTR queries (Pavel Lang)
295
296 * dns: fix ReferenceError in resolve() error path (Xidorn Quan)
297
298 * child_process: handle ENOENT correctly on Windows (Scott Blomquist)
299
300 * cluster: Rename destroy() to kill(signal=SIGTERM) (isaacs)
301
302 * build: define nightly tag external to build system (Timothy J Fontaine)
303
304 * build: make msi build work when spaces are present in the path (Bert Belder)
305
306 * build: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
307
308 * repl: make compatible with domains (Dave Olszewski)
309
310 * events: Code cleanup and performance improvements (Trevor Norris)
311
312
313 2013.03.01, Version 0.9.11 (Unstable), 83392403b7a9b7782b37c17688938c75010f81ba
314
315 * V8: downgrade to 3.14.5
316
317 * openssl: update to 1.0.1e
318
319 * darwin: Make process.title work properly (Ben Noordhuis)
320
321 * fs: Support mode/flag options to read/append/writeFile (isaacs)
322
323 * stream: _read() no longer takes a callback (isaacs)
324
325 * stream: Add stream.unshift(chunk) (isaacs)
326
327 * stream: remove lowWaterMark feature (isaacs)
328
329 * net: omit superfluous 'connect' event (Ben Noordhuis)
330
331 * build, windows: disable SEH (Ben Noordhuis)
332
333 * core: remove errno global (Ben Noordhuis)
334
335 * core: Remove the nextTick for running the main file (isaacs)
336
337 * core: Mark exit() calls with status codes (isaacs)
338
339 * core: Fix debug signal handler race condition lock (isaacs)
340
341 * crypto: clear error stack (Ben Noordhuis)
342
343 * test: optionally set common.PORT via env variable (Timothy J Fontaine)
344
345 * path: Throw TypeError on non-string args to path.resolve/join (isaacs, Arianit Uka)
346
347 * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
348
349
350 2013.02.19, Version 0.9.10 (Unstable)
351
352 * V8: Upgrade to 3.15.11.15
353
354 * npm: Upgrade to 1.2.12
355
356 * fs: Change default WriteStream config, increase perf (isaacs)
357
358 * process: streamlining tick callback logic (Trevor Norris)
359
360 * stream_wrap, udp_wrap: add read-only fd property (Ben Noordhuis)
361
362 * buffer: accept negative indices in Buffer#slice() (Ben Noordhuis)
363
364 * tls: Cycle data when underlying socket drains (isaacs)
365
366 * stream: read(0) should not always trigger _read(n,cb) (isaacs)
367
368 * stream: Empty strings/buffers do not signal EOF any longer (isaacs)
369
370 * crypto: improve cipher/decipher error messages (Ben Noordhuis)
371
372 * net: Respect the 'readable' flag on sockets (isaacs)
373
374 * net: don't suppress ECONNRESET (Ben Noordhuis)
375
376 * typed arrays: copy Buffer in typed array constructor (Ben Noordhuis)
377
378 * typed arrays: make DataView throw on non-ArrayBuffer (Ben Noordhuis)
379
380 * windows: MSI installer enhancements (Scott Blomquist, Jim Schubert)
381
382
383 2013.02.07, Version 0.9.9 (Unstable), 4b9f0d190cd6b22853caeb0e07145a98ce1d1d7f
384
385 * tls: port CryptoStream to streams2 (Fedor Indutny)
386
387 * typed arrays: only share ArrayBuffer backing store (Ben Noordhuis)
388
389 * stream: make Writable#end() accept a callback function (Nathan Rajlich)
390
391 * buffer: optimize 'hex' handling (Ben Noordhuis)
392
393 * dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL (Ben Noordhuis)
394
395 * readline: treat bare \r as a line ending (isaacs)
396
397 * readline: make \r\n emit one 'line' event (Ben Noordhuis)
398
399 * cluster: support datagram sockets (Bert Belder)
400
401 * stream: Correct Transform class backpressure (isaacs)
402
403 * addon: Pass module object to NODE_MODULE init function (isaacs, Rod Vagg)
404
405 * buffer: slow buffer copy compatibility fix (Trevor Norris)
406
407 * Add bytesWritten to tls.CryptoStream (Andy Burke)
408
409
410 2013.01.24, Version 0.9.8 (Unstable), 5f2f8400f665dc32c3e10e7d31d53d756ded9156
411
412 * npm: Upgrade to v1.2.3
413
414 * V8: Upgrade to 3.15.11.10
415
416 * streams: Support objects other than Buffers (Jake Verbaten)
417
418 * buffer: remove float write range checks (Trevor Norris)
419
420 * http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis)
421
422 * build: fix build with dtrace support on FreeBSD (Fedor Indutny)
423
424 * console: Support formatting options in trace() (isaacs)
425
426 * domain: empty stack on all exceptions (Dave Olszewski)
427
428 * unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus)
429
430 * linux: add futimes() fallback (Ben Noordhuis)
431
432
433 2013.01.18, Version 0.9.7 (Unstable), 9e7bebeb8305edd55735a95955a98fdbe47572e5
434
435 * V8: Upgrade to 3.15.11.7
436
437 * npm: Upgrade to 1.2.2
438
439 * punycode: Upgrade to 1.2.0 (Mathias Bynens)
440
441 * repl: make built-in modules available by default (Felix Böhm)
442
443 * windows: add support for '_Total' perf counters (Scott Blomquist)
444
445 * cluster: make --prof work for workers (Ben Noordhuis)
446
447 * child_process: do not keep list of sent sockets (Fedor Indutny)
448
449 * tls: Follow RFC6125 more strictly (Fedor Indutny)
450
451 * buffer: floating point read/write improvements (Trevor Norris)
452
453 * TypedArrays: Improve dataview perf without endian param (Dean McNamee)
454
455 * module: assert require() called with a non-empty string (Felix Böhm, James Campos)
456
457 * stdio: Set readable/writable flags properly (isaacs)
458
459 * stream: Properly handle large reads from push-streams (isaacs)
460
461
462 2013.01.11, Version 0.9.6 (Unstable), 9313fdc71ca8335d5e3a391c103230ee6219b3e2
463
464 * V8: update to 3.15.11.5
465
466 * node: remove ev-emul.h (Ben Noordhuis)
467
468 * path: make basename and extname ignore trailing slashes (Bert Belder)
469
470 * typed arrays: fix sunos signed/unsigned char issue (Ben Noordhuis)
471
472 * child_process: Fix {stdio:'inherit'} regression (Ben Noordhuis)
473
474 * child_process: Fix pipe() from child stdio streams  (Maciej Małecki)
475
476 * child_process: make fork() execPath configurable (Bradley Meck)
477
478 * stream: Add readable.push(chunk) method (isaacs)
479
480 * dtrace: x64 ustack helper (Fedor Indutny)
481
482 * repl: fix floating point number parsing (Nirk Niggler)
483
484 * repl: allow overriding builtins (Ben Noordhuis)
485
486 * net: add localAddress and localPort to Socket (James Hight)
487
488 * fs: make pool size coincide with ReadStream bufferSize (Shigeki Ohtsu)
489
490 * typed arrays: implement load and store swizzling (Dean McNamee)
491
492 * windows: fix perfctr crash on XP and 2003 (Scott Blomquist)
493
494 * dgram: fix double implicit bind error (Ben Noordhuis)
495
496
497 2012.12.30, Version 0.9.5 (Unstable), 01994e8119c24f2284bac0779b32acb49c95bee7
498
499 * assert: improve support for new execution contexts (lukebayes)
500
501 * domain: use camelCase instead of snake_case (isaacs)
502
503 * domain: Do not use uncaughtException handler (isaacs)
504
505 * fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
506
507 * https: optimize createConnection() (Ryunosuke SATO)
508
509 * buffer: speed up base64 encoding by 20% (Ben Noordhuis)
510
511 * doc: Colorize API stabilitity index headers in docs (Luke Arduini)
512
513 * net: socket.readyState corrections (bentaber)
514
515 * http: Performance enhancements for http under streams2 (isaacs)
516
517 * stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
518
519 * stream: fix event handler leak in readstream pipe and unpipe (Andreas Madsen)
520
521 * build: Support ./configure --tag switch (Maciej Małecki)
522
523 * repl: don't touch `require.cache` (Nathan Rajlich)
524
525 * node: Emit 'exit' event when exiting for an uncaught exception (isaacs)
526
527
528 2012.12.21, Version 0.9.4 (Unstable), d86d83c75f6343b5368bb7bd328b4466a035e1d4
529
530 * streams: Update all streaming interfaces to use new classes (isaacs)
531
532 * node: remove idle gc (Ben Noordhuis)
533
534 * http: protect against response splitting attacks (Bert Belder)
535
536 * fs: Raise error when null bytes detected in paths (isaacs)
537
538 * fs: fix 'object is not a function' callback errors (Ben Noordhuis)
539
540 * fs: add autoClose=true option to fs.createReadStream (Farid Neshat)
541
542 * process: add getgroups(), setgroups(), initgroups() (Ben Noordhuis)
543
544 * openssl: optimized asm code on x86 and x64 (Bert Belder)
545
546 * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
547
548 * add systemtap support (Jan Wynholds)
549
550 * windows: add ETW and PerfCounters support (Scott Blomquist)
551
552 * windows: fix normalization of UNC paths (Bert Belder)
553
554 * crypto: fix ssl error handling (Sergey Kholodilov)
555
556 * node: remove eio-emul.h (Ben Noordhuis)
557
558 * os: add os.endianness() function (Nathan Rajlich)
559
560 * readline: don't emit "line" events with a trailing '\n' char (Nathan Rajlich)
561
562 * build: add configure option to generate xcode build files (Timothy J Fontaine)
563
564 * build: allow linking against system libuv, cares, http_parser (Stephen Gallagher)
565
566 * typed arrays: add slice() support to ArrayBuffer (Anthony Pesch)
567
568 * debugger: exit and kill child on SIGTERM or SIGHUP (Fedor Indutny)
569
570 * url: url.format escapes delimiters in path and query (J. Lee Coltrane)
571
572
573 2012.10.24, Version 0.9.3 (Unstable), 1ed4c6776e4f52956918b70565502e0f8869829d
574
575 * V8: Upgrade to 3.13.7.4
576
577 * crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
578
579 * crypto: add getHashes() and getCiphers() (Ben Noordhuis)
580
581 * unix: add custom thread pool, remove libeio (Ben Noordhuis)
582
583 * util: make `inspect()` accept an "options" argument (Nathan Rajlich)
584
585 * https: fix renegotation attack protection (Ben Noordhuis)
586
587 * cluster: make 'listening' handler see actual port (Aaditya Bhatia)
588
589 * windows: use USERPROFILE to get the user's home dir (Bert Belder)
590
591 * path: add platform specific path delimiter (Paul Serby)
592
593 * http: add response.headersSent property (Pavel Lang)
594
595 * child_process: make .fork()'d child auto-exit (Ben Noordhuis)
596
597 * events: add 'removeListener' event (Ben Noordhuis)
598
599 * string_decoder: Add 'end' method, do base64 properly (isaacs)
600
601 * buffer: include encoding value in exception when invalid (Ricky Ng-Adam)
602
603 * http: make http.ServerResponse no longer emit 'end' (isaacs)
604
605 * streams: fix pipe is destructed by 'end' from destination (koichik)
606
607
608 2012.09.17, Version 0.9.2 (Unstable), 6e2055889091a424fbb5c500bc3ab9c05d1c28b4
609
610 * http_parser: upgrade to ad3b631
611
612 * openssl: upgrade 1.0.1c
613
614 * darwin: use FSEvents to watch directory changes (Fedor Indutny)
615
616 * unix: support missing API on NetBSD (Shigeki Ohtsu)
617
618 * unix: fix EMFILE busy loop (Ben Noordhuis)
619
620 * windows: un-break writable tty handles (Bert Belder)
621
622 * windows: map WSAESHUTDOWN to UV_EPIPE (Bert Belder)
623
624 * windows: make spawn with custom environment work again (Bert Belder)
625
626 * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
627
628 * tls, https: validate server certificate by default (Ben Noordhuis)
629
630 * tls, https: throw exception on missing key/cert (Ben Noordhuis)
631
632 * tls: async session storage (Fedor Indutny)
633
634 * installer: don't install header files (Ben Noordhuis)
635
636 * buffer: implement Buffer.prototype.toJSON() (Nathan Rajlich)
637
638 * buffer: added support for writing NaN and Infinity (koichik)
639
640 * http: make http.ServerResponse emit 'end' (Ben Noordhuis)
641
642 * build: ./configure --ninja (Ben Noordhuis, Timothy J Fontaine)
643
644 * installer: fix --without-npm (Ben Noordhuis)
645
646 * cli: make -p equivalent to -pe (Ben Noordhuis)
647
648 * url: Go much faster by using Url class (isaacs)
649
650
651 2012.08.28, Version 0.9.1 (Unstable), e6ce259d2caf338fec991c2dd447de763ce99ab7
652
653 * buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs)
654
655 * Raise UV_ECANCELED on premature close. (Ben Noordhuis)
656
657 * Remove c-ares from libuv, move to a top-level node dependency (Bert Belder)
658
659 * ref/unref for all HandleWraps, timers, servers, and sockets (Timothy J Fontaine)
660
661 * addon: remove node-waf, superseded by node-gyp (Ben Noordhuis)
662
663 * child_process: emit error on exec failure (Ben Noordhuis)
664
665 * cluster: do not use internal server API (Andreas Madsen)
666
667 * constants: add O_DIRECT (Ian Babrou)
668
669 * crypto: add sync interface to crypto.pbkdf2() (Ben Noordhuis)
670
671 * darwin: emulate fdatasync() (Fedor Indutny)
672
673 * dgram: make .bind() always asynchronous (Ben Noordhuis)
674
675 * events: Make emitter.listeners() side-effect free (isaacs, Joe Andaverde)
676
677 * fs: Throw early on invalid encoding args (isaacs)
678
679 * fs: fix naming of truncate/ftruncate functions (isaacs)
680
681 * http: bubble up parser errors to ClientRequest (Brian White)
682
683 * linux: improve cpuinfo parser on ARM and MIPS (Ben Noordhuis)
684
685 * net: add support for IPv6 addresses ending in :: (Josh Erickson)
686
687 * net: support Server.listen(Pipe) (Andreas Madsen)
688
689 * node: don't scan add-on for "init" symbol (Ben Noordhuis)
690
691 * remove process.uvCounters() (Ben Noordhuis)
692
693 * repl: console writes to repl rather than process stdio (Nathan Rajlich)
694
695 * timers: implement setImmediate (Timothy J Fontaine)
696
697 * tls: fix segfault in pummel/test-tls-ci-reneg-attack (Ben Noordhuis)
698
699 * tools: Move gyp addon tools to node-gyp (Nathan Rajlich)
700
701 * unix: preliminary signal handler support (Ben Noordhuis)
702
703 * unix: remove dependency on ev_child (Ben Noordhuis)
704
705 * unix: work around darwin bug, don't poll() on pipe (Fedor Indutny)
706
707 * util: Formally deprecate util.pump() (Ben Noordhuis)
708
709 * windows: make active and closing handle state independent (Bert Belder)
710
711 * windows: report spawn errors to the exit callback (Bert Belder)
712
713 * windows: signal handling support with uv_signal_t (Bert Belder)
714
715
716 2012.07.20, Version 0.9.0 (Unstable), f9b237f478c372fd55e4590d7399dcd8f25f3603
717
718 * punycode: update to v1.1.1 (Mathias Bynens)
719
720 * c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé)
721
722 * dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé)
723
724 * unix: speed up uv_async_send() (Ben Noordhuis)
725
726 * darwin: get cpu model correctly on mac (Xidorn Quan)
727
728 * nextTick: Handle tick callbacks before any other I/O (isaacs)
729
730 * Enable color customization of `util.inspect` (Pavel Lang)
731
732 * tls: Speed and memory improvements (Fedor Indutny)
733
734 * readline: Use one history item for reentered line (Vladimir Beloborodov)
735
736 * Fix #3521 Make process.env more like a regular Object (isaacs)
737
738
739 2013.06.13, Version 0.8.25 (maintenance), 0b9bdb2bc7e1c872f0ea4713517fda22a4b0b202
740
741 * npm: Upgrade to 1.2.30
742
743 * child_process: fix handle delivery (Ben Noordhuis)
744
745
746 2013.06.04, Version 0.8.24 (maintenance), c1a1ab067721ea17ef7b05ec5c68b01321017f05
747
748 * npm: Upgrade to v1.2.24
749
750 * url: Properly parse certain oddly formed urls (isaacs)
751
752 * http: Don't try to destroy nonexistent sockets (isaacs)
753
754 * handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
755
756
757 2013.04.09, Version 0.8.23 (maintenance), c67f8d0500fe15637a623eb759d2ad7eb9fb3b0b
758
759 * npm: Upgrade to v1.2.18
760
761 * http: Avoid EE warning on ECONNREFUSED handling (isaacs)
762
763 * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
764
765 * child_process: fix sending utf-8 to child process (Ben Noordhuis)
766
767 * crypto: check key type in GetPeerCertificate() (Ben Noordhuis)
768
769 * win/openssl: mark assembled object files as seh safe (Bert Belder)
770
771 * windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
772
773
774 2013.03.07, Version 0.8.22 (Stable), 67a4cb4fe8c2346e30ffb83f7178e205cc2dab33
775
776 * npm: Update to 1.2.14
777
778 * cluster: propagate bind errors (Ben Noordhuis)
779
780 * crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
781
782 * build, windows: disable SEH (Ben Noordhuis)
783
784
785 2013.02.25, Version 0.8.21 (Stable), 530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5
786
787 * http: Do not free the wrong parser on socket close (isaacs)
788
789 * http: Handle hangup writes more gently (isaacs)
790
791 * zlib: fix assert on bad input (Ben Noordhuis)
792
793 * test: add TAP output to the test runner (Timothy J Fontaine)
794
795 * unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis)
796
797
798 2013.02.15, Version 0.8.20 (Stable), e10c75579b536581ddd7ae4e2c3bf8a9d550d343
799
800 * npm: Upgrade to v1.2.11
801
802 * http: Do not let Agent hand out destroyed sockets (isaacs)
803
804 * http: Raise hangup error on destroyed socket write (isaacs)
805
806 * http: protect against response splitting attacks (Bert Belder)
807
808
809 2013.02.06, Version 0.8.19 (Stable), 53978bdf420622ff0121c63c0338c9e7c2e60869
810
811 * npm: Upgrade to v1.2.10
812
813 * zlib: pass object size hint to V8 (Ben Noordhuis)
814
815 * zlib: reduce memory consumption, release early (Ben Noordhuis)
816
817 * buffer: slow buffer copy compatibility fix (Trevor Norris)
818
819 * zlib: don't assert on malformed dictionary (Ben Noordhuis)
820
821 * zlib: don't assert on missing dictionary (Ben Noordhuis)
822
823 * windows: better ipv6 support (Bert Belder)
824
825 * windows: add error mappings related to unsupported protocols (Bert Belder)
826
827 * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
828
829
830 2013.01.18, Version 0.8.18 (Stable), 2c4eef0d972838c51999d32c0d251857a713dc18
831
832 * npm: Upgrade to v1.2.2
833
834 * dns: make error message match errno (Dan Milon)
835
836 * tls: follow RFC6125 more stricly (Fedor Indutny)
837
838 * buffer: reject negative SlowBuffer offsets (Ben Noordhuis)
839
840 * install: add simplejson fallback (Chris Dent)
841
842 * http: fix "Cannot call method 'emit' of null" (Ben Noordhuis)
843
844
845 2013.01.09, Version 0.8.17 (Stable), c50c33e9397d7a0a8717e8ce7530572907c054ad
846
847 * npm: Upgrade to v1.2.0
848   - peerDependencies (Domenic Denicola)
849   - node-gyp v0.8.2 (Nathan Rajlich)
850   - Faster installs from github user/project shorthands (Nathan Zadoks)
851
852 * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis)
853
854 * http: Improve performance of single-packet responses (Ben Noordhuis)
855
856 * install: fix openbsd man page location (Ben Noordhuis)
857
858 * http: bubble up parser errors to ClientRequest (Brian White)
859
860
861 2012.12.13, Version 0.8.16 (Stable), 1c9c6277d5cfcaaac8569c0c8f7daa64292048a9
862
863 * npm: Upgrade to 1.1.69
864
865 * fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
866
867 * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
868
869 * buffer: Don't double-negate numeric buffer arg (Trevor Norris)
870
871 * net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
872
873
874 2012.11.26, Version 0.8.15 (Stable), fdf91afb494a7a2fff2913d817f589c191a2c88f
875
876 * npm: Upgrade to 1.1.66 (isaacs)
877
878 * linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)
879
880 * windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)
881
882 * windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)
883
884 * unix: do not set environ unless one is provided (Charlie McConnell)
885
886 * domains: don't crash if domain is set to null (Bert Belder)
887
888 * windows: fix the x64 debug build (Bert Belder)
889
890 * net, tls: fix connect() resource leak (Ben Noordhuis)
891
892
893 2012.10.25, Version 0.8.14 (Stable), b00527fcf05c3d9f/b5d5d790f9472906a59fe218
894
895 * events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
896
897
898 2012.10.25, Version 0.8.13 (Stable), ff4c974873f9a7cc6a5b042eb9b6389bb8dde6d6
899
900 * V8: Upgrade to 3.11.10.25
901
902 * npm: Upgrade to 1.1.65
903
904 * url: parse hostnames that start with - or _ (Ben Noordhuis)
905
906 * repl: Fix Windows 8 terminal issue (Bert Belder)
907
908 * typed arrays: use signed char for signed int8s (Aaron Jacobs)
909
910 * crypto: fix bugs in DiffieHellman (Ben Noordhuis)
911
912 * configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
913
914 * Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
915
916 * repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
917
918
919 2012.10.12, Version 0.8.12 (Stable), 38c72d4e29574dec5205bcf23c2a85efe65331a4
920
921 * npm: Upgrade to 1.1.63
922
923 * crypto: Reduce stability index to 2-Unstable (isaacs)
924
925 * windows: fix handle leak in uv_fs_utime (Bert Belder)
926
927 * windows: fix application crashed popup in debug version (Bert Belder)
928
929 * buffer: report proper retained size in profiler (Ben Noordhuis)
930
931 * buffer: fix byteLength with UTF-16LE (koichik)
932
933 * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
934
935 * repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
936
937 * http: handle multiple Proxy-Authenticate values (Willi Eggeling)
938
939
940 2012.09.27, Version 0.8.11 (Stable), e1f39468fa580c1e4cb15fac621f87944ee625dc
941
942 * fs: Fix stat() size reporting for large files (Ben Noordhuis)
943
944
945 2012.09.25, Version 0.8.10 (Stable), 0bc273da4fcaa79b209ed755ad249a3e7be626a6
946
947 * npm: Upgrade to 1.1.62
948
949 * repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
950
951 * v8: loosen artificial mmap constraint (Bryan Cantrill)
952
953 * process: fix setuid() and setgid() error reporting (Ben Noordhuis)
954
955 * domain: Properly exit() on domain disposal (isaacs)
956
957 * fs: fix watchFile() missing deletion events (Ben Noordhuis)
958
959 * fs: fix assert in fs.watch() (Ben Noordhuis)
960
961 * fs: don't segfault on deeply recursive stat() (Ben Noordhuis)
962
963 * http: Remove timeout handler when data arrives (Frédéric Germain)
964
965 * http: make the client "res" object gets the same domain as "req" (Nathan Rajlich)
966
967 * windows: don't blow up when an invalid FD is used (Bert Belder)
968
969 * unix: map EDQUOT to UV_ENOSPC (Charlie McConnell)
970
971 * linux: improve /proc/cpuinfo parser (Ben Noordhuis)
972
973 * win/tty: reset background brightness when color is set to default (Bert Belder)
974
975 * unix: put child process stdio fds in blocking mode (Ben Noordhuis)
976
977 * unix: fix EMFILE busy loop (Ben Noordhuis)
978
979 * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)
980
981 * tls: Use slab allocator for memory management (Fedor Indutny)
982
983 * openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
984
985
986 2012.09.11, Version 0.8.9 (Stable), b88c3902b241cf934e75443b934f2033ad3915b1
987
988 * v8: upgrade to 3.11.10.22
989
990 * GYP: upgrade to r1477
991
992 * npm: Upgrade to 1.1.61
993
994 * npm: Don't create world-writable files (isaacs)
995
996 * windows: fix single-accept mode for shared server sockets (Bert Belder)
997
998 * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
999
1000 * windows: don't throw when a signal handler is attached (Bert Belder)
1001
1002 * unix: fix memory leak in udp (Ben Noordhuis)
1003
1004 * unix: map errno ESPIPE (Ben Noordhuis)
1005
1006 * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
1007
1008 * sunos: fix os.cpus() on x86_64 (Ben Noordhuis)
1009
1010 * child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
1011
1012 * build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich)
1013
1014 * build: set `process.platform` to "sunos" on SunOS (Nathan Rajlich)
1015
1016 * build: fix `make -j` fails after `make clean` (Bearice Ren)
1017
1018 * build: fix openssl configuration for "arm" builds (Nathan Rajlich)
1019
1020 * tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu)
1021
1022 * https: make https.get() accept a URL (koichik)
1023
1024 * http: respect HTTP/1.0 TE header (Ben Noordhuis)
1025
1026 * crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis)
1027
1028 * stream.pipe: Don't call destroy() unless it's a function (isaacs)
1029
1030
1031 2012.08.22, Version 0.8.8 (Stable), a299c97bbc701f4d460e91214d7bfe7a9589d361
1032
1033 * V8: upgrade to 3.11.10.19
1034
1035 * npm: upgrade to 1.1.59
1036
1037 * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
1038
1039 * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
1040
1041 * unix: fix integer overflow in uv_hrtime (Tim Holy)
1042
1043 * sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
1044
1045 * tls: update default cipher list (Ben Noordhuis)
1046
1047 * unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
1048
1049 * fs: fix use after free in stat watcher (Ben Noordhuis)
1050
1051 * build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
1052
1053 * windows: make junctions work again (Bert Belder)
1054
1055
1056 2012.08.15, Version 0.8.7 (Stable), f640c5d35cba96634cd8176a525a1d876e361a61
1057
1058 * npm: Upgrade to 1.1.49
1059
1060 * website: download page (Golo Roden)
1061
1062 * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
1063
1064 * buffer, crypto: fix buffer decoding (Ben Noordhuis)
1065
1066 * build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)
1067
1068 * tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
1069
1070 * doc: remove unused util from child_process (Kyle Robinson Young)
1071
1072 * build: rework -fvisibility=hidden detection (Ben Noordhuis)
1073
1074 * windows: don't duplicate invalid stdio handles (Bert Belder)
1075
1076 * windows: fix typos in process-stdio.c (Bert Belder)
1077
1078
1079 2012.08.07, Version 0.8.6 (Stable), 0544a586ca6b6b900a42e164033dbf350765700a
1080
1081 * npm: Upgrade to v1.1.48
1082
1083 * Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
1084
1085 * zlib: Emit 'close' on destroy(). (Dominic Tarr)
1086
1087 * child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
1088
1089 * installer: prevent ETXTBSY errors (Ben Noordhuis)
1090
1091 * installer: honor --without-npm, default install path (Ben Noordhuis)
1092
1093 * net: make pause work with connecting sockets (Bert Belder)
1094
1095 * installer: fix cross-compile installs (Ben Noordhuis)
1096
1097 * net: fix .listen({fd:0}) (Ben Noordhuis)
1098
1099 * windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
1100
1101
1102 2012.08.02, Version 0.8.5 (Stable), 9b86a4453f0c76f2707a75c0b2343aba33ec63bc
1103
1104 * node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
1105
1106 * fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
1107
1108 * fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
1109
1110 * installer: don't assume bash is installed (Ben Noordhuis)
1111
1112 * Report errors properly from --eval and stdin (isaacs)
1113
1114 * assert: fix throws() throws an error without message property (koichik)
1115
1116 * cluster: fix libuv assert in net.listen() (Ben Noordhuis)
1117
1118 * build: always link sunos builds with libumem (Trent Mick)
1119
1120 * build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
1121
1122 * https: Use host header as effective servername (isaacs)
1123
1124 * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
1125
1126 * linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
1127
1128 * windows: fix memory leaks in many fs functions (Bert Belder)
1129
1130 * windows: don't allow directories to be opened for writing/appending (Bert Belder)
1131
1132 * windows: make fork() work even when not all stdio handles are valid (Bert Belder)
1133
1134 * windows: make unlink() not remove mount points, and improve performance (Bert Belder)
1135
1136 * build: Sign pkg installer for OS X (isaacs)
1137
1138
1139 2012.07.25, Version 0.8.4 (Stable), f98562fcd7d1cab573ca4dc1612157d6999befd4
1140
1141 * V8: Upgrade to 3.11.10.17
1142
1143 * npm: Upgrade to 1.1.45
1144
1145 * net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
1146
1147 * readline: Remove event listeners on close (isaacs)
1148
1149 * windows: correctly prep long path for fs.exists(Sync) (Bert Belder)
1150
1151 * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin)
1152
1153 * tls: verify server's identity (Fedor Indutny)
1154
1155 * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny)
1156
1157
1158 2012.07.19, Version 0.8.3 (Stable), 60bf2d6cb33e4ce55604f73889ab840a9de8bdab
1159
1160 * V8: upgrade to 3.11.10.15
1161
1162 * npm: Upgrade to 1.1.43
1163
1164 * net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
1165
1166 * net: fix bogus errno reporting (Ben Noordhuis)
1167
1168 * build: Move npm shebang logic into an npm script (isaacs)
1169
1170 * build: fix add-on loading on freebsd (Ben Noordhuis)
1171
1172 * build: disable unsafe optimizations (Ben Noordhuis)
1173
1174 * build: fix spurious mksnapshot crashes for good (Ben Noordhuis)
1175
1176 * build: speed up genv8constants (Dave Pacheco)
1177
1178 * fs: make unwatchFile() remove a specific listener (Ben Noordhuis)
1179
1180 * domain: Remove first arg from intercepted fn (Toshihiro Nakamura)
1181
1182 * domain: Fix memory leak on error (isaacs)
1183
1184 * events: Fix memory leak from removeAllListeners (Nathan Rajlich)
1185
1186 * zlib: Fix memory leak in Unzip class. (isaacs)
1187
1188 * crypto: Fix memory leak in DecipherUpdate() (Ben Noordhuis)
1189
1190
1191 2012.07.09, Version 0.8.2 (Stable), cc6084b9ac5cf1d4fe5e7165b71e8fc05d11be1f
1192
1193 * npm: Upgrade to 1.1.36
1194
1195 * readline: don't use Function#call() (Nathan Rajlich)
1196
1197 * Code cleanup to pass 'use strict' (Jonas Westerlund)
1198
1199 * module: add filename to require() json errors (TJ Holowaychuk)
1200
1201 * readline: fix for unicode prompts (Tim Macfarlane)
1202
1203 * timers: fix handling of large timeouts (Ben Noordhuis)
1204
1205 * repl: fix passing an empty line inserting "undefined" into the buffer (Nathan Rajlich)
1206
1207 * repl: fix crashes when buffering command (Maciej Małecki)
1208
1209 * build: rename strict_aliasing to node_no_strict_aliasing (Ben Noordhuis)
1210
1211 * build: disable -fstrict-aliasing for any gcc < 4.6.0 (Ben Noordhuis)
1212
1213 * build: detect cc version with -dumpversion (Ben Noordhuis)
1214
1215 * build: handle output of localized gcc or clang (Ben Noordhuis)
1216
1217 * unix: fix memory corruption in freebsd.c (Ben Noordhuis)
1218
1219 * unix: fix 'zero handles, one request' busy loop (Ben Noordhuis)
1220
1221 * unix: fix busy loop on unexpected tcp message (Ben Noordhuis)
1222
1223 * unix: fix EINPROGRESS busy loop (Ben Noordhuis)
1224
1225
1226 2012.06.29, Version 0.8.1 (stable), 2134aa3d5c622fc3c3b02ccb713fcde0e0df479a
1227
1228 * V8: upgrade to v3.11.10.12
1229
1230 * npm: upgrade to v1.1.33
1231   - Support for parallel use of the cache folder
1232   - Retry on registry timeouts or network failures (Trent Mick)
1233   - Reduce 'engines' failures to a warning
1234   - Use new zsh completion if aviailable (Jeremy Cantrell)
1235
1236 * Fix #3577 Un-break require('sys')
1237
1238 * util: speed up formatting of large arrays/objects (Ben Noordhuis)
1239
1240 * windows: make fs.realpath(Sync) work with UNC paths (Bert Belder)
1241
1242 * build: fix --shared-v8 option (Ben Noordhuis)
1243
1244 * doc: `detached` is a boolean (Andreas Madsen)
1245
1246 * build: use proper python interpreter (Ben Noordhuis)
1247
1248 * build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis)
1249
1250 * build: handle CC env var with spaces (Gabriel de Perthuis)
1251
1252 * build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis)
1253
1254 * build: fix --shared-v8 option (Ben Noordhuis)
1255
1256 * windows msi: Fix icon issue which caused huge file size (Bert Belder)
1257
1258 * unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis)
1259
1260 * sunos: fix memory corruption bugs (Ben Noordhuis)
1261
1262 * windows: better (f)utimes and (f)stat (Bert Belder)
1263
1264
1265 2012.06.25, Version 0.8.0 (stable), 8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
1266
1267 * V8: upgrade to v3.11.10.10
1268
1269 * npm: Upgrade to 1.1.32
1270
1271 * Deprecate iowatcher (Ben Noordhuis)
1272
1273 * windows: update icon (Bert Belder)
1274
1275 * http: Hush 'MUST NOT have a body' warnings to debug() (isaacs)
1276
1277 * Move blog.nodejs.org content into repository (isaacs)
1278
1279 * Fix #3503: stdin: resume() on pipe(dest) (isaacs)
1280
1281 * crypto: fix error reporting in SetKey() (Fedor Indutny)
1282
1283 * Add --no-deprecation and --trace-deprecation command-line flags (isaacs)
1284
1285 * fs: fix fs.watchFile() (Ben Noordhuis)
1286
1287 * fs: Fix fs.readfile() on pipes (isaacs)
1288
1289 * Rename GYP variable node_use_system_openssl to be consistent (Ryan Dahl)
1290
1291
1292 2012.06.19, Version 0.7.12 (unstable), a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
1293
1294 * npm: Upgrade to 1.1.30
1295         - Improved 'npm init'
1296         - Fix the 'cb never called' error from 'oudated' and 'update'
1297         - Add --save-bundle|-B config
1298         - Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware
1299         - Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm
1300         - `logstream` option to replace removed `logfd` (Rod Vagg)
1301         - Read default descriptions from README.md files
1302
1303 * Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis)
1304
1305 * #3118 net.Socket: Delay pause/resume until after connect (isaacs)
1306
1307 * #3465 Add ./configure --no-ifaddrs flag (isaacs)
1308
1309 * child_process: add .stdin stream to forks (Fedor Indutny)
1310
1311 * build: fix `make install DESTDIR=/path` (Ben Noordhuis)
1312
1313 * tls: fix off-by-one error in renegotiation check (Ben Noordhuis)
1314
1315 * crypto: Fix diffie-hellman key generation UTF-8 errors (Fedor Indutny)
1316
1317 * node: change the constructor name of process from EventEmitter to process (Andreas Madsen)
1318
1319 * net: Prevent property access throws during close (Reid Burke)
1320
1321 * querystring: improved speed and code cleanup (Felix Böhm)
1322
1323 * sunos: fix assertion errors breaking fs.watch() (Fedor Indutny)
1324
1325 * unix: stat: detect sub-second changes (Ben Noordhuis)
1326
1327 * add stat() based file watcher (Ben Noordhuis)
1328
1329
1330 2012.06.15, Version 0.7.11 (unstable), 5cfe0b86d5be266ef51bbba369c39e412ee51944
1331
1332 * V8: Upgrade to v3.11.10
1333
1334 * npm: Upgrade to 1.1.26
1335
1336 * doc: Improve cross-linking in API docs markdown (Ben Kelly)
1337
1338 * Fix #3425: removeAllListeners should delete array (Reid Burke)
1339
1340 * cluster: don't silently drop messages when the write queue gets big (Bert Belder)
1341
1342 * Add Buffer.concat method (isaacs)
1343
1344 * windows: make symlinks tolerant to forward slashes (Bert Belder)
1345
1346 * build: Add node.d and node.1 to installer (isaacs)
1347
1348 * cluster: rename worker.unqiueID to worker.id (Andreas Madsen)
1349
1350 * Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky)
1351
1352 * test: bundle node-weak in test/gc so that it doesn't need to be downloaded (Nathan Rajlich)
1353
1354 * Make many tests pass on Windows (Bert Belder)
1355
1356 * Fix #3388 Support listening on file descriptors (isaacs)
1357
1358 * Fix #3407 Add os.tmpDir() (isaacs)
1359
1360 * Unbreak the snapshotted build on Windows (Bert Belder)
1361
1362 * Clean up child_process.kill throws (Bert Belder)
1363
1364 * crypto: make cipher/decipher accept buffer args (Ben Noordhuis)
1365
1366
1367 2012.06.11, Version 0.7.10 (unstable), 12a32a48a30182621b3f8e9b9695d1946b53c131
1368
1369 * Roll V8 back to 3.9.24.31
1370
1371 * build: x64 target should always pass -m64 (Robert Mustacchi)
1372
1373 * add NODE_EXTERN to node::Start (Joel Brandt)
1374
1375 * repl: Warn about running npm commands (isaacs)
1376
1377 * slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)
1378
1379 * slab_allocator: fix leak of Persistent handles (Shigeki Ohtsu)
1380
1381 * windows/msi: add node.js prompt to startmenu (Jeroen Janssen)
1382
1383 * windows/msi: fix adding node to PATH (Jeroen Janssen)
1384
1385 * windows/msi: add start menu links when installing (Jeroen Janssen)
1386
1387 * windows: don't install x64 version into the 'program files (x86)' folder (Matt Gollob)
1388
1389 * domain: Fix #3379 domain.intercept no longer passes error arg to cb (Marc Harter)
1390
1391 * fs: make callbacks run in global context (Ben Noordhuis)
1392
1393 * fs: enable fs.realpath on windows (isaacs)
1394
1395 * child_process: expose UV_PROCESS_DETACHED as options.detached (Charlie McConnell)
1396
1397 * child_process: new stdio API for .spawn() method (Fedor Indutny)
1398
1399 * child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
1400
1401 * Upgrade npm to 1.1.25
1402         - Enable npm link on windows
1403         - Properly remove sh-shim on Windows
1404         - Abstract out registry client and logger
1405
1406
1407 2012.05.28, Version 0.7.9 (unstable), 782277f11a753ded831439ed826448c06fc0f356
1408
1409 * Upgrade V8 to 3.11.1
1410
1411 * Upgrade npm to 1.1.23
1412
1413 * uv: rework reference counting scheme (Ben Noordhuis)
1414
1415 * uv: add interface for joining external event loops (Bert Belder)
1416
1417 * repl, readline: Handle Ctrl+Z and SIGCONT better (Nathan Rajlich)
1418
1419 * fs: 64bit offsets for fs calls (Igor Zinkovsky)
1420
1421 * fs: add sync open flags 'rs' and 'rs+' (Kevin Bowman)
1422
1423 * windows: enable creating directory junctions with fs.symlink (Igor Zinkovsky, Bert Belder)
1424
1425 * windows: fix fs.lstat to properly detect symlinks. (Igor Zinkovsky)
1426
1427 * Fix #3270 Escape url.parse delims (isaacs)
1428
1429 * http: make http.get() accept a URL (Adam Malcontenti-Wilson)
1430
1431 * Cleanup vm module memory leakage (Marcel Laverdet)
1432
1433 * Optimize writing strings with Socket.write (Bert Belder)
1434
1435 * add support for CESU-8 and UTF-16LE encodings (koichik)
1436
1437 * path: add path.sep to get the path separator. (Yi, EungJun)
1438
1439 * net, http: add backlog parameter to .listen() (Erik Dubbelboer)
1440
1441 * debugger: support mirroring Date objects (Fedor Indutny)
1442
1443 * addon: add AtExit() function (Ben Noordhuis)
1444
1445 * net: signal localAddress bind failure in connect (Brian Schroeder)
1446
1447 * util: handle non-string return value in .inspect() (Alex Kocharin)
1448
1449
1450 2012.04.18, Version 0.7.8 (unstable), c2b47097c0b483552efc1947c6766fa1128600b6
1451
1452 * Upgrade V8 to 3.9.24.9
1453
1454 * Upgrade OpenSSL to 1.0.0f
1455
1456 * Upgrade npm to 1.1.18
1457
1458 * Show licenses in Binary installers
1459
1460 * Domains (isaacs)
1461
1462 * readline: rename "end" to "close" (Nathan Rajlich)
1463
1464 * tcp: make getsockname() return address family as string (Shigeki Ohtsu)
1465
1466 * http, https: fix .setTimeout() (ssuda)
1467
1468 * os: add cross platform EOL character (Mustansir Golawala)
1469
1470 * typed arrays: unexport SizeOfArrayElementForType() (Aaron Jacobs)
1471
1472 * net: honor 'enable' flag in .setNoDelay() (Ben Noordhuis)
1473
1474 * child_process: emit error when .kill fails (Andreas Madsen)
1475
1476 * gyp: fix 'argument list too long' build error (Ben Noordhuis)
1477
1478 * fs.WriteStream: Handle modifications to fs.open (isaacs)
1479
1480 * repl, readline: Handle newlines better (Nathan Rajlich, Nathan Friedly)
1481
1482 * build: target OSX 10.5 when building on darwin (Nathan Rajlich)
1483
1484 * Fix #3052 Handle errors properly in zlib (isaacs)
1485
1486 * build: add support for DTrace and postmortem (Dave Pacheco)
1487
1488 * core: add reusable Slab allocator (Ben Noordhuis)
1489
1490
1491 2012.03.30, Version 0.7.7 (unstable), 5cda2542fdb086f9fe5de889bea435a65e377dea
1492
1493 * Upgrade V8 to 3.9.24.7
1494
1495 * Upgrade npm to 1.1.15
1496
1497 * Handle Emoji characters properly (Erik Corry, Bert Belder)
1498
1499 * readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
1500
1501 * readline: Fix multiline handling (Alex Kocharin)
1502
1503 * add a -i/--interactive flag to force the REPL (Nathan Rajlich)
1504
1505 * debugger: add breakOnException command (Fedor Indutny)
1506
1507 * cluster: kill workers when master dies (Andreas Madsen)
1508
1509 * cluster: add graceful disconnect support (Andreas Madsen)
1510
1511 * child_process: Separate 'close' event from 'exit' (Charlie McConnell)
1512
1513 * typed arrays: add Uint8ClampedArray (Mikael Bourges-Sevenier)
1514
1515 * buffer: Fix byte alignment issues (Ben Noordhuis, Erik Lundin)
1516
1517 * tls: fix CryptoStream.setKeepAlive() (Shigeki Ohtsu)
1518
1519 * Expose http parse error codes (Felix Geisendörfer)
1520
1521 * events: don't delete the listeners array (Ben Noordhuis, Nathan Rajlich)
1522
1523 * process: add process.config to view node's ./configure settings (Nathan Rajlich)
1524
1525 * process: process.execArgv to see node's arguments (Micheil Smith)
1526
1527 * process: fix process.title setter (Ben Noordhuis)
1528
1529 * timers: handle negative or non-numeric timeout values (Ben Noordhuis)
1530
1531
1532 2012.03.13, Version 0.7.6 (unstable), f06abda6f58e517349d1b63a2cbf5a8d04a03505
1533
1534 * Upgrade v8 to 3.9.17
1535
1536 * Upgrade npm to 1.1.8
1537   - Add support for os/cpu fields in package.json (Adam Blackburn)
1538   - Automatically node-gyp packages containing a binding.gyp
1539   - Fix failures unpacking in UNC shares
1540   - Never create un-listable directories
1541   - Handle cases where an optionalDependency fails to build
1542
1543 * events: newListener emit correct fn when using 'once' (Roly Fentanes)
1544
1545 * url: Ignore empty port component (Łukasz Walukiewicz)
1546
1547 * module: replace 'children' array (isaacs)
1548
1549 * tls: parse multiple values of a key in ssl certificate (Sambasiva Suda)
1550
1551 * cluster: support passing of named pipes (Ben Noordhuis)
1552
1553 * Windows: include syscall in fs errors (Bert Belder)
1554
1555 * http: #2888 Emit end event only once (Igor Zinkovsky)
1556
1557 * readline: add multiline support (Rlidwka)
1558
1559 * process: add `process.hrtime()` (Nathan Rajlich)
1560
1561 * net, http, https: add localAddress option (Dmitry Nizovtsev)
1562
1563 * addon improvements (Nathan Rajlich)
1564
1565 * build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich)
1566
1567 * add support for "SEARCH" request methods (Nathan Rajlich)
1568
1569 * expose the zlib and http_parser version in process.versions (Nathan Rajlich)
1570
1571
1572 2012.02.23, Version 0.7.5 (unstable), d384b8b0d2ab7f05465f0a3e15fe20b4e25b5f86
1573
1574 * startup speed improvements (Maciej Małecki)
1575
1576 * crypto: add function getDiffieHellman() (Tomasz Buchert)
1577
1578 * buffer: support decoding of URL-safe base64 (Ben Noordhuis)
1579
1580 * Make QueryString.parse() even faster (Brian White)
1581
1582 * url: decode url entities in auth section (Ben Noordhuis)
1583
1584 * http: support PURGE request method (Ben Noordhuis)
1585
1586 * http: Generate Date headers on responses (Mark Nottingham)
1587
1588 * Fix #2762: Add callback to close function. (Mikeal Rogers)
1589
1590 * dgram: fix out-of-bound memory read (Ben Noordhuis)
1591
1592 * repl: add automatic loading of built-in libs (Brandon Benvie)
1593
1594 * repl: remove double calls where possible (Fedor Indutny)
1595
1596 * Readline improvements. Related: #2737 #2756 (Colton Baker)
1597
1598 * build: disable -fomit-frame-pointer on solaris (Dave Pacheco)
1599
1600 * build: arch detection improvements (Nathan Rajlich)
1601
1602 * build: Make a fat binary for the OS X `make pkg`. (Nathan Rajlich)
1603
1604 * jslint src/ and lib/ on 'make test' (isaacs)
1605
1606
1607
1608 2012.02.14, Version 0.7.4 (unstable), de21de920cf93ec40736ada3792a7f85f3eadeda
1609
1610 * Upgrade V8 to 3.9.5
1611
1612 * Upgrade npm to 1.1.1
1613
1614 * build: Detect host_arch better (Karl Skomski)
1615
1616 * debugger: export `debug_port` to `process` (Fedor Indutny)
1617
1618 * api docs: CSS bug fixes (isaacs)
1619
1620 * build: use -fPIC for native addons on UNIX (Nathan Rajlich)
1621
1622 * Re-add top-level v8::Locker (Marcel Laverdet)
1623
1624 * Move images out of the dist tarballs (isaacs)
1625
1626 * libuv: Remove uv_export and uv_import (Ben Noordhuis)
1627
1628 * build: Support x64 build on Windows (Igor Zinkovsky)
1629
1630
1631 2012.02.07, Version 0.7.3 (unstable), 99059aad8d654acda4abcfaa68df182b50f2ec90
1632
1633 * Upgrade V8 to 3.9.2
1634
1635 * Revert support for isolates. (Ben Noordhuis)
1636
1637 * cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen)
1638
1639 * gyp_addon: link with node.lib on Windows (Nathan Rajlich)
1640
1641 * http: fix case where http-parser is freed twice (koichik)
1642
1643 * Windows: disable RTTI and exceptions (Bert Belder)
1644
1645
1646 2012.02.01, Version 0.7.2 (unstable), ec79acb3a6166e30f0bf271fbbfda1fb575b3321
1647
1648 * Update V8 to 3.8.9
1649
1650 * Support for sharing streams across Isolates (Igor Zinkovsky)
1651
1652 * #2636 - Fix case where http_parsers are freed too early (koichik)
1653
1654 * url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz)
1655
1656 * child_process: Add disconnect() method to child processes (Andreas Madsen)
1657
1658 * fs: add O_EXCL support, exclusive open file (Ben Noordhuis)
1659
1660 * fs: more specific error messages (Tj Holowaychuk)
1661
1662 * tty: emit 'unknown' key event if key sequence not found (Dan VerWeire, Nathan Rajlich)
1663
1664 * build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)
1665
1666 * module: fix --debug-brk on symlinked scripts (Fedor Indutny)
1667
1668 * zlib: fix `Failed to set dictionary` issue (Fedor Indutny)
1669
1670 * waf: predict target arch for OS X (Fedor Indutny)
1671
1672
1673 2012.01.23, Version 0.7.1 (unstable), a74354735ab5d5b0fa35a1e4ff7e653757d2069b
1674
1675 * Update V8 to 3.8.8
1676
1677 * Install node-waf by default (Fedor Indutny)
1678
1679 * crypto: Add ability to turn off PKCS padding (Ingmar Runge)
1680
1681 * v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
1682
1683 * Add cluster.setupMaster (Andreas Madsen)
1684
1685 * move `path.exists*` to `fs.exists*` (Maciej Małecki)
1686
1687 * typed arrays: set class name (Ben Noordhuis)
1688
1689 * libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
1690
1691
1692 2012.01.16, Version 0.7.0 (unstable), 9cc55dca6f67a6096c858b841c677b0593404321
1693
1694 * Upgrade V8 to 3.8.6
1695
1696 * Use GYP build system on unix (Ben Noordhuis)
1697
1698 * Experimenetal isolates support (Ben Noordhuis)
1699
1700 * Improvements to Cluster API (Andreas Madsen)
1701
1702 * Use isolates for internal debugger (Fedor Indutny)
1703
1704 * Bug fixes
1705
1706
1707 2012.07.10 Version 0.6.20 (maintenance), 952e513379169ec1b40909d1db056e9bf4294899
1708
1709 * npm: Upgrade to 1.1.37 (isaacs)
1710
1711 * benchmark: Backport improvements made in master (isaacs)
1712
1713 * build: always link with -lz (Trent Mick)
1714
1715 * core: use proper #include directives (Ben Noordhuis)
1716
1717 * cluster: don't silently drop messages when the write queue gets big (Bert Belder)
1718
1719 * windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder)
1720
1721
1722 2012.06.06 Version 0.6.19 (stable), debf552ed2d4a53957446e82ff3c52a8182d5ff4
1723
1724 * npm: upgrade to 1.1.24
1725
1726 * fs: no end emit after createReadStream.pause() (Andreas Madsen)
1727
1728 * vm: cleanup module memory leakage (Marcel Laverdet)
1729
1730 * unix: fix loop starvation under high network load (Ben Noordhuis)
1731
1732 * unix: remove abort() in ev_unref() (Ben Noordhuis)
1733
1734 * windows/tty: never report error after forcibly aborting line-buffered read (Bert Belder)
1735
1736 * windows: skip GetFileAttributes call when opening a file (Bert Belder)
1737
1738
1739 2012.05.15 Version 0.6.18 (stable), 4bc1d395de6abed2cf1e4d0b7b3a1480a21c368f
1740
1741 * windows: skip GetFileAttributes call when opening a file (Bert Belder)
1742
1743 * crypto: add PKCS12/PFX support (Sambasiva Suda)
1744
1745 * #3240: child_process: delete NODE_CHANNEL_FD from env in spawn (Ben Noordhuis)
1746
1747 * windows: add test for path.normalize with UNC paths (Bert Belder)
1748
1749 * windows: make path.normalize convert all slashes to backslashes (Bert Belder)
1750
1751 * fs: Automatically close FSWatcher on error (Bert Belder)
1752
1753 * #3258: fs.ReadStream.pause() emits duplicate data event (koichik)
1754
1755 * pipe_wrap: don't assert() on pipe accept errors (Ben Noordhuis)
1756
1757 * Better exception output for module load and process.nextTick (Felix Geisendörfer)
1758
1759 * zlib: fix error reporting (Ben Noordhuis)
1760
1761 * http: Don't destroy on timeout (isaacs)
1762
1763 * #3231: http: Don't try to emit error on a null'ed req object (isaacs)
1764
1765 * #3236: http: Refactor ClientRequest.onSocket (isaacs)
1766
1767
1768 2012.05.04 Version 0.6.17 (stable), 4ced23deaf36493f4303a18f6fdce768c58becc0
1769
1770 * Upgrade npm to 1.1.21
1771
1772 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
1773
1774 * uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
1775
1776 * windows: Add support for EXDEV errors (Bert Belder)
1777
1778 * http: Fix client memory leaks (isaacs, Vincent Voyer)
1779
1780 * fs: fix file descriptor leak in sync functions (Ben Noordhuis)
1781
1782 * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
1783
1784
1785 2012.04.30 Version 0.6.16 (stable), a1d193963ddc80a27da5da01b59751e14e33d1d6
1786
1787 * Upgrade V8 to 3.6.6.25
1788
1789 * Upgrade npm to 1.1.19
1790
1791 * Windows: add mappings for UV_ENOENT (Bert Belder)
1792
1793 * linux: add IN_MOVE_SELF to inotify event mask (Ben Noordhuis)
1794
1795 * unix: call pipe handle connection cb on accept() error (Ben Noordhuis)
1796
1797 * unix: handle EWOULDBLOCK (Ben Noordhuis)
1798
1799 * map EWOULDBLOCK to UV_EAGAIN (Ben Noordhuis)
1800
1801 * Map ENOMEM to UV_ENOMEM (isaacs)
1802
1803 * Child process: support the `gid` and `uid` options (Bert Belder)
1804
1805 * test: cluster: add worker death event test (Ben Noordhuis)
1806
1807 * typo in node_http_parser (isaacs)
1808
1809 * http_parser: Eat CRLF between requests, even on connection:close. (Ben Noordhuis)
1810
1811 * don't check return value of unsetenv (Ben Noordhuis)
1812
1813
1814 2012.04.09 Version 0.6.15 (stable), f160a45b254e591eb33716311c92be533c6d86c4
1815
1816 * Update npm to 1.1.16
1817
1818 * Show licenses in binary installers.
1819
1820 * unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis)
1821
1822 * add 64bit offset fs functions (Igor Zinkovsky)
1823
1824 * windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)
1825
1826 * windows: backport pipe-connect-to-file fixes from master (Bert Belder)
1827
1828 * windows: never call fs event callbacks after closing the watcher (Bert Belder)
1829
1830 * fs.readFile: don't make the callback before the fd is closed (Bert Belder)
1831
1832 * windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky)
1833
1834 * Fix #2061: segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
1835
1836
1837 2012.03.22 Version 0.6.14 (stable), e513ffef7549a56a5af728e1f0c2c0c8f290518a
1838
1839 * net: don't crash when queued write fails (Igor Zinkovsky)
1840
1841 * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)
1842
1843 * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis)
1844
1845 * unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis)
1846
1847 * Add UV_ENOSPC and mappings to it (Bert Belder)
1848
1849 * http-parser: Fix response body is not read (koichik)
1850
1851 * Upgrade npm to 1.1.12
1852   - upgrade node-gyp to 0.3.7
1853   - work around AV-locked directories on Windows
1854   - Fix isaacs/npm#2293 Don't try to 'uninstall' /
1855   - Exclude symbolic links from packages.
1856   - Fix isaacs/npm#2275 Spurious 'unresolvable cycle' error.
1857   - Exclude/include dot files as if they were normal files
1858
1859
1860 2012.03.15 Version 0.6.13 (stable), 9f7f86b534f8556290eb8cad915984ff4ca54996
1861
1862 * Windows: Many libuv test fixes (Bert Belder)
1863
1864 * Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder)
1865
1866 * Map EBUSY and ENOTEMPTY errors (Bert Belder)
1867
1868 * Windows: include syscall in fs errors (Bert Belder)
1869
1870 * Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis)
1871
1872 * Update npm to 1.1.9
1873   - upgrade node-gyp to 0.3.5 (Nathan Rajlich)
1874   - Fix isaacs/npm#2249 Add cache-max and cache-min configs
1875   - Properly redirect across https/http registry requests
1876   - log config usage if undefined key in set function (Kris Windham)
1877   - Add support for os/cpu fields in package.json (Adam Blackburn)
1878   - Automatically node-gyp packages containing a binding.gyp
1879   - Fix failures unpacking in UNC shares
1880   - Never create un-listable directories
1881   - Handle cases where an optionalDependency fails to build
1882
1883
1884 2012.03.02 Version 0.6.12 (stable), 48a2d34cfe6b7e1c9d15202a4ef5e3c82d1fba35
1885
1886 * Upgrade V8 to 3.6.6.24
1887
1888 * dtrace ustack helper improvements (Dave Pacheco)
1889
1890 * API Documentation refactor (isaacs)
1891
1892 * #2827 net: fix race write() before and after connect() (koichik)
1893
1894 * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal)
1895
1896 * punycode: Update to v1.0.0 (Mathias Bynens)
1897
1898 * Make a fat binary for the OS X pkg (isaacs)
1899
1900 * Fix hang on accessing process.stdin (isaacs)
1901
1902 * repl: make tab completion work on non-objects (Nathan Rajlich)
1903
1904 * Fix fs.watch on OS X (Ben Noordhuis)
1905
1906 * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis)
1907
1908 * windows: fix time conversion in stat (Igor Zinkovsky)
1909
1910 * windows: fs: handle EOF in read (Brandon Philips)
1911
1912 * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)
1913
1914 * Upgrade npm to 1.1.4 (isaacs)
1915   - windows fixes
1916   - Bundle nested bundleDependencies properly
1917   - install: support --save with url install targets
1918   - shrinkwrap: behave properly with url-installed modules
1919   - support installing uncompressed tars or single file modules from urls etc.
1920   - don't run make clean on rebuild
1921   - support HTTPS-over-HTTP proxy tunneling
1922
1923
1924 2012.02.17 Version 0.6.11 (stable), 1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a
1925
1926 * http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
1927
1928 * http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
1929
1930 * windows: support unicode argv and environment variables (Bert Belder)
1931
1932 * tls: mitigate session renegotiation attacks (Ben Noordhuis)
1933
1934 * tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
1935
1936 * tls: Allow establishing secure connection on the existing socket (koichik)
1937
1938 * dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
1939
1940 * windows: Support half-duplex pipes (Igor Zinkovsky)
1941
1942 * build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
1943
1944 * debugger: fix --debug-brk (Ben Noordhuis)
1945
1946 * net: fix large file downloads failing (koichik)
1947
1948 * fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
1949
1950 * net: destroy socket on DNS error (Stefan Rusu)
1951
1952 * dtrace: add missing translator (Dave Pacheco)
1953
1954 * unix: don't flush tty on switch to raw mode (Ben Noordhuis)
1955
1956 * windows: reset brightness when reverting to default text color (Bert Belder)
1957
1958 * npm: update to 1.1.1
1959   - Update which, fstream, mkdirp, request, and rimraf
1960   - Fix #2123 Set path properly for lifecycle scripts on windows
1961   - Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
1962
1963
1964 2012.02.02, Version 0.6.10 (stable), 051908e023f87894fa68f5b64d0b99a19a7db01e
1965
1966 * Update V8 to 3.6.6.20
1967
1968 * Add npm msysgit bash shim to msi installer (isaacs)
1969
1970 * buffers: fix intermittent out of bounds error (Ben Noordhuis)
1971
1972 * buffers: honor length argument in base64 decoder (Ben Noordhuis)
1973
1974 * windows: Fix path.exists regression (Bert Belder)
1975
1976 * Make QueryString.parse run faster (Philip Tellis)
1977
1978 * http: avoid freeing http-parser objects too early (koichik)
1979
1980 * timers: add v0.4 compatibility hack (Ben Noordhuis)
1981
1982 * Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)
1983
1984 * dgram: Implement udp multicast methods on windows (Bert Belder)
1985
1986
1987 2012.01.27, Version 0.6.9 (stable), f19e20d33f57c4d2853aaea7d2724d44f3b0012f
1988
1989 * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordhuis)
1990   - Note: Windows UDP support not yet complete.
1991
1992 * http: Fix parser memory leak (koichik)
1993
1994 * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
1995
1996 * module: fix --debug-brk on symlinked scripts (Fedor Indutny)
1997
1998 * Documentation Restyling (Matthew Fitzsimmons)
1999
2000 * Update npm to 1.1.0-3 (isaacs)
2001
2002 * Windows: fix regression in stat() calls to C:\ (Bert Belder)
2003
2004
2005 2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645
2006
2007 * Update V8 to 3.6.6.19
2008
2009 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
2010
2011 * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
2012
2013 * path.extname bugfix with . and .. paths (Bert Belder)
2014
2015 * cluster: don't always kill the master on uncaughtException (Ben Noordhuis)
2016
2017 * Update npm to 1.1.0-2 (isaacs)
2018
2019 * typed arrays: set class name (Ben Noordhuis)
2020
2021 * zlib binding cleanup (isaacs, Bert Belder)
2022
2023 * dgram: use slab memory allocator (Michael Bernstein)
2024
2025 * fix segfault #2473
2026
2027 * #2521 60% improvement in fs.stat on Windows (Igor Zinkovsky)
2028
2029
2030 2012.01.06, Version 0.6.7 (stable), d5a189acef14a851287ee555f7a39431fe276e1c
2031
2032 * V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
2033
2034 * Upgrade V8 to 3.6.6.15
2035
2036 * Upgrade npm to 1.1.0-beta-10 (isaacs)
2037
2038 * many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
2039   Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
2040
2041 * Fix segfault in node_http_parser.cc
2042
2043 * dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kikuchi)
2044
2045 * repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
2046
2047 * #1980: Socket.pause null reference when called on a closed Stream (koichik)
2048
2049 * #2263: XMLHttpRequest piped in a writable file stream hang (koichik)
2050
2051 * #2069: http resource leak (koichik)
2052
2053 * buffer.readInt global pollution fix (Phil Sung)
2054
2055 * timers: fix performance regression (Ben Noordhuis)
2056
2057 * #2308, #2246: node swallows openssl error on request (koichik)
2058
2059 * #2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig)
2060
2061 * #2379: debugger: Request backtrace w/o refs (Fedor Indutny)
2062
2063 * simple DTrace ustack helper (Dave Pacheco)
2064
2065 * crypto: rewrite HexDecode without snprintf (Roman Shtylman)
2066
2067 * crypto: don't ignore DH init errors (Ben Noordhuis)
2068
2069
2070 2011.12.14, Version 0.6.6 (stable), 9a059ea69e1f6ebd8899246682d8ca257610b8ab
2071
2072 * npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
2073
2074 * cli: fix output of --help (Ben Noordhuis)
2075
2076 * new website
2077
2078 * pause/resume semantics for stdin (Isaac Z. Schlueter)
2079
2080 * Travis CI integration (Maciej Małecki)
2081
2082 * child_process: Fix bug regarding closed stdin (Ben Noordhuis)
2083
2084 * Enable upgrades in MSI. (Igor Zinkovsky)
2085
2086 * net: Fixes memory leak (Ben Noordhuis)
2087
2088 * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
2089
2090 * crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
2091
2092
2093 2011.12.04, Version 0.6.5 (stable), 6cc94db653a2739ab28e33b2d6a63c51bd986a9f
2094
2095 * npm workaround Windows antivirus software (isaacs)
2096
2097 * Upgrade V8 to 3.6.6.11
2098
2099
2100 2011.12.02, Version 0.6.4 (stable), 9170077f13e5e5475b23d1d3c2e7f69bfe139727
2101
2102 * doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens)
2103
2104 * upgrade bundled npm (Isaac Schlueter)
2105
2106 * polish Windows installer (Igor Zinkovsky, Isaac Schlueter)
2107
2108 * punycode: upgrade to v0.2.1 (Mathias Bynens)
2109
2110 * build: add –without-npm flag to configure script
2111
2112 * sys: deprecate module some more, print stack trace if NODE_DEBUG=sys
2113
2114 * cli: add -p switch, prints result of –eval
2115
2116 * #1997: fix Blowfish ECB encryption and decryption (Ingmar Runge)
2117
2118 * #2223: fix socket ‘close’ event being emitted twice
2119
2120 * #2224: fix RSS memory usage > 4 GB reporting (Russ Bradberry)
2121
2122 * #2225: fix util.inspect() object stringification bug (Nathan Rajlich)
2123
2124
2125 2011.11.25, Version 0.6.3 (stable), b159c6d62e5756d3f8847419d29c6959ea288b56
2126
2127 * #2083 Land NPM in Node. It is included in packages/installers and installed
2128   on `make install`.
2129
2130 * #2076 Add logos to windows installer.
2131
2132 * #1711 Correctly handle http requests without headers. (Ben Noordhuis,
2133   Felix Geisendörfer)
2134
2135 * TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)
2136
2137 * #2177 Windows: don't kill UDP socket when a packet fails to reach its
2138   destination. (Bert Belder)
2139
2140 * Windows: support paths longer than 260 characters. (Igor Zinkovsky)
2141
2142 * Windows: correctly resolve drive-relative paths. (Bert Belder)
2143
2144 * #2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter)
2145
2146 * #2084 Add OS X .pkg build script to make file.
2147
2148 * #2160 Documentation improvements. (Ben Noordhuis)
2149
2150
2151 2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8
2152
2153 * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
2154
2155 * timers: remember extra setTimeout() arguments when timeout==0
2156
2157 * punycode: use Mathias Bynens's punycode library, it's more compliant
2158
2159 * repl: improved tab completion (Ryan Emery)
2160
2161 * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
2162
2163 * tls: make cipher list configurable
2164
2165 * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder)
2166
2167 * crypto: add PKCS#1 a.k.a RSA public key verification support
2168
2169 * windows: fix stdout writes when redirected to nul
2170
2171 * sunos: fix build on Solaris and Illumos
2172
2173 * Upgrade V8 to 3.6.6.8
2174
2175
2176 2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b
2177
2178 * doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
2179
2180 * crypto: make thread-safe (Ben Noordhuis)
2181
2182 * fix process.kill error object
2183
2184 * debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu)
2185
2186 * make stdout and stderr non-destroyable (Igor Zinkovsky)
2187
2188 * fs: don't close uninitialized fs.watch handle (Ben Noordhuis)
2189
2190 * #2026 fix man page install on BSDs (Ben Noordhuis)
2191
2192 * #2040 fix unrecognized errno assert in uv_err_name
2193
2194 * #2043 fs: mkdir() should call callback if mode is omitted
2195
2196 * #2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero)
2197
2198 * #2047 minor cluster improvements
2199
2200 * #2052 readline get window columns correctly
2201
2202 * Upgrade V8 to 3.6.6.7
2203
2204
2205 2011.11.04, Version 0.6.0 (stable), 865b077819a9271a29f982faaef99dc635b57fbc
2206
2207 * print undefined on undefined values in REPL (Nathan Rajlich)
2208
2209 * doc improvements (koichik, seebees, bnoordhuis,
2210   Maciej Małecki, Jacob Kragh)
2211
2212 * support native addon loading in windows (Bert Belder)
2213
2214 * rename getNetworkInterfaces() to networkInterfaces() (bnoordhuis)
2215
2216 * add pending accepts knob for windows (igorzi)
2217
2218 * http.request(url.parse(x)) (seebees)
2219
2220 * #1929 zlib Respond to 'resume' events properly (isaacs)
2221
2222 * stream.pipe: Remove resume and pause events
2223
2224 * test fixes for windows (igorzi)
2225
2226 * build system improvements (bnoordhuis)
2227
2228 * #1936 tls: does not emit 'end' from EncryptedStream (koichik)
2229
2230 * #758 tls: add address(), remoteAddress/remotePort
2231
2232 * #1399 http: emit Error object after .abort() (bnoordhuis)
2233
2234 * #1999 fs: make mkdir() default to 0777 permissions (bnoordhuis)
2235
2236 * #2001 fix pipe error codes
2237
2238 * #2002 Socket.write should reset timeout timer
2239
2240 * stdout and stderr are blocking when associated with file too.
2241
2242 * remote debugger support on windows (Bert Belder)
2243
2244 * convenience methods for zlib (Matt Robenolt)
2245
2246 * process.kill support on windows (igorzi)
2247
2248 * process.uptime() support on windows (igorzi)
2249
2250 * Return IPv4 addresses before IPv6 addresses from getaddrinfo
2251
2252 * util.inspect improvements (Nathan Rajlich)
2253
2254 * cluster module api changes
2255
2256 * Downgrade V8 to 3.6.6.6
2257
2258
2259 2011.10.21, Version 0.5.10 (unstable), 220e61c1f65bf4db09699fcf6399c0809c0bc446
2260
2261 * Remove cmake build system, support for Cygwin, legacy code base,
2262         process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
2263
2264 * Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
2265 koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
2266
2267 * Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
2268
2269 * Long process.title support (Ben Noordhuis)
2270
2271 * net: register net.Server callback only once (Simen Brekken)
2272
2273 * net: fix connect queue bugs (Ben Noordhuis)
2274
2275 * debugger: fix backtrace err handling (Fedor Indutny)
2276
2277 * Use getaddrinfo instead of c-ares for dns.lookup
2278
2279 * Emit 'end' from crypto streams on close
2280
2281 * #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
2282
2283 * #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
2284
2285 * #1644 add GetCPUInfo on windows (Karl Skomski)
2286
2287 * #1484, #1834, #1482, #771 Don't use a separate context for the repl.
2288   (isaacs)
2289
2290 * #1882 zlib Update 'availOutBefore' value, and test (isaacs)
2291
2292 * #1888 child_process.fork: don't modify args (koichik)
2293
2294 * #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
2295
2296 * #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
2297
2298 * #1894 net: fix error handling in listen() (koichik)
2299
2300 * #1860 console.error now goes through uv_tty_t
2301
2302 * Upgrade V8 to 3.7.0
2303
2304 * Upgrade GYP to r1081
2305
2306
2307 2011.10.10, Version 0.5.9 (unstable), 3bd9b08fb125b606f97a4079b147accfdeebb07d
2308
2309 * fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW
2310   (Igor Zinkovsky, Ben Noordhuis)
2311
2312 * add dns.resolveTxt (Christian Tellnes)
2313
2314 * Remove legacy http library (Ben Noordhuis)
2315
2316 * child_process.fork returns and works on Windows. Allows passing handles.
2317   (Igor Zinkovsky, Bert Belder)
2318
2319 * #1774 Lint and clean up for --harmony_block_scoping (Tyler Larson, Colton
2320   Baker)
2321
2322 * #1813 Fix ctrl+c on Windows (Bert Belder)
2323
2324 * #1844 unbreak --use-legacy (Ben Noordhuis)
2325
2326 * process.stderr now goes through libuv. Both process.stdout and
2327   process.stderr are blocking when referencing a TTY.
2328
2329 * net_uv performance improvements (Ben Noordhuis, Bert Belder)
2330
2331
2332 2011.09.30, Version 0.5.8 (unstable), 7cc17a0cea1d25188c103745a7d0c24375e3a609
2333
2334 * zlib bindings (isaacs)
2335
2336 * Windows supports TTY ANSI escape codes (Bert Belder)
2337
2338 * Debugger improvements (Fedor Indutny)
2339
2340 * crypto: look up SSL errors with ERR_print_errors() (Ben Noordhuis)
2341
2342 * dns callbacks go through MakeCallback now
2343
2344 * Raise an error when a malformed package.json file is found. (Ben Leslie)
2345
2346 * buffers: handle bad length argument in constructor (Ben Noordhuis)
2347
2348 * #1726, unref process.stdout
2349
2350 * Doc improvements (Ben Noordhuis, Fedor Indutny, koichik)
2351
2352 * Upgrade libuv to fe18438
2353
2354
2355 2011.09.16, Version 0.5.7 (unstable), 558241166c4f3c516e5a448e676db0b57119212f
2356
2357 * Upgrade V8 to 3.6.4
2358
2359 * Improve Windows compatibility
2360
2361 * Documentation improvements
2362
2363 * Debugger and REPL improvements (Fedor Indutny)
2364
2365 * Add legacy API support: net.Stream(fd), process.stdout.writable,
2366   process.stdout.fd
2367
2368 * Fix mkdir EEXIST handling (isaacs)
2369
2370 * Use net_uv instead of net_legacy for stdio
2371
2372 * Do not load readline from util.inspect
2373
2374 * #1673 Fix bug related to V8 context with accessors (Fedor Indutny)
2375
2376 * #1634 util: Fix inspection for Error (koichik)
2377
2378 * #1645 fs: Add positioned file writing feature to fs.WriteStream (Thomas
2379   Shinnick)
2380
2381 * #1637 fs: Unguarded fs.watchFile cache statWatchers checking fixed (Thomas
2382   Shinnick)
2383
2384 * #1695 Forward customFds to ChildProcess.spawn
2385
2386 * #1707 Fix hasOwnProperty security problem in querystring (isaacs)
2387
2388 * #1719 Drain OpenSSL error queue
2389
2390
2391 2011.09.08, Version 0.5.6 (unstable), b49bec55806574a47403771bce1ee379c2b09ca2
2392
2393 * #345, #1635, #1648 Documentation improvements (Thomas Shinnick,
2394   Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth,
2395   Ben Noordhuis)
2396
2397 * #650 Improve path parsing on windows (Bert Belder)
2398
2399 * #752 Remove headers sent check in OutgoingMessage.getHeader()
2400   (Peter Lyons)
2401
2402 * #1236, #1438, #1506, #1513, #1621, #1640, #1647 Libuv-related bugs fixed
2403   (Jorge Chamorro Bieling, Peter Bright, Luis Lavena, Igor Zinkovsky)
2404
2405 * #1296, #1612 crypto: Fix BIO's usage. (Koichi Kobayashi)
2406
2407 * #1345 Correctly set socket.remoteAddress with libuv backend (Bert Belder)
2408
2409 * #1429 Don't clobber quick edit mode on windows (Peter Bright)
2410
2411 * #1503 Make libuv backend default on unix, override with `node --use-legacy`
2412
2413 * #1565 Fix fs.stat for paths ending with \ on windows (Igor Zinkovsky)
2414
2415 * #1568 Fix x509 certificate subject parsing (Koichi Kobayashi)
2416
2417 * #1586 Make socket write encoding case-insensitive (Koichi Kobayashi)
2418
2419 * #1591, #1656, #1657 Implement fs in libuv, remove libeio and pthread-win32
2420   dependency on windows (Igor Zinkovsky, Ben Noordhuis, Ryan Dahl,
2421   Isaac Schlueter)
2422
2423 * #1592 Don't load-time link against CreateSymbolicLink on windows
2424   (Peter Bright)
2425
2426 * #1601 Improve API consistency when dealing with the socket underlying a HTTP
2427   client request (Mikeal Rogers)
2428
2429 * #1610 Remove DigiNotar CA from trusted list (Isaac Schlueter)
2430
2431 * #1617 Added some win32 os functions (Karl Skomski)
2432
2433 * #1624 avoid buffer overrun with 'binary' encoding (Koichi Kobayashi)
2434
2435 * #1633 make Buffer.write() always set _charsWritten (Koichi Kobayashi)
2436
2437 * #1644 Windows: set executables to be console programs (Peter Bright)
2438
2439 * #1651 improve inspection for sparse array (Koichi Kobayashi)
2440
2441 * #1672 set .code='ECONNRESET' on socket hang up errors (Ben Noordhuis)
2442
2443 * Add test case for foaf+ssl client certificate (Niclas Hoyer)
2444
2445 * Added RPATH environment variable to override run-time library paths
2446   (Ashok Mudukutore)
2447
2448 * Added TLS client-side session resumption support (Sean Cunningham)
2449
2450 * Added additional properties to getPeerCertificate (Nathan Rixham,
2451   Niclas Hoyer)
2452
2453 * Don't eval repl command twice when an error is thrown (Nathan Rajlich)
2454
2455 * Improve util.isDate() (Nathan Rajlich)
2456
2457 * Improvements in libuv backend and bindings, upgrade libuv to
2458   bd6066cb349a9b3a1b0d87b146ddaee06db31d10
2459
2460 * Show warning when using lib/sys.js (Maciej Malecki)
2461
2462 * Support plus sign in url protocol (Maciej Malecki)
2463
2464 * Upgrade V8 to 3.6.2
2465
2466
2467 2011.08.26, Version 0.5.5 (unstable), d2d53d4bb262f517a227cc178a1648094ba54c20
2468
2469 * typed arrays, implementation from Plesk
2470
2471 * fix IP multicast on SunOS
2472
2473 * fix DNS lookup order: IPv4 first, IPv6 second (--use-uv only)
2474
2475 * remove support for UNIX datagram sockets (--use-uv only)
2476
2477 * UDP support for Windows (Bert Belder)
2478
2479 * #1572 improve tab completion for objects in the REPL (Nathan Rajlich)
2480
2481 * #1563 fix buffer overflow in child_process module (reported by Dean McNamee)
2482
2483 * #1546 fix performance regression in http module (reported by Brian Geffon)
2484
2485 * #1491 add PBKDF2 crypto support (Glen Low)
2486
2487 * #1447 remove deprecated http.cat() function (Mikeal Rogers)
2488
2489 * #1140 fix incorrect dispatch of vm.runInContext's filename argument
2490   (Antranig Basman)
2491
2492 * #1140 document vm.runInContext() and vm.createContext() (Antranig Basman)
2493
2494 * #1428 fix os.freemem() on 64 bits freebsd (Artem Zaytsev)
2495
2496 * #1164 make all DNS lookups async, fixes uncatchable exceptions
2497   (Koichi Kobayashi)
2498
2499 * fix incorrect ssl shutdown check (Tom Hughes)
2500
2501 * various cmake fixes (Tom Hughes)
2502
2503 * improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny,
2504   Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye)
2505
2506 * upgrade libuv to commit 835782a
2507
2508 * upgrade V8 to 3.5.8
2509
2510
2511 2011.08.12, Version 0.5.4 (unstable), cfba1f59224ff8602c3fe9145181cad4c6df89a9
2512
2513 * libuv/Windows compatibility improvements
2514
2515 * Build on Microsoft Visual Studio via GYP. Use generate-projects.bat in the
2516   to build sln files. (Peter Bright, Igor Zinkovsky)
2517
2518 * Make Mikeal's HTTP agent client the default. Use old HTTP client with
2519   --use-http1
2520
2521 * Fixes https host header default port handling. (Mikeal Rogers)
2522
2523 * #1440 strip byte order marker when loading *.js and *.json files
2524   (Ben Noordhuis)
2525
2526 * #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
2527
2528 * Provide unchecked uint entry points for integer Buffer.read/writeInt
2529   methods. (Robert Mustacchi)
2530
2531 * CMake improvements (Tom Huges)
2532
2533 * Upgrade V8 to 3.5.4.
2534
2535
2536 2011.08.01, Version 0.5.3 (unstable), 4585330afef44ddfb6a4054bd9b0f190b352628b
2537
2538 * Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
2539
2540 * #243 Add an optional length argument to Buffer.write() (koichik)
2541
2542 * #657 convert nonbuffer data to string in fs.writeFile/Sync
2543   (Daniel Pihlström)
2544
2545 * Add process.features, remove process.useUV (Ben Noordhuis)
2546
2547 * #324 Fix crypto hmac to accept binary keys + add test cases from rfc 2202
2548   and 4231 (Stefan Bühler)
2549
2550 * Add Socket::bytesRead, Socket::bytesWritten (Alexander Uvarov)
2551
2552 * #572 Don't print result of --eval in CLI (Ben Noordhuis)
2553
2554 * #1223 Fix http.ClientRequest crashes if end() was called twice (koichik)
2555
2556 * #1383 Emit 'close' after all connections have closed (Felix Geisendörfer)
2557
2558 * Add sprintf-like util.format() function (Ben Noordhuis)
2559
2560 * Add support for TLS SNI (Fedor Indutny)
2561
2562 * New http agent implementation. Off by default the command line flag
2563   --use-http2 will enable it. "make test-http2" will run the tests
2564         for the new implementation. (Mikeal Rogers)
2565
2566 * Revert AMD compatibility. (isaacs)
2567
2568 * Windows: improvements, child_process support.
2569
2570 * Remove pkg-config file.
2571
2572 * Fix startup time regressions.
2573
2574 * doc improvements
2575
2576
2577 2011.07.22, Version 0.5.2 (unstable), 08ffce1a00dde1199174b390a64a90b60768ddf5
2578
2579 * libuv improvements; named pipe support
2580
2581 * #1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis)
2582
2583 * #1348 remove require.paths (isaacs)
2584
2585 * #1349 Delimit NODE_PATH with ; on Windows (isaacs)
2586
2587 * #1335 Remove EventEmitter from C++
2588
2589 * #1357 Load json files with require() (isaacs)
2590
2591 * #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
2592
2593 * Fixed: GC was being run too often.
2594
2595 * Upgrade V8 to 3.4.14
2596
2597 * doc improvements
2598
2599
2600 2011.07.14, Version 0.5.1 (unstable), f8bfa54d0fa509f9242637bef2869a1b1e842ec8
2601
2602 * #1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)
2603
2604 * #1149 IDNA and Punycode support in url.parse
2605   (Jeremy Selier, Ben Noordhuis, isaacs)
2606
2607 * Export $CC and $CXX to uv and V8's build systems
2608
2609 * Include pthread-win32 static libraries in build (Igor Zinkovsky)
2610
2611 * #1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)
2612
2613 * #1281 Make require a public member of module (isaacs)
2614
2615 * #1303 Stream.pipe returns the destination (Elijah Insua)
2616
2617 * #1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)
2618
2619 * libuv backend improvements
2620
2621 * Upgrade V8 to 3.4.10
2622
2623
2624 2011.07.05, Version 0.5.0 (unstable), ae7ed8482ea7e53c59acbdf3cf0e0a0ae9d792cd
2625
2626 * New non-default libuv backend to support IOCP on Windows.
2627   Use --use-uv to enable.
2628
2629 * deprecate http.cat
2630
2631 * docs improved.
2632
2633 * add child_process.fork
2634
2635 * add fs.utimes() and fs.futimes() support (Ben Noordhuis)
2636
2637 * add process.uptime() (Tom Huges)
2638
2639 * add path.relative (Tony Huang)
2640
2641 * add os.getNetworkInterfaces()
2642
2643 * add remoteAddress and remotePort for client TCP connections
2644   (Brian White)
2645
2646 * add secureOptions flag, setting ciphers,
2647   SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
2648
2649 * add process.arch (Nathan Rajlich)
2650
2651 * add reading/writing of floats and doubles from/to buffers (Brian White)
2652
2653 * Allow script to be read from stdin
2654
2655 * #477 add Buffer::fill method to do memset (Konstantin Käfer)
2656
2657 * #573 Diffie-Hellman support to crypto module (Håvard Stranden)
2658
2659 * #695 add 'hex' encoding to buffer (isaacs)
2660
2661 * #851 Update how REPLServer uses contexts (Ben Weaver)
2662
2663 * #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
2664
2665 * #889 Allow to remove all EventEmitter listeners at once
2666   (Felix Geisendörfer)
2667
2668 * #926 OpenSSL NPN support (Fedor Indutny)
2669
2670 * #955 Change ^C handling in REPL (isaacs)
2671
2672 * #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
2673
2674 * #1173 #1170 add AMD, asynchronous module definition (isaacs)
2675
2676 * DTrace probes: support X-Forwarded-For (Dave Pacheco)
2677
2678
2679 2011.09.15, Version 0.4.12 (stable), 771ba34ca7b839add2ef96879e1ffc684813cf7c
2680
2681 * Improve docs
2682
2683 * #1563 overflow in ChildProcess custom_fd.
2684
2685 * #1569, parse error on multi-line HTTP headers. (Ben Noordhuis)
2686
2687 * #1586 net: Socket write encoding case sensitivity (koichik)
2688
2689 * #1610 Remove DigiNotar CA from trusted list (isaacs)
2690
2691 * #1624 buffer: Avoid overrun with 'binary' encoding. (koichik)
2692
2693 * #1633 buffer: write() should always set _charsWritten. (koichik)
2694
2695 * #1707 hasOwnProperty usage security hole in querystring (isaacs)
2696
2697 * #1719 Drain OpenSSL error queue
2698
2699 * Fix error reporting in net.Server.listen
2700
2701
2702 2011.08.17, Version 0.4.11 (stable), a745d19ce7d1c0e3778371af4f0346be70cf2c8e
2703
2704 * #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
2705
2706 * #1202 net.createConnection defer DNS lookup error events to next tick
2707   (Ben Noordhuis)
2708
2709 * #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
2710
2711 * #1417 Fix http.ClientRequest crashes if end() was called twice
2712
2713 * #1497 querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)
2714
2715 * #1546 http perf improvement
2716
2717 * fix memleak in libeio (Tom Hughes)
2718
2719 * cmake improvements (Tom Hughes)
2720
2721 * node_net.cc: fix incorrect sizeof() (Tom Hughes)
2722
2723 * Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
2724
2725 * Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
2726
2727
2728 2011.07.19, Version 0.4.10 (stable), 1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5
2729
2730 * #394 Fix Buffer drops last null character in UTF-8
2731
2732 * #829 Backport r8577 from V8 (Ben Noordhuis)
2733
2734 * #877 Don't wait for HTTP Agent socket pool to establish connections.
2735
2736 * #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
2737
2738 * #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
2739
2740 * #1274 debugger improvement (Yoshihiro Kikuchi)
2741
2742 * #1291 Properly respond to HEAD during end(body) hot path (Reid Burke)
2743
2744 * #1304 TLS: Fix race in abort/connection code (Stefan Rusu)
2745
2746 * #1360 Allow _ in url hostnames.
2747
2748 * Revert 37d529f8 - unbreaks debugger command parsing.
2749
2750 * Bring back global execScript
2751
2752 * Doc improvements
2753
2754
2755 2011.06.29, Version 0.4.9 (stable), de44eafd7854d06cd85006f509b7051e8540589b
2756
2757 * Improve documentation
2758
2759 * #1095 error handling bug in stream.pipe() (Felix Geisendörfer)
2760
2761 * #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)
2762
2763 * #562 #1078 Parse file:// urls properly (Ryan Petrello)
2764
2765 * #880 Option to disable SSLv2 (Jérémy Lal)
2766
2767 * #1087 Disabling SSL compression disabled with early OpenSSLs.
2768
2769 * #1144 debugger: don't allow users to input non-valid commands
2770   (Siddharth Mahendraker)
2771
2772 * Perf improvement for util.inherits
2773
2774 * #1166 Support for signature verification with RSA/DSA public keys
2775   (Mark Cavage)
2776
2777 * #1177 Remove node_modules lookup optimization to better support
2778   nested project structures (Mathias Buus)
2779
2780 * #1203 Add missing scope.Close to fs.sendfileSync
2781
2782 * #1187 Support multiple 'link' headers
2783
2784 * #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)
2785
2786 * Upgrade V8 to 3.1.8.25, upgrade http-parser.
2787
2788
2789 2011.05.20, Version 0.4.8 (stable), 7dd22c26e4365698dc3efddf138c4d399cb912c8
2790
2791 * #974 Properly report traceless errors (isaacs)
2792
2793 * #983 Better JSON.parse error detection in REPL (isaacs)
2794
2795 * #836 Agent socket errors bubble up to req only if req exists
2796
2797 * #1041 Fix event listener leak check timing (koichik)
2798
2799 *       #1038 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
2800   (koichik)
2801
2802 * #1073 Share SSL context between server connections (Fedor Indutny)
2803
2804 * Disable compression with OpenSSL. Improves memory perf.
2805
2806 * Implement os.totalmem() and os.freemem() for SunOS (Alexandre Marangone)
2807
2808 * Fix a special characters in URL regression (isaacs)
2809
2810 * Fix idle timeouts in HTTPS (Felix Geisendörfer)
2811
2812 * SlowBuffer.write() with 'ucs2' throws ReferenceError. (koichik)
2813
2814 * http.ServerRequest 'close' sometimes gets an error argument
2815   (Felix Geisendörfer)
2816
2817 * Doc improvements
2818
2819 * cleartextstream.destroy() should close(2) the socket. Previously was being
2820         mapped to a shutdown(2) syscall.
2821
2822 * No longer compile out asserts and debug statements in normal build.
2823
2824 * Debugger improvements.
2825
2826 * Upgrade V8 to 3.1.8.16.
2827
2828
2829 2011.04.22, Version 0.4.7 (stable), c85455a954411b38232e79752d4abb61bb75031b
2830
2831 * Don't emit error on ECONNRESET from read() #670
2832
2833 * Fix: Multiple pipes to the same stream were broken #929
2834   (Felix Geisendörfer)
2835
2836 * URL parsing/formatting corrections #954 (isaacs)
2837
2838 * make it possible to do repl.start('', stream) (Wade Simmons)
2839
2840 * Add os.loadavg for SunOS (Robert Mustacchi)
2841
2842 * Fix timeouts with floating point numbers #897 (Jorge Chamorro Bieling)
2843
2844 * Improve docs.
2845
2846
2847 2011.04.13, Version 0.4.6 (stable), 58002d56bc79410c5ff397fc0e1ffec0665db38a
2848
2849 * Don't error on ENOTCONN from shutdown() #670
2850
2851 * Auto completion of built-in debugger suggests prefix match rather than
2852         partial match. (koichik)
2853
2854 * circular reference in vm modules. #822 (Jakub Lekstan)
2855
2856 * http response.readable should be false after 'end' #867 (Abe Fettig)
2857
2858 * Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
2859
2860 * fs.ReadStream: Allow omission of end option for range reads #801
2861         (Felix Geisendörfer)
2862
2863 * Buffer.write() with UCS-2 should not be write partial char
2864         #916 (koichik)
2865
2866 * Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
2867
2868 * TLS use RC4-SHA by default
2869
2870 * Don't strangely drop out of event loop on HTTPS client uploads #892
2871
2872 * Doc improvements
2873
2874 * Upgrade v8 to 3.1.8.10
2875
2876
2877 2011.04.01, Version 0.4.5 (stable), 787a343b588de26784fef97f953420b53a6e1d73
2878
2879 * Fix listener leak in stream.pipe() (Mikeal Rogers)
2880
2881 * Retain buffers in fs.read/write() GH-814 (Jorge Chamorro Bieling)
2882
2883 * TLS performance improvements
2884
2885 * SlowBuffer.prototype.slice bug GH-843
2886
2887 * process.stderr.write should return true
2888
2889 * Immediate pause/resume race condition GH-535 (isaacs)
2890
2891 * Set default host header properly GH-721 (isaacs)
2892
2893 * Upgrade V8 to 3.1.8.8
2894
2895
2896 2011.03.26, Version 0.4.4 (stable), 25122b986a90ba0982697b7abcb0158c302a1019
2897
2898 * CryptoStream.end shouldn't throw if not writable GH-820
2899
2900 * Drop out if connection destroyed before connect() GH-819
2901
2902 * expose https.Agent
2903
2904 * Correctly setsid in tty.open GH-815
2905
2906 * Bug fix for failed buffer construction
2907
2908 * Added support for removing .once listeners (GH-806)
2909
2910 * Upgrade V8 to 3.1.8.5
2911
2912
2913 2011.03.18, Version 0.4.3 (stable), c095ce1a1b41ca015758a713283bf1f0bd41e4c4
2914
2915 * Don't decrease server connection counter again if destroy() is called more
2916         than once GH-431 (Andreas Reich, Anders Conbere)
2917
2918 * Documentation improvements (koichik)
2919
2920 * Fix bug with setMaxListeners GH-682
2921
2922 * Start up memory footprint improvement. (Tom Hughes)
2923
2924 * Solaris improvements.
2925
2926 * Buffer::Length(Buffer*) should not invoke itself recursively GH-759 (Ben
2927   Noordhuis)
2928
2929 * TLS: Advertise support for client certs GH-774 (Theo Schlossnagle)
2930
2931 * HTTP Agent bugs: GH-787, GH-784, GH-803.
2932
2933 * Don't call GetMemoryUsage every 5 seconds.
2934
2935 * Upgrade V8 to 3.1.8.3
2936
2937
2938 2011.03.02, Version 0.4.2 (stable), 39280e1b5731f3fcd8cc42ad41b86cdfdcb6d58b
2939
2940 * Improve docs.
2941
2942 * Fix process.on edge case with signal event (Alexis Sellier)
2943
2944 * Pragma HTTP header comma separation
2945
2946 * In addition to 'aborted' emit 'close' from incoming requests
2947   (Felix Geisendörfer)
2948
2949 * Fix memleak in vm.runInNewContext
2950
2951 * Do not cache modules that throw exceptions (Felix Geisendörfer)
2952
2953 * Build system changes for libnode (Aria Stewart)
2954
2955 * Read up the prototype of the 'env' object. (Nathan Rajlich)
2956
2957 * Add 'close' and 'aborted' events to Agent responses
2958
2959 * http: fix missing 'drain' events (Russell Haering)
2960
2961 * Fix process.stdout.end() throws ENOTSOCK error. (Koichi Kobayashi)
2962
2963 * REPL bug fixes (isaacs)
2964
2965 * node_modules folders should be highest priority (isaacs)
2966
2967 * URL parse more safely (isaacs)
2968
2969 * Expose errno with a string for dns/cares (Felix Geisendörfer)
2970
2971 * Fix tty.setWindowSize
2972
2973 * spawn: setuid after chdir (isaacs)
2974
2975 * SIGUSR1 should break the VM without delay
2976
2977 * Upgrade V8 to 3.1.8.
2978
2979
2980 2011.02.19, Version 0.4.1 (stable), e8aef84191bc2c1ba2bcaa54f30aabde7f03769b
2981
2982 * Fixed field merging with progressive fields on writeHead()
2983   (TJ Holowaychuk)
2984
2985 * Make the repl respect node_modules folders (isaacs)
2986
2987 * Fix for DNS fail in HTTP request (Richard Rodger)
2988
2989 * Default to port 80 for http.request and http.get.
2990
2991 * Improve V8 support for Cygwin (Bert Belder)
2992
2993 * Fix fs.open param parsing. (Felix Geisendörfer)
2994
2995 * Fixed null signal.
2996
2997 * Fix various HTTP and HTTPS bugs
2998
2999 * cmake improvements (Tom Hughes)
3000
3001 * Fix: TLS sockets should not be writable after 'end'
3002
3003 * Fix os.cpus() on cygwin (Brian White)
3004
3005 * MinGW: OpenSSL support (Bert Belder)
3006
3007 * Upgrade V8 to 3.1.5, libev to 4.4.
3008
3009
3010 2011.02.10, Version 0.4.0 (stable), eb155ea6f6a6aa341aa8c731dca8da545c6a4008
3011
3012 * require() improvements (isaacs)
3013   - understand package.json (isaacs)
3014   - look for 'node_modules' dir
3015
3016 * cmake fixes (Daniel Gröber)
3017
3018 * http: fix buffer writes to outgoing messages (Russell Haering)
3019
3020 * Expose UCS-2 Encoding (Konstantin Käfer)
3021
3022 * Support strings for octal modes (isaacs)
3023
3024 * Support array-ish args to Buffer ctor (isaacs)
3025
3026 * cygwin and mingw improvements (Bert Belder)
3027
3028 * TLS improvements
3029
3030 * Fewer syscalls during require (Bert Belder, isaacs)
3031
3032 * More DTrace probes (Bryan Cantrill,  Robert Mustacchi)
3033
3034 * 'pipe' event on pipe() (Mikeal Rogers)
3035
3036 * CRL support in TLS (Theo Schlossnagle)
3037
3038 * HTTP header manipulation methods (Tim Caswell, Charlie Robbins)
3039
3040 * Upgrade V8 to 3.1.2
3041
3042
3043 2011.02.04, Version 0.3.8 (unstable), 9493b7563bff31525b4080df5aeef09747782d5e
3044
3045 * Add req.abort() for client side requests.
3046
3047 * Add exception.code for easy testing:
3048   Example: if (err.code == 'EADDRINUSE');
3049
3050 * Add process.stderr.
3051
3052 * require.main is the main module. (Isaac Schlueter)
3053
3054 * dgram: setMulticastTTL, setMulticastLoopback and addMembership.
3055   (Joe Walnes)
3056
3057 * Fix throttling in TLS connections
3058
3059 * Add socket.bufferSize
3060
3061 * MinGW improvements (Bert Belder)
3062
3063 * Upgrade V8 to 3.1.1
3064
3065 2011.01.27, Version 0.3.7 (unstable), d8579c6afdbe868de6dffa8db78bbe4ba2d03e0e
3066
3067 * Expose agent in http and https client. (Mikeal Rogers)
3068
3069 * Fix bug in http request's end method. (Ali Farhadi)
3070
3071 * MinGW: better net support (Bert Belder)
3072
3073 * fs.open should set FD_CLOEXEC
3074
3075 * DTrace probes (Bryan Cantrill)
3076
3077 * REPL fixes and improvements (isaacs, Bert Belder)
3078
3079 * Fix many bugs with legacy http.Client interface
3080
3081 * Deprecate process.assert. Use require('assert').ok
3082
3083 * Add callback parameter to socket.setTimeout(). (Ali Farhadi)
3084
3085 * Fixing bug in http request default encoding (Ali Farhadi)
3086
3087 * require: A module ID with a trailing slash must be a dir.
3088   (isaacs)
3089
3090 * Add ext_key_usage to getPeerCertificate (Greg Hughes)
3091
3092 * Error when child_process.exec hits maxBuffer.
3093
3094 * Fix option parsing in tls.connect()
3095
3096 * Upgrade to V8 3.0.10
3097
3098
3099 2011.01.21, Version 0.3.6 (unstable), bb3e71466e5240626d9d21cf791fe43e87d90011
3100
3101 * REPL and other improvements on MinGW (Bert Belder)
3102
3103 * listen/bind errors should close net.Server
3104
3105 * New HTTP and HTTPS client APIs
3106
3107 * Upgrade V8 to 3.0.9
3108
3109
3110 2011.01.16, Version 0.3.5 (unstable), b622bc6305e3c675e0edfcdbaa387d849ad0bba0
3111
3112 * Built-in debugger improvements.
3113
3114 * Add setsid, setuid, setgid options to child_process.spawn
3115   (Isaac Schlueter)
3116
3117 * tty module improvements.
3118
3119 * Upgrade libev to 4.3, libeio to latest, c-ares to 1.7.4
3120
3121 * Allow third party hooks before main module load.
3122   (See 496be457b6a2bc5b01ec13644b9c9783976159b2)
3123
3124 * Don't stat() on cached modules. (Felix Geisendörfer)
3125
3126
3127 2011.01.08, Version 0.3.4 (unstable), 73f53e12e4a5b9ef7dbb4792bd5f8ad403094441
3128
3129 * Primordial mingw build (Bert Belder)
3130
3131 * HTTPS server
3132
3133 * Built in debugger 'node debug script.js'
3134
3135 * realpath files during module load (Mihai Călin Bazon)
3136
3137 * Rename net.Stream to net.Socket (existing name will continue to be
3138   supported)
3139
3140 * Fix process.platform
3141
3142
3143 2011.01.02, Version 0.3.3 (unstable), 57544ba1c54c7d0da890317deeb73076350c5647
3144
3145 * TLS improvements.
3146
3147 * url.parse(url, true) defaults query field to {} (Jeremy Martin)
3148
3149 * Upgrade V8 to 3.0.4
3150
3151 * Handle ECONNABORT properly (Theo Schlossnagle)
3152
3153 * Fix memory leaks (Tom Hughes)
3154
3155 * Add os.cpus(), os.freemem(), os.totalmem(), os.loadavg() and other
3156   functions for OSX, Linux, and Cygwin. (Brian White)
3157
3158 * Fix REPL syntax error bug (GH-543), improve how REPL commands are
3159   evaluated.
3160
3161 * Use process.stdin instead of process.openStdin().
3162
3163 * Disable TLS tests when node doesn't have OpenSSL.
3164
3165
3166 2010.12.16, Version 0.3.2 (unstable), 4bb914bde9f3c2d6de00853353b6b8fc9c66143a
3167
3168 * Rip out the old (broken) TLS implementation introduce new tested
3169   implementation and API. See docs. HTTPS not supported in this release.
3170
3171 * Introduce 'os' and 'tty' modules.
3172
3173 * Callback parameters for socket.write() and socket.connect().
3174
3175 * Support CNAME lookups in DNS module. (Ben Noordhuis)
3176
3177 * cmake support (Tom Hughes)
3178
3179 * 'make lint'
3180
3181 * oprofile support (./configure --oprofile)
3182
3183 * Lots of bug fixes, including:
3184   - Memory leak in ChildProcess:Spawn(). (Tom Hughes)
3185   - buffer.slice(0, 0)
3186   - Global variable leaks
3187   - clearTimeouts calling multiple times (Michael W)
3188   - utils.inspect's detection of circular structures (Tim Cooijmans)
3189   - Apple's threaded write()s bug (Jorge Chamorro Bieling)
3190   - Make sure raw mode is disabled when exiting a terminal-based REPL.
3191     (Brian White)
3192
3193 * Deprecate process.compile, process.ENV
3194
3195 * Upgrade V8 to 3.0.3, upgrade http-parser.
3196
3197
3198 2010.11.16, Version 0.3.1 (unstable), ce9a54aa1fbf709dd30316af8a2f14d83150e947
3199
3200 * TLS improvements (Paul Querna)
3201   - Centralize error handling in SecureStream
3202   - Add SecurePair for handling of a ssl/tls stream.
3203
3204 * New documentation organization (Micheil Smith)
3205
3206 * allowHalfOpen TCP connections disabled by default.
3207
3208 * Add C++ API for constructing fast buffer from string
3209
3210 * Move idle timers into its own module
3211
3212 * Gracefully handle EMFILE and server.maxConnections
3213
3214 * make "node --eval" eval in the global scope.
3215   (Jorge Chamorro Bieling)
3216
3217 * Let exit listeners know the exit code (isaacs)
3218
3219 * Handle cyclic links smarter in fs.realpath (isaacs)
3220
3221 * Remove node-repl (just use 'node' without args)
3222
3223 * Rewrite libeio After callback to use req->result instead of req->errorno
3224   for error checking (Micheil Smith)
3225
3226 * Remove warning about deprecating 'sys' - too aggressive
3227
3228 * Make writes to process.env update the real environment. (Ben Noordhuis)
3229
3230 * Set FD_CLOEXEC flag on stdio FDs before spawning. (Guillaume Tuton)
3231
3232 * Move ev_loop out of javascript
3233
3234 * Switch \n with \r\n for all strings printed out.
3235
3236 * Added support for cross compilation (Rasmus Andersson)
3237
3238 * Add --profile flag to configure script, enables gprof profiling.
3239   (Ben Noordhuis)
3240
3241 * writeFileSync could exhibit pathological behavior when a buffer
3242   could not be written to the file in a single write() call.
3243
3244 * new path.join behavior (isaacs)
3245   - Express desired path.join behavior in tests.
3246   - Update fs.realpath to reflect new path.join behavior
3247   - Update url.resolve() to use new path.join behavior.
3248
3249 * API: Move process.binding('evals') to require('vm')
3250
3251 * Fix V8 build on Cygwin (Bert Belder)
3252
3253 * Add ref to buffer during fs.write and fs.read
3254
3255 * Fix segfault on test-crypto
3256
3257 * Upgrade http-parser to latest and V8 to 2.5.3
3258
3259
3260 2010.10.23, Version 0.3.0 (unstable) 1582cfebd6719b2d2373547994b3dca5c8c569c0
3261
3262 * Bugfix: Do not spin on accept() with EMFILE
3263
3264 * Improvements to readline.js (Trent Mick, Johan Euphrosine, Brian White)
3265
3266 * Safe constructors (missing 'new' doesn't segfault)
3267
3268 * Fix process.nextTick so thrown errors don't confuse it.
3269   (Benjamin Thomas)
3270
3271 * Allow Strings for ports on net.Server.listen (Bradley Meck)
3272
3273 * fs bugfixes (Tj Holowaychuk, Tobie Langel, Marco Rogers, isaacs)
3274
3275 * http bug fixes (Fedor Indutny, Mikeal Rogers)
3276
3277 * Faster buffers; breaks C++ API (Tim-Smart, Stéphan Kochen)
3278
3279 * crypto, tls improvements (Paul Querna)
3280
3281 * Add lfs flags to node addon script
3282
3283 * Simpler querystring parsing; breaks API (Peter Griess)
3284
3285 * HTTP trailers (Mark Nottingham)
3286
3287 * http 100-continue support (Mark Nottingham)
3288
3289 * Module system simplifications (Herbert Vojčík, isaacs, Tim-Smart)
3290   - remove require.async
3291   - remove registerExtension, add .extensions
3292   - expose require.resolve
3293   - expose require.cache
3294   - require looks in  node_modules folders
3295
3296 * Add --eval command line option (TJ Holowaychuk)
3297
3298 * Commas last in sys.inspect
3299
3300 * Constants moved from process object to require('constants')
3301
3302 * Fix parsing of linux memory (Vitali Lovich)
3303
3304 * inspect shows function names (Jorge Chamorro Bieling)
3305
3306 * uncaughtException corner cases (Felix Geisendörfer)
3307
3308 * TCP clients now buffer writes before connection
3309
3310 * Rename sys module to 'util' (Micheil Smith)
3311
3312 * Properly set stdio handlers to blocking on SIGTERM and SIGINT
3313   (Tom Hughes)
3314
3315 * Add destroy methods to HTTP messages
3316
3317 * base64 improvements (isaacs, Jorge Chamorro Bieling)
3318
3319 * API for defining REPL commands (Sami Samhuri)
3320
3321 * child_process.exec timeout fix (Aaron Heckmann)
3322
3323 * Upgrade V8 to 2.5.1, Libev to 4.00, libeio, http-parser
3324
3325
3326 2010.08.20, Version 0.2.0, 9283e134e558900ba89d9a33c18a9bdedab07cb9
3327
3328 * process.title support for FreeBSD, Macintosh, Linux
3329
3330 * Fix OpenSSL 100% CPU usage on error (Illarionov Oleg)
3331
3332 * Implement net.Server.maxConnections.
3333
3334 * Fix process.platform, add process.version.
3335
3336 * Add --without-snapshot configure option.
3337
3338 * Readline REPL improvements (Trent Mick)
3339
3340 * Bug fixes.
3341
3342 * Upgrade V8 to 2.3.8
3343
3344
3345 2010.08.13, Version 0.1.104, b14dd49222687c12f3e8eac597cff4f2674f84e8
3346
3347 * Various bug fixes (console, querystring, require)
3348
3349 * Set cwd for child processes (Bert Belder)
3350
3351 * Tab completion for readline (Trent Mick)
3352
3353 * process.title getter/setter for OSX, Linux, Cygwin.
3354         (Rasmus Andersson, Bert Belder)
3355
3356 * Upgrade V8 to 2.3.6
3357
3358
3359 2010.08.04, Version 0.1.103, 0b925d075d359d03426f0b32bb58a5e05825b4ea
3360
3361 * Implement keep-alive for http.Client (Mikeal Rogers)
3362
3363 * base64 fixes. (Ben Noordhuis)
3364
3365 * Fix --debug-brk (Danny Coates)
3366
3367 * Don't let path.normalize get above the root. (Isaac Schlueter)
3368
3369 * Allow signals to be used with process.on in addition to
3370   process.addListener. (Brian White)
3371
3372 * Globalize the Buffer object
3373
3374 * Use kqueue on recent macintosh builds
3375
3376 * Fix addrlen for unix_dgram sockets (Benjamin Kramer)
3377
3378 * Fix stats.isDirectory() and friends (Benjamin Kramer)
3379
3380 * Upgrade http-parser, V8 to 2.3.5
3381
3382
3383 2010.07.25, Version 0.1.102, 2a4568c85f33869c75ff43ccd30f0ec188b43eab
3384
3385 * base64 encoding for Buffers.
3386
3387 * Buffer support for Cipher, Decipher, Hmac, Sign and Verify
3388   (Andrew Naylor)
3389
3390 * Support for reading byte ranges from files using fs.createReadStream.
3391   (Chandra Sekar)
3392
3393 * Fix Buffer.toString() on 0-length slices. (Peter Griess)
3394
3395 * Cache modules based on filename rather than ID (Isaac Schlueter)
3396
3397 * querystring improvments (Jan Kassens, Micheil Smith)
3398
3399 * Support DEL in the REPL. (Jérémy Lal)
3400
3401 * Upgrade http-parser, upgrade V8 to 2.3.2
3402
3403
3404 2010.07.16, Version 0.1.101, 0174ceb6b24caa0bdfc523934c56af9600fa9b58
3405
3406 * Added env to child_process.exec (Сергей Крыжановский)
3407
3408 * Allow modules to optionally be loaded in separate contexts
3409   with env var NODE_MODULE_CONTEXTS=1.
3410
3411 * setTTL and setBroadcast for dgram (Matt Ranney)
3412
3413 * Use execPath for default NODE_PATH, not installPrefix
3414   (Isaac Schlueter)
3415
3416 * Support of console.dir + console.assert (Jerome Etienne)
3417
3418 * on() as alias to addListener()
3419
3420 * Use javascript port of Ronn to build docs (Jérémy Lal)
3421
3422 * Upgrade V8 to 2.3.0
3423
3424
3425 2010.07.03, Version 0.1.100, a6b8586e947f9c3ced180fe68c233d0c252add8b
3426
3427 * process.execPath (Marshall Culpepper)
3428
3429 * sys.pump (Mikeal Rogers)
3430
3431 * Remove ini and mjsunit libraries.
3432
3433 * Introduce console.log() and friends.
3434
3435 * Switch order of arguments for Buffer.write (Blake Mizerany)
3436
3437 * On overlapping buffers use memmove (Matt Ranney)
3438
3439 * Resolve .local domains with getaddrinfo()
3440
3441 * Upgrade http-parser, V8 to 2.2.21
3442
3443
3444 2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
3445
3446 * Datagram sockets (Paul Querna)
3447
3448 * fs.writeFile could not handle utf8 (Felix Geisendörfer)
3449   and now accepts Buffers (Aaron Heckmann)
3450
3451 * Fix crypto memory leaks.
3452
3453 * A replacement for decodeURIComponent that doesn't throw.
3454   (Isaac Schlueter)
3455
3456 * Only concatenate some incoming HTTP headers. (Peter Griess)
3457
3458 * Upgrade V8 to 2.2.18
3459
3460
3461 2010.06.11, Version 0.1.98, 10d8adb08933d1d4cea60192c2a31c56d896733d
3462
3463 * Port to Windows/Cygwin (Raffaele Sena)
3464
3465 * File descriptor passing on unix sockets. (Peter Griess)
3466
3467 * Simple, builtin readline library. REPL is now entered by
3468   executing "node" without arguments.
3469
3470 * Add a parameter to spawn() that sets the child's stdio file
3471   descriptors. (Orlando Vazquez)
3472
3473 * Upgrade V8 to 2.2.16, http-parser fixes, upgrade c-ares to 1.7.3.
3474
3475
3476 2010.05.29, Version 0.1.97, 0c1aa36835fa6a3557843dcbc6ed6714d353a783
3477
3478 * HTTP throttling: outgoing messages emit 'drain' and write() returns false
3479   when send buffer is full.
3480
3481 * API: readFileSync without encoding argument now returns a Buffer
3482
3483 * Improve Buffer C++ API; addons now compile with debugging symbols.
3484
3485 * Improvements to  path.extname() and REPL; add fs.chown().
3486
3487 * fs.ReadStream now emits buffers, fs.readFileSync returns buffers.
3488
3489 * Bugfix: parsing HTTP responses to HEAD requests.
3490
3491 * Port to OpenBSD.
3492
3493 * Upgrade V8 to 2.2.12, libeio, http-parser.
3494
3495
3496 2010.05.21, Version 0.1.96, 9514a4d5476225e8c8310ce5acae2857033bcaaa
3497
3498 * Thrown errors in http and socket call back get bubbled up.
3499
3500 * Add fs.fsync (Andrew Johnston)
3501
3502 * Bugfix: signal unregistering (Jonas Pfenniger)
3503
3504 * Added better error messages for async and sync fs calls with paths
3505   (TJ Holowaychuk)
3506
3507 * Support arrays and strings in buffer constructor.
3508   (Felix Geisendörfer)
3509
3510 * Fix errno reporting in DNS exceptions.
3511
3512 * Support buffers in fs.WriteStream.write.
3513
3514 * Bugfix: Safely decode a utf8 streams that are broken on a multbyte
3515   character (http and net). (Felix Geisendörfer)
3516
3517 * Make Buffer's C++ constructor public.
3518
3519 * Deprecate sys.p()
3520
3521 * FIX path.dirname('/tmp') => '/'. (Jonathan Rentzsch)
3522
3523
3524 2010.05.13, Version 0.1.95, 0914d33842976c2c870df06573b68f9192a1fb7a
3525
3526 * Change GC idle notify so that it runs alongside setInterval
3527
3528 * Install node_buffer.h on make install
3529
3530 * fs.readFile returns Buffer by default (Tim Caswell)
3531
3532 * Fix error reporting in child_process callbacks
3533
3534 * Better logic for testing if an argument is a port
3535
3536 * Improve error reporting (single line "node.js:176:9" errors)
3537
3538 * Bugfix: Some http responses being truncated (appeared in 0.1.94)
3539
3540 * Fix long standing net idle timeout bugs. Enable 2 minute timeout
3541   by default in HTTP servers.
3542
3543 * Add fs.fstat (Ben Noordhuis)
3544
3545 * Upgrade to V8 2.2.9
3546
3547
3548 2010.05.06, Version 0.1.94, f711d5343b29d1e72e87107315708e40951a7826
3549
3550 * Look in /usr/local/lib/node for modules, so that there's a way
3551   to install modules globally (Issac Schlueter)
3552
3553 * SSL improvements (Rhys Jones, Paulo Matias)
3554
3555 * Added c-ares headers for linux-arm (Jonathan Knezek)
3556
3557 * Add symbols to release build
3558
3559 * HTTP upgrade improvements, docs (Micheil Smith)
3560
3561 * HTTP server emits 'clientError' instead of printing message
3562
3563 * Bugfix: Don't emit 'error' twice from http.Client
3564
3565 * Bugfix: Ignore SIGPIPE
3566
3567 * Bugfix: destroy() instead of end() http connection at end of
3568   pipeline
3569
3570 * Bugfix: http.Client may be prematurely released back to the
3571   free pool.  (Thomas Lee)
3572
3573 * Upgrade V8 to 2.2.8
3574
3575
3576 2010.04.29, Version 0.1.93, 557ba6bd97bad3afe0f9bd3ac07efac0a39978c1
3577
3578   * Fixed no 'end' event on long chunked HTTP messages
3579     https://github.com/joyent/node/issues/77
3580
3581   * Remove legacy modules http_old and tcp_old
3582
3583   * Support DNS MX queries (Jérémy Lal)
3584
3585   * Fix large socket write (tlb@tlb.org)
3586
3587   * Fix child process exit codes (Felix Geisendörfer)
3588
3589   * Allow callers to disable PHP/Rails style parameter munging in
3590     querystring.stringify (Thomas Lee)
3591
3592   * Upgrade V8 to 2.2.6
3593
3594
3595 2010.04.23, Version 0.1.92, caa828a242f39b6158084ef4376355161c14fe34
3596
3597   * OpenSSL support. Still undocumented (see tests). (Rhys Jones)
3598
3599   * API: Unhandled 'error' events throw.
3600
3601   * Script class with eval-function-family in binding('evals') plus tests.
3602     (Herbert Vojcik)
3603
3604   * stream.setKeepAlive (Julian Lamb)
3605
3606   * Bugfix: Force no body on http 204 and 304
3607
3608   * Upgrade Waf to 1.5.16, V8 to 2.2.4.2
3609
3610
3611 2010.04.15, Version 0.1.91, 311d7dee19034ff1c6bc9098c36973b8d687eaba
3612
3613   * Add incoming.httpVersion
3614
3615   * Object.prototype problem with C-Ares binding
3616
3617   * REPL can be run from multiple different streams. (Matt Ranney)
3618
3619   * After V8 heap is compact, don't use a timer every 2 seconds.
3620
3621   * Improve nextTick implementation.
3622
3623   * Add primative support for Upgrading HTTP connections.
3624     (See commit log for docs 760bba5)
3625
3626   * Add timeout and maxBuffer options to child_process.exec
3627
3628   * Fix bugs.
3629
3630   * Upgrade V8 to 2.2.3.1
3631
3632
3633 2010.04.09, Version 0.1.90, 07e64d45ffa1856e824c4fa6afd0442ba61d6fd8
3634
3635   * Merge writing of networking system (net2)
3636    - New Buffer object for binary data.
3637    - Support UNIX sockets, Pipes
3638    - Uniform stream API
3639    - Currently no SSL
3640    - Legacy modules can be accessed at 'http_old' and 'tcp_old'
3641
3642   * Replace udns with c-ares. (Krishna Rajendran)
3643
3644   * New documentation system using Markdown and Ronn
3645     (Tim Caswell, Micheil Smith)
3646
3647   * Better idle-time GC
3648
3649   * Countless small bug fixes.
3650
3651   * Upgrade V8 to 2.2.X, WAF 1.5.15
3652
3653
3654 2010.03.19, Version 0.1.33, 618296ef571e873976f608d91a3d6b9e65fe8284
3655
3656   * Include lib/ directory in node executable. Compile on demand.
3657
3658   * evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)
3659
3660   * Various fixes, clean ups
3661
3662   * V8 upgraded to 2.1.5
3663
3664
3665 2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f
3666
3667   * Optimize event emitter for single listener
3668
3669   * Add process.evalcx, require.registerExtension (Tim Smart)
3670
3671   * Replace --cflags with --vars
3672
3673   * Fix bugs in fs.create*Stream (Felix Geisendörfer)
3674
3675   * Deprecate process.mixin, process.unloop
3676
3677   * Remove the 'Error: (no message)' exceptions, print stack
3678     trace instead
3679
3680   * INI parser bug fixes (Isaac Schlueter)
3681
3682   * FreeBSD fixes (Vanilla Hsu)
3683
3684   * Upgrade to V8 2.1.3, WAF 1.5.14a, libev
3685
3686
3687 2010.03.05, Version 0.1.31, 39b63dfe1737d46a8c8818c92773ef181fd174b3
3688
3689   * API: - Move process.watchFile into fs module
3690          - Move process.inherits to sys
3691
3692   * Improve Solaris port
3693
3694   * tcp.Connection.prototype.write now returns boolean to indicate if
3695     argument was flushed to the kernel buffer.
3696
3697   * Added fs.link, fs.symlink, fs.readlink, fs.realpath
3698     (Rasmus Andersson)
3699
3700   * Add setgid,getgid (James Duncan)
3701
3702   * Improve sys.inspect (Benjamin Thomas)
3703
3704   * Allow passing env to child process (Isaac Schlueter)
3705
3706   * fs.createWriteStream, fs.createReadStream (Felix Geisendörfer)
3707
3708   * Add INI parser (Rob Ellis)
3709
3710   * Bugfix: fs.readFile handling encoding (Jacek Becela)
3711
3712   * Upgrade V8 to 2.1.2
3713
3714
3715 2010.02.22, Version 0.1.30, bb0d1e65e1671aaeb21fac186b066701da0bc33b
3716
3717   * Major API Changes
3718
3719     - Promises removed. See
3720       http://groups.google.com/group/nodejs/msg/426f3071f3eec16b
3721       http://groups.google.com/group/nodejs/msg/df199d233ff17efa
3722       The API for fs was
3723
3724          fs.readdir("/usr").addCallback(function (files) {
3725            puts("/usr files: " + files);
3726          });
3727
3728       It is now
3729
3730          fs.readdir("/usr", function (err, files) {
3731            if (err) throw err;
3732            puts("/usr files: " + files);
3733          });
3734
3735     - Synchronous fs operations exposed, use with care.
3736
3737     - tcp.Connection.prototype.readPause() and readResume()
3738       renamed to pause() and resume()
3739
3740     - http.ServerResponse.prototype.sendHeader() renamed to
3741       writeHeader(). Now accepts reasonPhrase.
3742
3743   * Compact garbage on idle.
3744
3745   * Configurable debug ports, and --debug-brk (Zoran Tomicic)
3746
3747   * Better command line option parsing (Jeremy Ashkenas)
3748
3749   * Add fs.chmod (Micheil Smith), fs.lstat (Isaac Z. Schlueter)
3750
3751   * Fixes to process.mixin (Rasmus Andersson, Benjamin Thomas)
3752
3753   * Upgrade V8 to 2.1.1
3754
3755
3756 2010.02.17, Version 0.1.29, 87d5e5b316a4276bcf881f176971c1a237dcdc7a
3757
3758   * Major API Changes
3759     - Remove 'file' module
3760     - require('posix') -----------------> require('fs')
3761     - fs.cat ---------------------------> fs.readFile
3762     - file.write -----------------------> fs.writeFile
3763     - TCP 'receive' event --------------> 'data'
3764     - TCP 'eof' event ------------------> 'end'
3765     - TCP send() -----------------------> write()
3766     - HTTP sendBody() ------------------> write()
3767     - HTTP finish() --------------------> close()
3768     - HTTP 'body' event ----------------> 'data'
3769     - HTTP 'complete' event ------------> 'end'
3770     - http.Client.prototype.close() (formerly finish()) no longer
3771       takes an argument. Add the 'response' listener manually.
3772     - Allow strings for the flag argument to fs.open
3773       ("r", "r+", "w", "w+", "a", "a+")
3774
3775   * Added multiple arg support for sys.puts(), print(), etc.
3776     (tj@vision-media.ca)
3777
3778   * sys.inspect(Date) now shows the date value (Mark Hansen)
3779
3780   * Calculate page size with getpagesize for armel (Jérémy Lal)
3781
3782   * Bugfix: stderr flushing.
3783
3784   * Bugfix: Promise late chain (Yuichiro MASUI)
3785
3786   * Bugfix: wait() on fired promises
3787     (Felix Geisendörfer, Jonas Pfenniger)
3788
3789   * Bugfix: Use InstanceTemplate() instead of PrototypeTemplate() for
3790     accessor methods. Was causing a crash with Eclipse debugger.
3791     (Zoran Tomicic)
3792
3793   * Bugfix: Throw from connection.connect if resolving.
3794     (Reported by James Golick)
3795
3796
3797 2010.02.09, Version 0.1.28, 49de41ef463292988ddacfb01a20543b963d9669
3798
3799   * Use Google's jsmin.py which can be used for evil.
3800
3801   * Add posix.truncate()
3802
3803   * Throw errors from server.listen()
3804
3805   * stdio bugfix (test by Mikeal Rogers)
3806
3807   * Module system refactor (Felix Geisendörfer, Blaine Cook)
3808
3809   * Add process.setuid(), getuid() (Michael Carter)
3810
3811   * sys.inspect refactor (Tim Caswell)
3812
3813   * Multipart library rewrite (isaacs)
3814
3815
3816 2010.02.03, Version 0.1.27, 0cfa789cc530848725a8cb5595224e78ae7b9dd0
3817
3818   * Implemented __dirname (Felix Geisendörfer)
3819
3820   * Downcase process.ARGV, process.ENV, GLOBAL
3821     (now process.argv, process.env, global)
3822
3823   * Bug Fix: Late promise promise callbacks firing
3824     (Felix Geisendörfer, Jonas Pfenniger)
3825
3826   * Make assert.AssertionError instance of Error
3827
3828   * Removed inline require call for querystring
3829     (self@cloudhead.net)
3830
3831   * Add support for MX, TXT, and SRV records in DNS module.
3832     (Blaine Cook)
3833
3834   * Bugfix: HTTP client automatically reconnecting
3835
3836   * Adding OS X .dmg build scripts. (Standa Opichal)
3837
3838   * Bugfix: ObjectWrap memory leak
3839
3840   * Bugfix: Multipart handle Content-Type headers with charset
3841     (Felix Geisendörfer)
3842
3843   * Upgrade http-parser to fix header overflow attack.
3844
3845   * Upgrade V8 to 2.1.0
3846
3847   * Various other bug fixes, performance improvements.
3848
3849
3850 2010.01.20, Version 0.1.26, da00413196e432247346d9e587f8c78ce5ceb087
3851
3852   * Bugfix, HTTP eof causing crash (Ben Williamson)
3853
3854   * Better error message on SyntaxError
3855
3856   * API: Move Promise and EventEmitter into 'events' module
3857
3858   * API: Add process.nextTick()
3859
3860   * Allow optional params to setTimeout, setInterval
3861     (Micheil Smith)
3862
3863   * API: change some Promise behavior (Felix Geisendörfer)
3864     - Removed Promise.cancel()
3865     - Support late callback binding
3866     - Make unhandled Promise errors throw an exception
3867
3868   * Upgrade V8 to 2.0.6.1
3869
3870   * Solaris port (Erich Ocean)
3871
3872
3873 2010.01.09, Version 0.1.25, 39ca93549af91575ca9d4cbafd1e170fbcef3dfa
3874
3875   * sys.inspect() improvements (Tim Caswell)
3876
3877   * path module improvements (isaacs, Benjamin Thomas)
3878
3879   * API: request.uri -> request.url
3880     It is no longer an object, but a string. The 'url' module
3881     was addded to parse that string. That is, node no longer
3882     parses the request URL automatically.
3883
3884        require('url').parse(request.url)
3885
3886     is roughly equivlent to the old request.uri object.
3887     (isaacs)
3888
3889   * Bugfix: Several libeio related race conditions.
3890
3891   * Better errors for multipart library (Felix Geisendörfer)
3892
3893   * Bugfix: Update node-waf version to 1.5.10
3894
3895   * getmem for freebsd (Vanilla Hsu)
3896
3897
3898 2009.12.31, Version 0.1.24, 642c2773a7eb2034f597af1cd404b9e086b59632
3899
3900   * Bugfix: don't chunk responses to HTTP/1.0 clients, even if
3901     they send Connection: Keep-Alive (e.g. wget)
3902
3903   * Bugfix: libeio race condition
3904
3905   * Bugfix: Don't segfault on unknown http method
3906
3907   * Simplify exception reporting
3908
3909   * Upgrade V8 to 2.0.5.4
3910
3911
3912 2009.12.22, Version 0.1.23, f91e347eeeeac1a8bd6a7b462df0321b60f3affc
3913
3914   * Bugfix: require("../blah") issues (isaacs)
3915
3916   * Bugfix: posix.cat (Jonas Pfenniger)
3917
3918   * Do not pause request for multipart parsing (Felix Geisendörfer)
3919
3920
3921 2009.12.19, Version 0.1.22, a2d809fe902f6c4102dba8f2e3e9551aad137c0f
3922
3923   * Bugfix: child modules get wrong id with "index.js" (isaacs)
3924
3925   * Bugfix: require("../foo") cycles (isaacs)
3926
3927   * Bugfix: require() should throw error if module does.
3928
3929   * New URI parser stolen from Narwhal (isaacs)
3930
3931   * Bugfix: correctly check kqueue and epoll. (Rasmus Andersson)
3932
3933   * Upgrade WAF to 1.5.10
3934
3935   * Bugfix: posix.statSync() was crashing
3936
3937   * Statically define string symbols for performance improvement
3938
3939   * Bugfix: ARGV[0] weirdness
3940
3941   * Added superCtor to ctor.super_ instead superCtor.prototype.
3942     (Johan Dahlberg)
3943
3944   * http-parser supports webdav methods
3945
3946   * API: http.Client.prototype.request() (Christopher Lenz)
3947
3948
3949 2009.12.06, Version 0.1.21, c6affb64f96a403a14d20035e7fbd6d0ce089db5
3950
3951   * Feature: Add HTTP client TLS support (Rhys Jones)
3952
3953   * Bugfix: use --jobs=1 with WAF
3954
3955   * Bugfix: Don't use chunked encoding for 1.0 requests
3956
3957   * Bugfix: Duplicated header weren't handled correctly
3958
3959   * Improve sys.inspect (Xavier Shay)
3960
3961   * Upgrade v8 to 2.0.3
3962
3963   * Use CommonJS assert API (Felix Geisendörfer, Karl Guertin)
3964
3965
3966 2009.11.28, Version 0.1.20, aa42c6790da8ed2cd2b72051c07f6251fe1724d8
3967
3968   * Add gnutls version to configure script
3969
3970   * Add V8 heap info to process.memoryUsage()
3971
3972   * process.watchFile callback has 2 arguments with the stat object
3973     (choonkeat@gmail.com)
3974
3975
3976 2009.11.28, Version 0.1.19, 633d6be328708055897b72327b88ac88e158935f
3977
3978   * Feature: Initial TLS support for TCP servers and clients.
3979     (Rhys Jones)
3980
3981   * Add options to process.watchFile()
3982
3983   * Add process.umask() (Friedemann Altrock)
3984
3985   * Bugfix: only detach timers when active.
3986
3987   * Bugfix: lib/file.js write(), shouldn't always emit errors or success
3988     (onne@onnlucky.com)
3989
3990   * Bugfix: Memory leak in fs.write
3991     (Reported by onne@onnlucky.com)
3992
3993   * Bugfix: Fix regular expressions detecting outgoing message headers.
3994     (Reported by Elliott Cable)
3995
3996   * Improvements to Multipart parser (Felix Geisendörfer)
3997
3998   * New HTTP parser
3999
4000   * Upgrade v8 to 2.0.2
4001
4002
4003 2009.11.17, Version 0.1.18, 027829d2853a14490e6de9fc5f7094652d045ab8
4004
4005   * Feature: process.watchFile() process.unwatchFile()
4006
4007   * Feature: "uncaughtException" event on process
4008     (Felix Geisendörfer)
4009
4010   * Feature: 'drain' event to tcp.Connection
4011
4012   * Bugfix: Promise.timeout() blocked the event loop
4013     (Felix Geisendörfer)
4014
4015   * Bugfix: sendBody() and chunked utf8 strings
4016     (Felix Geisendörfer)
4017
4018   * Supply the strerror as a second arg to the tcp.Connection close
4019     event (Johan Sørensen)
4020
4021   * Add EventEmitter.removeListener (frodenius@gmail.com)
4022
4023   * Format JSON for inspecting objects (Felix Geisendörfer)
4024
4025   * Upgrade libev to latest CVS
4026
4027
4028 2009.11.07, Version 0.1.17, d1f69ef35dac810530df8249d523add168e09f03
4029
4030   * Feature: process.chdir() (Brandon Beacher)
4031
4032   * Revert http parser upgrade. (b893859c34f05db5c45f416949ebc0eee665cca6)
4033     Broke keep-alive.
4034
4035   * API: rename process.inherits to sys.inherits
4036
4037
4038 2009.11.03, Version 0.1.16, 726865af7bbafe58435986f4a193ff11c84e4bfe
4039
4040   * API: Use CommonJS-style module requiring
4041     - require("/sys.js") becomes require("sys")
4042     - require("circle.js") becomes require("./circle")
4043     - process.path.join() becomes require("path").join()
4044     - __module becomes module
4045
4046   * API: Many namespacing changes
4047     - Move node.* into process.*
4048     - Move node.dns into module "dns"
4049     - Move node.fs into module "posix"
4050     - process is no longer the global object. GLOBAL is.
4051
4052   For more information on the API changes see:
4053     http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6
4054     http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14
4055
4056   * Feature: process.platform, process.memoryUsage()
4057
4058   * Feature: promise.cancel() (Felix Geisendörfer)
4059
4060   * Upgrade V8 to 1.3.18
4061
4062
4063 2009.10.28, Version 0.1.15, eca2de73ed786b935507fd1c6faccd8df9938fd3
4064
4065   * Many build system fixes (esp. for OSX users)
4066
4067   * Feature: promise.timeout() (Felix Geisendörfer)
4068
4069   * Feature: Added external interface for signal handlers, process.pid, and
4070     process.kill() (Brandon Beacher)
4071
4072   * API: Rename node.libraryPaths to require.paths
4073
4074   * Bugfix: 'data' event for stdio should emit a string
4075
4076   * Large file support
4077
4078   * Upgrade http_parser
4079
4080   * Upgrade v8 to 1.3.16
4081
4082
4083 2009.10.09, Version 0.1.14, b12c809bb84d1265b6a4d970a5b54ee8a4890513
4084
4085   * Feature: Improved addon builds with node-waf
4086
4087   * Feature: node.SignalHandler (Brandon Beacher)
4088
4089   * Feature: Enable V8 debugging (but still need to make a debugger)
4090
4091   * API: Rename library /utils.js to /sys.js
4092
4093   * Clean up Node's build system
4094
4095   * Don't use parseUri for HTTP server
4096
4097   * Remove node.pc
4098
4099   * Don't use /bin/sh to create child process except with exec()
4100
4101   * API: Add __module to reference current module
4102
4103   * API: Remove include() add node.mixin()
4104
4105   * Normalize http headers; "Content-Length" becomes "content-length"
4106
4107   * Upgrade V8 to 1.3.15
4108
4109
4110 2009.09.30, Version 0.1.13, 58493bb05b3da3dc8051fabc0bdea9e575c1a107
4111
4112   * Feature: Multipart stream parser (Felix Geisendörfer)
4113
4114   * API: Move node.puts(), node.exec() and others to /utils.js
4115
4116   * API: Move http, tcp libraries to /http.js and /tcp.js
4117
4118   * API: Rename node.exit() to process.exit()
4119
4120   * Bugfix: require() and include() should work in callbacks.
4121
4122   * Pass the Host header in http.cat calls
4123
4124   * Add warning when coroutine stack size grows too large.
4125
4126   * Enhance repl library (Ray Morgan)
4127
4128   * Bugfix: build script for
4129       GCC 4.4 (removed -Werror in V8),
4130       on Linux 2.4,
4131       and with Python 2.4.4.
4132
4133   * Add read() and write() to /file.js to read and write
4134     whole files at once.
4135
4136
4137 2009.09.24, Version 0.1.12, 2f56ccb45e87510de712f56705598b3b4e3548ec
4138
4139   * Feature: System modules, node.libraryPaths
4140
4141   * API: Remove "raw" encoding, rename "raws" to "binary".
4142
4143   * API: Added connection.setNoDElay() to disable Nagle algo.
4144
4145   * Decrease default TCP server backlog to 128
4146
4147   * Bugfix: memory leak involving node.fs.* methods.
4148
4149   * Upgrade v8 to 1.3.13
4150
4151
4152 2009.09.18, Version 0.1.11, 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4
4153
4154   * API: default to utf8 encoding for node.fs.cat()
4155
4156   * API: add node.exec()
4157
4158   * API: node.fs.read() takes a normal encoding parameter.
4159
4160   * API: Change arguments of emit(), emitSuccess(), emitError()
4161
4162   * Bugfix: node.fs.write() was stack allocating buffer.
4163
4164   * Bugfix: ReportException shouldn't forget the top frame.
4165
4166   * Improve buffering for HTTP outgoing messages
4167
4168   * Fix and reenable x64 macintosh build.
4169
4170   * Upgrade v8 to 1.3.11
4171
4172
4173 2009.09.11, Version 0.1.10, 12bb0d46ce761e3d00a27170e63b40408c15b558
4174
4175   * Feature: raw string encoding "raws"
4176
4177   * Feature: access to environ through "ENV"
4178
4179   * Feature: add isDirectory, isFile, isSocket, ... methods
4180     to stats object.
4181
4182   * Bugfix: Internally use full paths when loading modules
4183     this fixes a shebang loading problem.
4184
4185   * Bugfix: Add '--' command line argument for seperating v8
4186     args from program args.
4187
4188   * Add man page.
4189
4190   * Add node-repl
4191
4192   * Upgrade v8 to 1.3.10
4193
4194 2009.09.05, Version 0.1.9, d029764bb32058389ecb31ed54a5d24d2915ad4c
4195
4196   * Bugfix: Compile on Snow Leopard.
4197
4198   * Bugfix: Malformed URIs raising exceptions.
4199
4200 2009.09.04, Version 0.1.8, e6d712a937b61567e81b15085edba863be16ba96
4201
4202   * Feature: External modules
4203
4204   * Feature: setTimeout() for node.tcp.Connection
4205
4206   * Feature: add node.cwd(), node.fs.readdir(), node.fs.mkdir()
4207
4208   * Bugfix: promise.wait() releasing out of order.
4209
4210   * Bugfix: Asyncly do getaddrinfo() on Apple.
4211
4212   * Disable useless evcom error messages.
4213
4214   * Better stack traces.
4215
4216   * Built natively on x64.
4217
4218   * Upgrade v8 to 1.3.9
4219
4220 2009.08.27, Version 0.1.7, f7acef9acf8ba8433d697ad5ed99d2e857387e4b
4221
4222   * Feature: global 'process' object. Emits "exit".
4223
4224   * Feature: promise.wait()
4225
4226   * Feature: node.stdio
4227
4228   * Feature: EventEmitters emit "newListener" when listeners are
4229     added
4230
4231   * API:  Use flat object instead of array-of-arrays for HTTP
4232     headers.
4233
4234   * API: Remove buffered file object (node.File)
4235
4236   * API: require(), include() are synchronous. (Uses
4237     continuations.)
4238
4239   * API: Deprecate onLoad and onExit.
4240
4241   * API: Rename node.Process to node.ChildProcess
4242
4243   * Refactor node.Process to take advantage of evcom_reader/writer.
4244
4245   * Upgrade v8 to 1.3.7
4246
4247 2009.08.22, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
4248
4249   * Bugfix: Ignore SIGPIPE.
4250
4251 2009.08.21, Version 0.1.5, b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed
4252
4253   * Bugfix: Buggy connections could crash node.js. Now check
4254     connection before sending data every time (Kevin van Zonneveld)
4255
4256   * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
4257
4258   * API: Remove connnection.fullClose()
4259
4260   * API: Return the EventEmitter from addListener for chaining.
4261
4262   * API: tcp.Connection "disconnect" event renamed to "close"
4263
4264   * Upgrade evcom
4265     Upgrade v8 to 1.3.6
4266
4267 2009.08.13, Version 0.1.4, 0f888ed6de153f68c17005211d7e0f960a5e34f3
4268
4269   * Major refactor to evcom.
4270
4271   * Enable test-tcp-many-clients.
4272
4273   * Add -m32 gcc flag to udns.
4274
4275   * Add connection.readPause() and connection.readResume()
4276     Add IncomingMessage.prototype.pause() and resume().
4277
4278   * Fix http benchmark. Wasn't correctly dispatching.
4279
4280   * Bugfix: response.setBodyEncoding("ascii") not working.
4281
4282   * Bugfix: Negative ints in HTTP's on_body and node.fs.read()
4283
4284   * Upgrade v8 to 1.3.4
4285     Upgrade libev to 3.8
4286     Upgrade http_parser to v0.2
4287
4288 2009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3
4289
4290   * Upgrade v8 to 1.3.2
4291
4292   * Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not
4293     working
4294
4295   * Bugfix: node.encodeUtf8 was broken. (Connor Dunn)
4296
4297   * Add ranlib to udns Makefile.
4298
4299   * Upgrade evcom - fix accepting too many connections issue.
4300
4301   * Initial support for shebang
4302
4303   * Add simple command line switches
4304
4305   * Add node.version API
4306
4307
4308 2009.08.01, Version 0.1.2, 025a34244d1cea94d6d40ad7bf92671cb909a96c
4309
4310   * Add DNS API
4311
4312   * node.tcp.Server's backlog option is now an argument to listen()
4313
4314   * Upgrade V8 to 1.3.1
4315
4316   * Bugfix: Default to chunked for client requests without
4317     Content-Length.
4318
4319   * Bugfix: Line numbers in stack traces.
4320
4321   * Bugfix: negative integers in raw encoding stream
4322
4323   * Bugfix: node.fs.File was not passing args to promise callbacks.
4324
4325
4326 2009.07.27, Version 0.1.1, 77d407df2826b20e9177c26c0d2bb4481e497937
4327
4328   * Simplify and clean up ObjectWrap.
4329
4330   * Upgrade liboi (which is now called evcom)
4331     Upgrade libev to 3.7
4332     Upgrade V8 to 1.2.14
4333
4334   * Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array)
4335
4336   * Move EventEmitter.prototype.emit() completely into C++.
4337
4338   * Bugfix: Fix memory leak in event emitters.
4339     http://groups.google.com/group/nodejs/browse_thread/thread/a8d1dfc2fd57a6d1
4340
4341   * Bugfix: Had problems reading scripts with non-ascii characters.
4342
4343   * Bugfix: Fix Detach() in node::Server
4344
4345   * Bugfix: Sockets not properly reattached if reconnected during
4346     disconnect event.
4347
4348   * Bugfix: Server-side clients not attached between creation and
4349     on_connect.
4350
4351   * Add 'close' event to node.tcp.Server
4352
4353   * Simplify and clean up http.js. (Takes more advantage of event
4354     infrastructure.)
4355
4356   * Add benchmark scripts. Run with "make benchmark".
4357
4358
4359 2009.06.30, Version 0.1.0, 0fe44d52fe75f151bceb59534394658aae6ac328
4360
4361   * Update documentation, use asciidoc.
4362
4363   * EventEmitter and Promise interfaces. (Breaks previous API.)
4364
4365   * Remove node.Process constructor in favor of node.createProcess
4366
4367   * Add -m32 flags for compiling on x64 platforms.
4368     (Thanks to András Bártházi)
4369
4370   * Upgrade v8 to 1.2.10 and libev to 3.6
4371
4372   * Bugfix: Timer::RepeatSetter wasn't working.
4373
4374   * Bugfix: Spawning many processes in a loop
4375     (reported by Felix Geisendörfer)
4376
4377
4378 2009.06.24, Version 0.0.6, fbe0be19ebfb422d8fa20ea5204c1713e9214d5f
4379
4380   * Load modules via HTTP URLs (Urban Hafner)
4381
4382   * Bugfix: Add HTTPConnection->size() and HTTPServer->size()
4383
4384   * New node.Process API
4385
4386   * Clean up build tools, use v8's test runner.
4387
4388   * Use ev_unref() instead of starting/stopping the eio thread
4389     pool watcher.
4390
4391
4392 2009.06.18, Version 0.0.5, 3a2b41de74b6c343b8464a68eff04c4bfd9aebea
4393
4394   * Support for IPv6
4395
4396   * Remove namespace node.constants
4397
4398   * Upgrade v8 to 1.2.8.1
4399
4400   * Accept ports as strings in the TCP client and server.
4401
4402   * Bugfix: HTTP Client race
4403
4404   * Bugfix: freeaddrinfo() wasn't getting called after
4405     getaddrinfo() for TCP servers
4406
4407   * Add "opening" to TCP client readyState
4408
4409   * Add remoteAddress to TCP client
4410
4411   * Add global print() function.
4412
4413
4414 2009.06.13, Version 0.0.4, 916b9ca715b229b0703f0ed6c2fc065410fb189c
4415
4416  * Add interrupt() method to server-side HTTP requests.
4417
4418  * Bugfix: onBodyComplete was not getting called on server-side
4419    HTTP
4420
4421
4422 2009.06.11, Version 0.0.3, 6e0dfe50006ae4f5dac987f055e0c9338662f40a
4423
4424  * Many bug fixes including the problem with http.Client on
4425    macintosh
4426
4427  * Upgrades v8 to 1.2.7
4428
4429  * Adds onExit hook
4430
4431  * Guard against buffer overflow in http parser
4432
4433  * require() and include() now need the ".js" extension
4434
4435  * http.Client uses identity transfer encoding by default.