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