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