2012.08.07, Version 0.8.6 (Stable)
[platform/upstream/nodejs.git] / ChangeLog
1 2012.08.07, Version 0.8.6 (Stable)
2
3 * npm: Upgrade to v1.1.48
4
5 * Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
6
7 * zlib: Emit 'close' on destroy(). (Dominic Tarr)
8
9 * child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
10
11 * installer: prevent ETXTBSY errors (Ben Noordhuis)
12
13 * installer: honor --without-npm, default install path (Ben Noordhuis)
14
15 * net: make pause work with connecting sockets (Bert Belder)
16
17 * installer: fix cross-compile installs (Ben Noordhuis)
18
19 * net: fix .listen({fd:0}) (Ben Noordhuis)
20
21 * windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
22
23
24 2012.08.02, Version 0.8.5 (Stable), 9b86a4453f0c76f2707a75c0b2343aba33ec63bc
25
26 * node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
27
28 * fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
29
30 * fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
31
32 * installer: don't assume bash is installed (Ben Noordhuis)
33
34 * Report errors properly from --eval and stdin (isaacs)
35
36 * assert: fix throws() throws an error without message property (koichik)
37
38 * cluster: fix libuv assert in net.listen() (Ben Noordhuis)
39
40 * build: always link sunos builds with libumem (Trent Mick)
41
42 * build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
43
44 * https: Use host header as effective servername (isaacs)
45
46 * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
47
48 * linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
49
50 * windows: fix memory leaks in many fs functions (Bert Belder)
51
52 * windows: don't allow directories to be opened for writing/appending (Bert Belder)
53
54 * windows: make fork() work even when not all stdio handles are valid (Bert Belder)
55
56 * windows: make unlink() not remove mount points, and improve performance (Bert Belder)
57
58 * build: Sign pkg installer for OS X (isaacs)
59
60
61 2012.07.25, Version 0.8.4 (Stable), f98562fcd7d1cab573ca4dc1612157d6999befd4
62
63 * V8: Upgrade to 3.11.10.17
64
65 * npm: Upgrade to 1.1.45
66
67 * net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
68
69 * readline: Remove event listeners on close (isaacs)
70
71 * windows: correctly prep long path for fs.exists(Sync) (Bert Belder)
72
73 * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin)
74
75 * tls: verify server's identity (Fedor Indutny)
76
77 * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny)
78
79
80 2012.07.19, Version 0.8.3 (Stable), 60bf2d6cb33e4ce55604f73889ab840a9de8bdab
81
82 * V8: upgrade to 3.11.10.15
83
84 * npm: Upgrade to 1.1.43
85
86 * net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
87
88 * net: fix bogus errno reporting (Ben Noordhuis)
89
90 * build: Move npm shebang logic into an npm script (isaacs)
91
92 * build: fix add-on loading on freebsd (Ben Noordhuis)
93
94 * build: disable unsafe optimizations (Ben Noordhuis)
95
96 * build: fix spurious mksnapshot crashes for good (Ben Noordhuis)
97
98 * build: speed up genv8constants (Dave Pacheco)
99
100 * fs: make unwatchFile() remove a specific listener (Ben Noordhuis)
101
102 * domain: Remove first arg from intercepted fn (Toshihiro Nakamura)
103
104 * domain: Fix memory leak on error (isaacs)
105
106 * events: Fix memory leak from removeAllListeners (Nathan Rajlich)
107
108 * zlib: Fix memory leak in Unzip class. (isaacs)
109
110 * crypto: Fix memory leak in DecipherUpdate() (Ben Noordhuis)
111
112
113 2012.07.09, Version 0.8.2 (Stable), cc6084b9ac5cf1d4fe5e7165b71e8fc05d11be1f
114
115 * npm: Upgrade to 1.1.36
116
117 * readline: don't use Function#call() (Nathan Rajlich)
118
119 * Code cleanup to pass 'use strict' (Jonas Westerlund)
120
121 * module: add filename to require() json errors (TJ Holowaychuk)
122
123 * readline: fix for unicode prompts (Tim Macfarlane)
124
125 * timers: fix handling of large timeouts (Ben Noordhuis)
126
127 * repl: fix passing an empty line inserting "undefined" into the buffer (Nathan Rajlich)
128
129 * repl: fix crashes when buffering command (Maciej Małecki)
130
131 * build: rename strict_aliasing to node_no_strict_aliasing (Ben Noordhuis)
132
133 * build: disable -fstrict-aliasing for any gcc < 4.6.0 (Ben Noordhuis)
134
135 * build: detect cc version with -dumpversion (Ben Noordhuis)
136
137 * build: handle output of localized gcc or clang (Ben Noordhuis)
138
139 * unix: fix memory corruption in freebsd.c (Ben Noordhuis)
140
141 * unix: fix 'zero handles, one request' busy loop (Ben Noordhuis)
142
143 * unix: fix busy loop on unexpected tcp message (Ben Noordhuis)
144
145 * unix: fix EINPROGRESS busy loop (Ben Noordhuis)
146
147
148 2012.06.29, Version 0.8.1 (stable), 2134aa3d5c622fc3c3b02ccb713fcde0e0df479a
149
150 * V8: upgrade to v3.11.10.12
151
152 * npm: upgrade to v1.1.33
153   - Support for parallel use of the cache folder
154   - Retry on registry timeouts or network failures (Trent Mick)
155   - Reduce 'engines' failures to a warning
156   - Use new zsh completion if aviailable (Jeremy Cantrell)
157
158 * Fix #3577 Un-break require('sys')
159
160 * util: speed up formatting of large arrays/objects (Ben Noordhuis)
161
162 * windows: make fs.realpath(Sync) work with UNC paths (Bert Belder)
163
164 * build: fix --shared-v8 option (Ben Noordhuis)
165
166 * doc: `detached` is a boolean (Andreas Madsen)
167
168 * build: use proper python interpreter (Ben Noordhuis)
169
170 * build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis)
171
172 * build: handle CC env var with spaces (Gabriel de Perthuis)
173
174 * build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis)
175
176 * build: fix --shared-v8 option (Ben Noordhuis)
177
178 * windows msi: Fix icon issue which caused huge file size (Bert Belder)
179
180 * unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis)
181
182 * sunos: fix memory corruption bugs (Ben Noordhuis)
183
184 * windows: better (f)utimes and (f)stat (Bert Belder)
185
186
187 2012.06.25, Version 0.8.0 (stable), 8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
188
189 * V8: upgrade to v3.11.10.10
190
191 * npm: Upgrade to 1.1.32
192
193 * Deprecate iowatcher (Ben Noordhuis)
194
195 * windows: update icon (Bert Belder)
196
197 * http: Hush 'MUST NOT have a body' warnings to debug() (isaacs)
198
199 * Move blog.nodejs.org content into repository (isaacs)
200
201 * Fix #3503: stdin: resume() on pipe(dest) (isaacs)
202
203 * crypto: fix error reporting in SetKey() (Fedor Indutny)
204
205 * Add --no-deprecation and --trace-deprecation command-line flags (isaacs)
206
207 * fs: fix fs.watchFile() (Ben Noordhuis)
208
209 * fs: Fix fs.readfile() on pipes (isaacs)
210
211 * Rename GYP variable node_use_system_openssl to be consistent (Ryan Dahl)
212
213
214 2012.06.19, Version 0.7.12 (unstable), a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
215
216 * npm: Upgrade to 1.1.30
217         - Improved 'npm init'
218         - Fix the 'cb never called' error from 'oudated' and 'update'
219         - Add --save-bundle|-B config
220         - Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware
221         - Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm
222         - `logstream` option to replace removed `logfd` (Rod Vagg)
223         - Read default descriptions from README.md files
224
225 * Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis)
226
227 * #3118 net.Socket: Delay pause/resume until after connect (isaacs)
228
229 * #3465 Add ./configure --no-ifaddrs flag (isaacs)
230
231 * child_process: add .stdin stream to forks (Fedor Indutny)
232
233 * build: fix `make install DESTDIR=/path` (Ben Noordhuis)
234
235 * tls: fix off-by-one error in renegotiation check (Ben Noordhuis)
236
237 * crypto: Fix diffie-hellman key generation UTF-8 errors (Fedor Indutny)
238
239 * node: change the constructor name of process from EventEmitter to process (Andreas Madsen)
240
241 * net: Prevent property access throws during close (Reid Burke)
242
243 * querystring: improved speed and code cleanup (Felix Böhm)
244
245 * sunos: fix assertion errors breaking fs.watch() (Fedor Indutny)
246
247 * unix: stat: detect sub-second changes (Ben Noordhuis)
248
249 * add stat() based file watcher (Ben Noordhuis)
250
251
252 2012.06.15, Version 0.7.11 (unstable), 5cfe0b86d5be266ef51bbba369c39e412ee51944
253
254 * V8: Upgrade to v3.11.10
255
256 * npm: Upgrade to 1.1.26
257
258 * doc: Improve cross-linking in API docs markdown (Ben Kelly)
259
260 * Fix #3425: removeAllListeners should delete array (Reid Burke)
261
262 * cluster: don't silently drop messages when the write queue gets big (Bert Belder)
263
264 * Add Buffer.concat method (isaacs)
265
266 * windows: make symlinks tolerant to forward slashes (Bert Belder)
267
268 * build: Add node.d and node.1 to installer (isaacs)
269
270 * cluster: rename worker.unqiueID to worker.id (Andreas Madsen)
271
272 * Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky)
273
274 * test: bundle node-weak in test/gc so that it doesn't need to be downloaded (Nathan Rajlich)
275
276 * Make many tests pass on Windows (Bert Belder)
277
278 * Fix #3388 Support listening on file descriptors (isaacs)
279
280 * Fix #3407 Add os.tmpDir() (isaacs)
281
282 * Unbreak the snapshotted build on Windows (Bert Belder)
283
284 * Clean up child_process.kill throws (Bert Belder)
285
286 * crypto: make cipher/decipher accept buffer args (Ben Noordhuis)
287
288
289 2012.06.11, Version 0.7.10 (unstable), 12a32a48a30182621b3f8e9b9695d1946b53c131
290
291 * Roll V8 back to 3.9.24.31
292
293 * build: x64 target should always pass -m64 (Robert Mustacchi)
294
295 * add NODE_EXTERN to node::Start (Joel Brandt)
296
297 * repl: Warn about running npm commands (isaacs)
298
299 * slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)
300
301 * slab_allocator: fix leak of Persistent handles (Shigeki Ohtsu)
302
303 * windows/msi: add node.js prompt to startmenu (Jeroen Janssen)
304
305 * windows/msi: fix adding node to PATH (Jeroen Janssen)
306
307 * windows/msi: add start menu links when installing (Jeroen Janssen)
308
309 * windows: don't install x64 version into the 'program files (x86)' folder (Matt Gollob)
310
311 * domain: Fix #3379 domain.intercept no longer passes error arg to cb (Marc Harter)
312
313 * fs: make callbacks run in global context (Ben Noordhuis)
314
315 * fs: enable fs.realpath on windows (isaacs)
316
317 * child_process: expose UV_PROCESS_DETACHED as options.detached (Charlie McConnell)
318
319 * child_process: new stdio API for .spawn() method (Fedor Indutny)
320
321 * child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
322
323 * Upgrade npm to 1.1.25
324         - Enable npm link on windows
325         - Properly remove sh-shim on Windows
326         - Abstract out registry client and logger
327
328
329 2012.05.28, Version 0.7.9 (unstable), 782277f11a753ded831439ed826448c06fc0f356
330
331 * Upgrade V8 to 3.11.1
332
333 * Upgrade npm to 1.1.23
334
335 * uv: rework reference counting scheme (Ben Noordhuis)
336
337 * uv: add interface for joining external event loops (Bert Belder)
338
339 * repl, readline: Handle Ctrl+Z and SIGCONT better (Nathan Rajlich)
340
341 * fs: 64bit offsets for fs calls (Igor Zinkovsky)
342
343 * fs: add sync open flags 'rs' and 'rs+' (Kevin Bowman)
344
345 * windows: enable creating directory junctions with fs.symlink (Igor Zinkovsky, Bert Belder)
346
347 * windows: fix fs.lstat to properly detect symlinks. (Igor Zinkovsky)
348
349 * Fix #3270 Escape url.parse delims (isaacs)
350
351 * http: make http.get() accept a URL (Adam Malcontenti-Wilson)
352
353 * Cleanup vm module memory leakage (Marcel Laverdet)
354
355 * Optimize writing strings with Socket.write (Bert Belder)
356
357 * add support for CESU-8 and UTF-16LE encodings (koichik)
358
359 * path: add path.sep to get the path separator. (Yi, EungJun)
360
361 * net, http: add backlog parameter to .listen() (Erik Dubbelboer)
362
363 * debugger: support mirroring Date objects (Fedor Indutny)
364
365 * addon: add AtExit() function (Ben Noordhuis)
366
367 * net: signal localAddress bind failure in connect (Brian Schroeder)
368
369 * util: handle non-string return value in .inspect() (Alex Kocharin)
370
371
372 2012.04.18, Version 0.7.8 (unstable), c2b47097c0b483552efc1947c6766fa1128600b6
373
374 * Upgrade V8 to 3.9.24.9
375
376 * Upgrade OpenSSL to 1.0.0f
377
378 * Upgrade npm to 1.1.18
379
380 * Show licenses in Binary installers
381
382 * Domains (isaacs)
383
384 * readline: rename "end" to "close" (Nathan Rajlich)
385
386 * tcp: make getsockname() return address family as string (Shigeki Ohtsu)
387
388 * http, https: fix .setTimeout() (ssuda)
389
390 * os: add cross platform EOL character (Mustansir Golawala)
391
392 * typed arrays: unexport SizeOfArrayElementForType() (Aaron Jacobs)
393
394 * net: honor 'enable' flag in .setNoDelay() (Ben Noordhuis)
395
396 * child_process: emit error when .kill fails (Andreas Madsen)
397
398 * gyp: fix 'argument list too long' build error (Ben Noordhuis)
399
400 * fs.WriteStream: Handle modifications to fs.open (isaacs)
401
402 * repl, readline: Handle newlines better (Nathan Rajlich, Nathan Friedly)
403
404 * build: target OSX 10.5 when building on darwin (Nathan Rajlich)
405
406 * Fix #3052 Handle errors properly in zlib (isaacs)
407
408 * build: add support for DTrace and postmortem (Dave Pacheco)
409
410 * core: add reusable Slab allocator (Ben Noordhuis)
411
412
413 2012.03.30, Version 0.7.7 (unstable), 5cda2542fdb086f9fe5de889bea435a65e377dea
414
415 * Upgrade V8 to 3.9.24.7
416
417 * Upgrade npm to 1.1.15
418
419 * Handle Emoji characters properly (Erik Corry, Bert Belder)
420
421 * readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
422
423 * readline: Fix multiline handling (Alex Kocharin)
424
425 * add a -i/--interactive flag to force the REPL (Nathan Rajlich)
426
427 * debugger: add breakOnException command (Fedor Indutny)
428
429 * cluster: kill workers when master dies (Andreas Madsen)
430
431 * cluster: add graceful disconnect support (Andreas Madsen)
432
433 * child_process: Separate 'close' event from 'exit' (Charlie McConnell)
434
435 * typed arrays: add Uint8ClampedArray (Mikael Bourges-Sevenier)
436
437 * buffer: Fix byte alignment issues (Ben Noordhuis, Erik Lundin)
438
439 * tls: fix CryptoStream.setKeepAlive() (Shigeki Ohtsu)
440
441 * Expose http parse error codes (Felix Geisendörfer)
442
443 * events: don't delete the listeners array (Ben Noordhuis, Nathan Rajlich)
444
445 * process: add process.config to view node's ./configure settings (Nathan Rajlich)
446
447 * process: process.execArgv to see node's arguments (Micheil Smith)
448
449 * process: fix process.title setter (Ben Noordhuis)
450
451 * timers: handle negative or non-numeric timeout values (Ben Noordhuis)
452
453
454 2012.03.13, Version 0.7.6 (unstable), f06abda6f58e517349d1b63a2cbf5a8d04a03505
455
456 * Upgrade v8 to 3.9.17
457
458 * Upgrade npm to 1.1.8
459   - Add support for os/cpu fields in package.json (Adam Blackburn)
460   - Automatically node-gyp packages containing a binding.gyp
461   - Fix failures unpacking in UNC shares
462   - Never create un-listable directories
463   - Handle cases where an optionalDependency fails to build
464
465 * events: newListener emit correct fn when using 'once' (Roly Fentanes)
466
467 * url: Ignore empty port component (Łukasz Walukiewicz)
468
469 * module: replace 'children' array (isaacs)
470
471 * tls: parse multiple values of a key in ssl certificate (Sambasiva Suda)
472
473 * cluster: support passing of named pipes (Ben Noordhuis)
474
475 * Windows: include syscall in fs errors (Bert Belder)
476
477 * http: #2888 Emit end event only once (Igor Zinkovsky)
478
479 * readline: add multiline support (Rlidwka)
480
481 * process: add `process.hrtime()` (Nathan Rajlich)
482
483 * net, http, https: add localAddress option (Dmitry Nizovtsev)
484
485 * addon improvements (Nathan Rajlich)
486
487 * build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich)
488
489 * add support for "SEARCH" request methods (Nathan Rajlich)
490
491 * expose the zlib and http_parser version in process.versions (Nathan Rajlich)
492
493
494 2012.02.23, Version 0.7.5 (unstable), d384b8b0d2ab7f05465f0a3e15fe20b4e25b5f86
495
496 * startup speed improvements (Maciej Małecki)
497
498 * crypto: add function getDiffieHellman() (Tomasz Buchert)
499
500 * buffer: support decoding of URL-safe base64 (Ben Noordhuis)
501
502 * Make QueryString.parse() even faster (Brian White)
503
504 * url: decode url entities in auth section (Ben Noordhuis)
505
506 * http: support PURGE request method (Ben Noordhuis)
507
508 * http: Generate Date headers on responses (Mark Nottingham)
509
510 * Fix #2762: Add callback to close function. (Mikeal Rogers)
511
512 * dgram: fix out-of-bound memory read (Ben Noordhuis)
513
514 * repl: add automatic loading of built-in libs (Brandon Benvie)
515
516 * repl: remove double calls where possible (Fedor Indutny)
517
518 * Readline improvements. Related: #2737 #2756 (Colton Baker)
519
520 * build: disable -fomit-frame-pointer on solaris (Dave Pacheco)
521
522 * build: arch detection improvements (Nathan Rajlich)
523
524 * build: Make a fat binary for the OS X `make pkg`. (Nathan Rajlich)
525
526 * jslint src/ and lib/ on 'make test' (isaacs)
527
528
529
530 2012.02.14, Version 0.7.4 (unstable), de21de920cf93ec40736ada3792a7f85f3eadeda
531
532 * Upgrade V8 to 3.9.5
533
534 * Upgrade npm to 1.1.1
535
536 * build: Detect host_arch better (Karl Skomski)
537
538 * debugger: export `debug_port` to `process` (Fedor Indutny)
539
540 * api docs: CSS bug fixes (isaacs)
541
542 * build: use -fPIC for native addons on UNIX (Nathan Rajlich)
543
544 * Re-add top-level v8::Locker (Marcel Laverdet)
545
546 * Move images out of the dist tarballs (isaacs)
547
548 * libuv: Remove uv_export and uv_import (Ben Noordhuis)
549
550 * build: Support x64 build on Windows (Igor Zinkovsky)
551
552
553 2012.02.07, Version 0.7.3 (unstable), 99059aad8d654acda4abcfaa68df182b50f2ec90
554
555 * Upgrade V8 to 3.9.2
556
557 * Revert support for isolates. (Ben Noordhuis)
558
559 * cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen)
560
561 * gyp_addon: link with node.lib on Windows (Nathan Rajlich)
562
563 * http: fix case where http-parser is freed twice (koichik)
564
565 * Windows: disable RTTI and exceptions (Bert Belder)
566
567
568 2012.02.01, Version 0.7.2 (unstable), ec79acb3a6166e30f0bf271fbbfda1fb575b3321
569
570 * Update V8 to 3.8.9
571
572 * Support for sharing streams across Isolates (Igor Zinkovsky)
573
574 * #2636 - Fix case where http_parsers are freed too early (koichik)
575
576 * url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz)
577
578 * child_process: Add disconnect() method to child processes (Andreas Madsen)
579
580 * fs: add O_EXCL support, exclusive open file (Ben Noordhuis)
581
582 * fs: more specific error messages (Tj Holowaychuk)
583
584 * tty: emit 'unknown' key event if key sequence not found (Dan VerWeire, Nathan Rajlich)
585
586 * build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)
587
588 * module: fix --debug-brk on symlinked scripts (Fedor Indutny)
589
590 * zlib: fix `Failed to set dictionary` issue (Fedor Indutny)
591
592 * waf: predict target arch for OS X (Fedor Indutny)
593
594
595 2012.01.23, Version 0.7.1 (unstable), a74354735ab5d5b0fa35a1e4ff7e653757d2069b
596
597 * Update V8 to 3.8.8
598
599 * Install node-waf by default (Fedor Indutny)
600
601 * crypto: Add ability to turn off PKCS padding (Ingmar Runge)
602
603 * v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
604
605 * Add cluster.setupMaster (Andreas Madsen)
606
607 * move `path.exists*` to `fs.exists*` (Maciej Małecki)
608
609 * typed arrays: set class name (Ben Noordhuis)
610
611 * libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
612
613
614 2012.01.16, Version 0.7.0 (unstable), 9cc55dca6f67a6096c858b841c677b0593404321
615
616 * Upgrade V8 to 3.8.6
617
618 * Use GYP build system on unix (Ben Noordhuis)
619
620 * Experimenetal isolates support (Ben Noordhuis)
621
622 * Improvements to Cluster API (Andreas Madsen)
623
624 * Use isolates for internal debugger (Fedor Indutny)
625
626 * Bug fixes
627
628
629 2012.07.10 Version 0.6.20 (maintenance)
630
631 * npm: Upgrade to 1.1.37 (isaacs)
632
633 * benchmark: Backport improvements made in master (isaacs)
634
635 * build: always link with -lz (Trent Mick)
636
637 * core: use proper #include directives (Ben Noordhuis)
638
639 * cluster: don't silently drop messages when the write queue gets big (Bert Belder)
640
641 * windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder)
642
643
644 2012.06.06 Version 0.6.19 (stable), debf552ed2d4a53957446e82ff3c52a8182d5ff4
645
646 * npm: upgrade to 1.1.24
647
648 * fs: no end emit after createReadStream.pause() (Andreas Madsen)
649
650 * vm: cleanup module memory leakage (Marcel Laverdet)
651
652 * unix: fix loop starvation under high network load (Ben Noordhuis)
653
654 * unix: remove abort() in ev_unref() (Ben Noordhuis)
655
656 * windows/tty: never report error after forcibly aborting line-buffered read (Bert Belder)
657
658 * windows: skip GetFileAttributes call when opening a file (Bert Belder)
659
660
661 2012.05.15 Version 0.6.18 (stable), 4bc1d395de6abed2cf1e4d0b7b3a1480a21c368f
662
663 * windows: skip GetFileAttributes call when opening a file (Bert Belder)
664
665 * crypto: add PKCS12/PFX support (Sambasiva Suda)
666
667 * #3240: child_process: delete NODE_CHANNEL_FD from env in spawn (Ben Noordhuis)
668
669 * windows: add test for path.normalize with UNC paths (Bert Belder)
670
671 * windows: make path.normalize convert all slashes to backslashes (Bert Belder)
672
673 * fs: Automatically close FSWatcher on error (Bert Belder)
674
675 * #3258: fs.ReadStream.pause() emits duplicate data event (koichik)
676
677 * pipe_wrap: don't assert() on pipe accept errors (Ben Noordhuis)
678
679 * Better exception output for module load and process.nextTick (Felix Geisendörfer)
680
681 * zlib: fix error reporting (Ben Noordhuis)
682
683 * http: Don't destroy on timeout (isaacs)
684
685 * #3231: http: Don't try to emit error on a null'ed req object (isaacs)
686
687 * #3236: http: Refactor ClientRequest.onSocket (isaacs)
688
689
690 2012.05.04 Version 0.6.17 (stable), 4ced23deaf36493f4303a18f6fdce768c58becc0
691
692 * Upgrade npm to 1.1.21
693
694 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
695
696 * uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
697
698 * windows: Add support for EXDEV errors (Bert Belder)
699
700 * http: Fix client memory leaks (isaacs, Vincent Voyer)
701
702 * fs: fix file descriptor leak in sync functions (Ben Noordhuis)
703
704 * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
705
706
707 2012.04.30 Version 0.6.16 (stable), a1d193963ddc80a27da5da01b59751e14e33d1d6
708
709 * Upgrade V8 to 3.6.6.25
710
711 * Upgrade npm to 1.1.19
712
713 * Windows: add mappings for UV_ENOENT (Bert Belder)
714
715 * linux: add IN_MOVE_SELF to inotify event mask (Ben Noordhuis)
716
717 * unix: call pipe handle connection cb on accept() error (Ben Noordhuis)
718
719 * unix: handle EWOULDBLOCK (Ben Noordhuis)
720
721 * map EWOULDBLOCK to UV_EAGAIN (Ben Noordhuis)
722
723 * Map ENOMEM to UV_ENOMEM (isaacs)
724
725 * Child process: support the `gid` and `uid` options (Bert Belder)
726
727 * test: cluster: add worker death event test (Ben Noordhuis)
728
729 * typo in node_http_parser (isaacs)
730
731 * http_parser: Eat CRLF between requests, even on connection:close. (Ben Noordhuis)
732
733 * don't check return value of unsetenv (Ben Noordhuis)
734
735
736 2012.04.09 Version 0.6.15 (stable), f160a45b254e591eb33716311c92be533c6d86c4
737
738 * Update npm to 1.1.16
739
740 * Show licenses in binary installers.
741
742 * unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis)
743
744 * add 64bit offset fs functions (Igor Zinkovsky)
745
746 * windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)
747
748 * windows: backport pipe-connect-to-file fixes from master (Bert Belder)
749
750 * windows: never call fs event callbacks after closing the watcher (Bert Belder)
751
752 * fs.readFile: don't make the callback before the fd is closed (Bert Belder)
753
754 * windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky)
755
756 * Fix #2061: segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
757
758
759 2012.03.22 Version 0.6.14 (stable), e513ffef7549a56a5af728e1f0c2c0c8f290518a
760
761 * net: don't crash when queued write fails (Igor Zinkovsky)
762
763 * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)
764
765 * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis)
766
767 * unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis)
768
769 * Add UV_ENOSPC and mappings to it (Bert Belder)
770
771 * http-parser: Fix response body is not read (koichik)
772
773 * Upgrade npm to 1.1.12
774   - upgrade node-gyp to 0.3.7
775   - work around AV-locked directories on Windows
776   - Fix isaacs/npm#2293 Don't try to 'uninstall' /
777   - Exclude symbolic links from packages.
778   - Fix isaacs/npm#2275 Spurious 'unresolvable cycle' error.
779   - Exclude/include dot files as if they were normal files
780
781
782 2012.03.15 Version 0.6.13 (stable), 9f7f86b534f8556290eb8cad915984ff4ca54996
783
784 * Windows: Many libuv test fixes (Bert Belder)
785
786 * Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder)
787
788 * Map EBUSY and ENOTEMPTY errors (Bert Belder)
789
790 * Windows: include syscall in fs errors (Bert Belder)
791
792 * Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis)
793
794 * Update npm to 1.1.9
795   - upgrade node-gyp to 0.3.5 (Nathan Rajlich)
796   - Fix isaacs/npm#2249 Add cache-max and cache-min configs
797   - Properly redirect across https/http registry requests
798   - log config usage if undefined key in set function (Kris Windham)
799   - Add support for os/cpu fields in package.json (Adam Blackburn)
800   - Automatically node-gyp packages containing a binding.gyp
801   - Fix failures unpacking in UNC shares
802   - Never create un-listable directories
803   - Handle cases where an optionalDependency fails to build
804
805
806 2012.03.02 Version 0.6.12 (stable), 48a2d34cfe6b7e1c9d15202a4ef5e3c82d1fba35
807
808 * Upgrade V8 to 3.6.6.24
809
810 * dtrace ustack helper improvements (Dave Pacheco)
811
812 * API Documentation refactor (isaacs)
813
814 * #2827 net: fix race write() before and after connect() (koichik)
815
816 * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal)
817
818 * punycode: Update to v1.0.0 (Mathias Bynens)
819
820 * Make a fat binary for the OS X pkg (isaacs)
821
822 * Fix hang on accessing process.stdin (isaacs)
823
824 * repl: make tab completion work on non-objects (Nathan Rajlich)
825
826 * Fix fs.watch on OS X (Ben Noordhuis)
827
828 * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis)
829
830 * windows: fix time conversion in stat (Igor Zinkovsky)
831
832 * windows: fs: handle EOF in read (Brandon Philips)
833
834 * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)
835
836 * Upgrade npm to 1.1.4 (isaacs)
837   - windows fixes
838   - Bundle nested bundleDependencies properly
839   - install: support --save with url install targets
840   - shrinkwrap: behave properly with url-installed modules
841   - support installing uncompressed tars or single file modules from urls etc.
842   - don't run make clean on rebuild
843   - support HTTPS-over-HTTP proxy tunneling
844
845
846 2012.02.17 Version 0.6.11 (stable), 1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a
847
848 * http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
849
850 * http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
851
852 * windows: support unicode argv and environment variables (Bert Belder)
853
854 * tls: mitigate session renegotiation attacks (Ben Noordhuis)
855
856 * tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
857
858 * tls: Allow establishing secure connection on the existing socket (koichik)
859
860 * dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
861
862 * windows: Support half-duplex pipes (Igor Zinkovsky)
863
864 * build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
865
866 * debugger: fix --debug-brk (Ben Noordhuis)
867
868 * net: fix large file downloads failing (koichik)
869
870 * fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
871
872 * net: destroy socket on DNS error (Stefan Rusu)
873
874 * dtrace: add missing translator (Dave Pacheco)
875
876 * unix: don't flush tty on switch to raw mode (Ben Noordhuis)
877
878 * windows: reset brightness when reverting to default text color (Bert Belder)
879
880 * npm: update to 1.1.1
881   - Update which, fstream, mkdirp, request, and rimraf
882   - Fix #2123 Set path properly for lifecycle scripts on windows
883   - Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
884
885
886 2012.02.02, Version 0.6.10 (stable), 051908e023f87894fa68f5b64d0b99a19a7db01e
887
888 * Update V8 to 3.6.6.20
889
890 * Add npm msysgit bash shim to msi installer (isaacs)
891
892 * buffers: fix intermittent out of bounds error (Ben Noordhuis)
893
894 * buffers: honor length argument in base64 decoder (Ben Noordhuis)
895
896 * windows: Fix path.exists regression (Bert Belder)
897
898 * Make QueryString.parse run faster (Philip Tellis)
899
900 * http: avoid freeing http-parser objects too early (koichik)
901
902 * timers: add v0.4 compatibility hack (Ben Noordhuis)
903
904 * Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)
905
906 * dgram: Implement udp multicast methods on windows (Bert Belder)
907
908
909 2012.01.27, Version 0.6.9 (stable), f19e20d33f57c4d2853aaea7d2724d44f3b0012f
910
911 * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordhuis)
912   - Note: Windows UDP support not yet complete.
913
914 * http: Fix parser memory leak (koichik)
915
916 * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
917
918 * module: fix --debug-brk on symlinked scripts (Fedor Indutny)
919
920 * Documentation Restyling (Matthew Fitzsimmons)
921
922 * Update npm to 1.1.0-3 (isaacs)
923
924 * Windows: fix regression in stat() calls to C:\ (Bert Belder)
925
926
927 2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645
928
929 * Update V8 to 3.6.6.19
930
931 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
932
933 * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
934
935 * path.extname bugfix with . and .. paths (Bert Belder)
936
937 * cluster: don't always kill the master on uncaughtException (Ben Noordhuis)
938
939 * Update npm to 1.1.0-2 (isaacs)
940
941 * typed arrays: set class name (Ben Noordhuis)
942
943 * zlib binding cleanup (isaacs, Bert Belder)
944
945 * dgram: use slab memory allocator (Michael Bernstein)
946
947 * fix segfault #2473
948
949 * #2521 60% improvement in fs.stat on Windows (Igor Zinkovsky)
950
951
952 2012.01.06, Version 0.6.7 (stable), d5a189acef14a851287ee555f7a39431fe276e1c
953
954 * V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
955
956 * Upgrade V8 to 3.6.6.15
957
958 * Upgrade npm to 1.1.0-beta-10 (isaacs)
959
960 * many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
961   Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
962
963 * Fix segfault in node_http_parser.cc
964
965 * dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kikuchi)
966
967 * repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
968
969 * #1980: Socket.pause null reference when called on a closed Stream (koichik)
970
971 * #2263: XMLHttpRequest piped in a writable file stream hang (koichik)
972
973 * #2069: http resource leak (koichik)
974
975 * buffer.readInt global pollution fix (Phil Sung)
976
977 * timers: fix performance regression (Ben Noordhuis)
978
979 * #2308, #2246: node swallows openssl error on request (koichik)
980
981 * #2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig)
982
983 * #2379: debugger: Request backtrace w/o refs (Fedor Indutny)
984
985 * simple DTrace ustack helper (Dave Pacheco)
986
987 * crypto: rewrite HexDecode without snprintf (Roman Shtylman)
988
989 * crypto: don't ignore DH init errors (Ben Noordhuis)
990
991
992 2011.12.14, Version 0.6.6
993
994 * npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
995
996 * cli: fix output of --help (Ben Noordhuis)
997
998 * new website
999
1000 * pause/resume semantics for stdin (Isaac Z. Schlueter)
1001
1002 * Travis CI integration (Maciej Małecki)
1003
1004 * child_process: Fix bug regarding closed stdin (Ben Noordhuis)
1005
1006 * Enable upgrades in MSI. (Igor Zinkovsky)
1007
1008 * net: Fixes memory leak (Ben Noordhuis)
1009
1010 * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
1011
1012 * crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
1013
1014
1015 2011.12.04, Version 0.6.5 (stable), 6cc94db653a2739ab28e33b2d6a63c51bd986a9f
1016
1017 * npm workaround Windows antivirus software (isaacs)
1018
1019 * Upgrade V8 to 3.6.6.11
1020
1021
1022 2011.12.02, Version 0.6.4 (stable), 9170077f13e5e5475b23d1d3c2e7f69bfe139727
1023
1024 * doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens)
1025
1026 * upgrade bundled npm (Isaac Schlueter)
1027
1028 * polish Windows installer (Igor Zinkovsky, Isaac Schlueter)
1029
1030 * punycode: upgrade to v0.2.1 (Mathias Bynens)
1031
1032 * build: add –without-npm flag to configure script
1033
1034 * sys: deprecate module some more, print stack trace if NODE_DEBUG=sys
1035
1036 * cli: add -p switch, prints result of –eval
1037
1038 * #1997: fix Blowfish ECB encryption and decryption (Ingmar Runge)
1039
1040 * #2223: fix socket ‘close’ event being emitted twice
1041
1042 * #2224: fix RSS memory usage > 4 GB reporting (Russ Bradberry)
1043
1044 * #2225: fix util.inspect() object stringification bug (Nathan Rajlich)
1045
1046
1047 2011.11.25, Version 0.6.3 (stable), b159c6d62e5756d3f8847419d29c6959ea288b56
1048
1049 * #2083 Land NPM in Node. It is included in packages/installers and installed
1050   on `make install`.
1051
1052 * #2076 Add logos to windows installer.
1053
1054 * #1711 Correctly handle http requests without headers. (Ben Noordhuis,
1055   Felix Geisendörfer)
1056
1057 * TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)
1058
1059 * #2177 Windows: don't kill UDP socket when a packet fails to reach its
1060   destination. (Bert Belder)
1061
1062 * Windows: support paths longer than 260 characters. (Igor Zinkovsky)
1063
1064 * Windows: correctly resolve drive-relative paths. (Bert Belder)
1065
1066 * #2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter)
1067
1068 * #2084 Add OS X .pkg build script to make file.
1069
1070 * #2160 Documentation improvements. (Ben Noordhuis)
1071
1072
1073 2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8
1074
1075 * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
1076
1077 * timers: remember extra setTimeout() arguments when timeout==0
1078
1079 * punycode: use Mathias Bynens's punycode library, it's more compliant
1080
1081 * repl: improved tab completion (Ryan Emery)
1082
1083 * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
1084
1085 * tls: make cipher list configurable
1086
1087 * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder)
1088
1089 * crypto: add PKCS#1 a.k.a RSA public key verification support
1090
1091 * windows: fix stdout writes when redirected to nul
1092
1093 * sunos: fix build on Solaris and Illumos
1094
1095 * Upgrade V8 to 3.6.6.8
1096
1097
1098 2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b
1099
1100 * doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
1101
1102 * crypto: make thread-safe (Ben Noordhuis)
1103
1104 * fix process.kill error object
1105
1106 * debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu)
1107
1108 * make stdout and stderr non-destroyable (Igor Zinkovsky)
1109
1110 * fs: don't close uninitialized fs.watch handle (Ben Noordhuis)
1111
1112 * #2026 fix man page install on BSDs (Ben Noordhuis)
1113
1114 * #2040 fix unrecognized errno assert in uv_err_name
1115
1116 * #2043 fs: mkdir() should call callback if mode is omitted
1117
1118 * #2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero)
1119
1120 * #2047 minor cluster improvements
1121
1122 * #2052 readline get window columns correctly
1123
1124 * Upgrade V8 to 3.6.6.7
1125
1126
1127 2011.11.04, Version 0.6.0 (stable), 865b077819a9271a29f982faaef99dc635b57fbc
1128
1129 * print undefined on undefined values in REPL (Nathan Rajlich)
1130
1131 * doc improvements (koichik, seebees, bnoordhuis,
1132   Maciej Małecki, Jacob Kragh)
1133
1134 * support native addon loading in windows (Bert Belder)
1135
1136 * rename getNetworkInterfaces() to networkInterfaces() (bnoordhuis)
1137
1138 * add pending accepts knob for windows (igorzi)
1139
1140 * http.request(url.parse(x)) (seebees)
1141
1142 * #1929 zlib Respond to 'resume' events properly (isaacs)
1143
1144 * stream.pipe: Remove resume and pause events
1145
1146 * test fixes for windows (igorzi)
1147
1148 * build system improvements (bnoordhuis)
1149
1150 * #1936 tls: does not emit 'end' from EncryptedStream (koichik)
1151
1152 * #758 tls: add address(), remoteAddress/remotePort
1153
1154 * #1399 http: emit Error object after .abort() (bnoordhuis)
1155
1156 * #1999 fs: make mkdir() default to 0777 permissions (bnoordhuis)
1157
1158 * #2001 fix pipe error codes
1159
1160 * #2002 Socket.write should reset timeout timer
1161
1162 * stdout and stderr are blocking when associated with file too.
1163
1164 * remote debugger support on windows (Bert Belder)
1165
1166 * convenience methods for zlib (Matt Robenolt)
1167
1168 * process.kill support on windows (igorzi)
1169
1170 * process.uptime() support on windows (igorzi)
1171
1172 * Return IPv4 addresses before IPv6 addresses from getaddrinfo
1173
1174 * util.inspect improvements (Nathan Rajlich)
1175
1176 * cluster module api changes
1177
1178 * Downgrade V8 to 3.6.6.6
1179
1180
1181 2011.10.21, Version 0.5.10 (unstable), 220e61c1f65bf4db09699fcf6399c0809c0bc446
1182
1183 * Remove cmake build system, support for Cygwin, legacy code base,
1184         process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
1185
1186 * Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
1187 koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
1188
1189 * Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
1190
1191 * Long process.title support (Ben Noordhuis)
1192
1193 * net: register net.Server callback only once (Simen Brekken)
1194
1195 * net: fix connect queue bugs (Ben Noordhuis)
1196
1197 * debugger: fix backtrace err handling (Fedor Indutny)
1198
1199 * Use getaddrinfo instead of c-ares for dns.lookup
1200
1201 * Emit 'end' from crypto streams on close
1202
1203 * #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
1204
1205 * #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
1206
1207 * #1644 add GetCPUInfo on windows (Karl Skomski)
1208
1209 * #1484, #1834, #1482, #771 Don't use a separate context for the repl.
1210   (isaacs)
1211
1212 * #1882 zlib Update 'availOutBefore' value, and test (isaacs)
1213
1214 * #1888 child_process.fork: don't modify args (koichik)
1215
1216 * #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
1217
1218 * #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
1219
1220 * #1894 net: fix error handling in listen() (koichik)
1221
1222 * #1860 console.error now goes through uv_tty_t
1223
1224 * Upgrade V8 to 3.7.0
1225
1226 * Upgrade GYP to r1081
1227
1228
1229 2011.10.10, Version 0.5.9 (unstable)
1230
1231 * fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW
1232   (Igor Zinkovsky, Ben Noordhuis)
1233
1234 * add dns.resolveTxt (Christian Tellnes)
1235
1236 * Remove legacy http library (Ben Noordhuis)
1237
1238 * child_process.fork returns and works on Windows. Allows passing handles.
1239   (Igor Zinkovsky, Bert Belder)
1240
1241 * #1774 Lint and clean up for --harmony_block_scoping (Tyler Larson, Colton
1242   Baker)
1243
1244 * #1813 Fix ctrl+c on Windows (Bert Belder)
1245
1246 * #1844 unbreak --use-legacy (Ben Noordhuis)
1247
1248 * process.stderr now goes through libuv. Both process.stdout and
1249   process.stderr are blocking when referencing a TTY.
1250
1251 * net_uv performance improvements (Ben Noordhuis, Bert Belder)
1252
1253
1254 2011.09.30, Version 0.5.8 (unstable), 7cc17a0cea1d25188c103745a7d0c24375e3a609
1255
1256 * zlib bindings (isaacs)
1257
1258 * Windows supports TTY ANSI escape codes (Bert Belder)
1259
1260 * Debugger improvements (Fedor Indutny)
1261
1262 * crypto: look up SSL errors with ERR_print_errors() (Ben Noordhuis)
1263
1264 * dns callbacks go through MakeCallback now
1265
1266 * Raise an error when a malformed package.json file is found. (Ben Leslie)
1267
1268 * buffers: handle bad length argument in constructor (Ben Noordhuis)
1269
1270 * #1726, unref process.stdout
1271
1272 * Doc improvements (Ben Noordhuis, Fedor Indutny, koichik)
1273
1274 * Upgrade libuv to fe18438
1275
1276
1277 2011.09.16, Version 0.5.7 (unstable), 558241166c4f3c516e5a448e676db0b57119212f
1278
1279 * Upgrade V8 to 3.6.4
1280
1281 * Improve Windows compatibility
1282
1283 * Documentation improvements
1284
1285 * Debugger and REPL improvements (Fedor Indutny)
1286
1287 * Add legacy API support: net.Stream(fd), process.stdout.writable,
1288   process.stdout.fd
1289
1290 * Fix mkdir EEXIST handling (isaacs)
1291
1292 * Use net_uv instead of net_legacy for stdio
1293
1294 * Do not load readline from util.inspect
1295
1296 * #1673 Fix bug related to V8 context with accessors (Fedor Indutny)
1297
1298 * #1634 util: Fix inspection for Error (koichik)
1299
1300 * #1645 fs: Add positioned file writing feature to fs.WriteStream (Thomas
1301   Shinnick)
1302
1303 * #1637 fs: Unguarded fs.watchFile cache statWatchers checking fixed (Thomas
1304   Shinnick)
1305
1306 * #1695 Forward customFds to ChildProcess.spawn
1307
1308 * #1707 Fix hasOwnProperty security problem in querystring (isaacs)
1309
1310 * #1719 Drain OpenSSL error queue
1311
1312
1313 2011.09.08, Version 0.5.6 (unstable)
1314
1315 * #345, #1635, #1648 Documentation improvements (Thomas Shinnick,
1316   Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth,
1317   Ben Noordhuis)
1318
1319 * #650 Improve path parsing on windows (Bert Belder)
1320
1321 * #752 Remove headers sent check in OutgoingMessage.getHeader()
1322   (Peter Lyons)
1323
1324 * #1236, #1438, #1506, #1513, #1621, #1640, #1647 Libuv-related bugs fixed
1325   (Jorge Chamorro Bieling, Peter Bright, Luis Lavena, Igor Zinkovsky)
1326
1327 * #1296, #1612 crypto: Fix BIO's usage. (Koichi Kobayashi)
1328
1329 * #1345 Correctly set socket.remoteAddress with libuv backend (Bert Belder)
1330
1331 * #1429 Don't clobber quick edit mode on windows (Peter Bright)
1332
1333 * #1503 Make libuv backend default on unix, override with `node --use-legacy`
1334
1335 * #1565 Fix fs.stat for paths ending with \ on windows (Igor Zinkovsky)
1336
1337 * #1568 Fix x509 certificate subject parsing (Koichi Kobayashi)
1338
1339 * #1586 Make socket write encoding case-insensitive (Koichi Kobayashi)
1340
1341 * #1591, #1656, #1657 Implement fs in libuv, remove libeio and pthread-win32
1342   dependency on windows (Igor Zinkovsky, Ben Noordhuis, Ryan Dahl,
1343   Isaac Schlueter)
1344
1345 * #1592 Don't load-time link against CreateSymbolicLink on windows
1346   (Peter Bright)
1347
1348 * #1601 Improve API consistency when dealing with the socket underlying a HTTP
1349   client request (Mikeal Rogers)
1350
1351 * #1610 Remove DigiNotar CA from trusted list (Isaac Schlueter)
1352
1353 * #1617 Added some win32 os functions (Karl Skomski)
1354
1355 * #1624 avoid buffer overrun with 'binary' encoding (Koichi Kobayashi)
1356
1357 * #1633 make Buffer.write() always set _charsWritten (Koichi Kobayashi)
1358
1359 * #1644 Windows: set executables to be console programs (Peter Bright)
1360
1361 * #1651 improve inspection for sparse array (Koichi Kobayashi)
1362
1363 * #1672 set .code='ECONNRESET' on socket hang up errors (Ben Noordhuis)
1364
1365 * Add test case for foaf+ssl client certificate (Niclas Hoyer)
1366
1367 * Added RPATH environment variable to override run-time library paths
1368   (Ashok Mudukutore)
1369
1370 * Added TLS client-side session resumption support (Sean Cunningham)
1371
1372 * Added additional properties to getPeerCertificate (Nathan Rixham,
1373   Niclas Hoyer)
1374
1375 * Don't eval repl command twice when an error is thrown (Nathan Rajlich)
1376
1377 * Improve util.isDate() (Nathan Rajlich)
1378
1379 * Improvements in libuv backend and bindings, upgrade libuv to
1380   bd6066cb349a9b3a1b0d87b146ddaee06db31d10
1381
1382 * Show warning when using lib/sys.js (Maciej Malecki)
1383
1384 * Support plus sign in url protocol (Maciej Malecki)
1385
1386 * Upgrade V8 to 3.6.2
1387
1388
1389 2011.08.26, Version 0.5.5 (unstable), d2d53d4bb262f517a227cc178a1648094ba54c20
1390
1391 * typed arrays, implementation from Plesk
1392
1393 * fix IP multicast on SunOS
1394
1395 * fix DNS lookup order: IPv4 first, IPv6 second (--use-uv only)
1396
1397 * remove support for UNIX datagram sockets (--use-uv only)
1398
1399 * UDP support for Windows (Bert Belder)
1400
1401 * #1572 improve tab completion for objects in the REPL (Nathan Rajlich)
1402
1403 * #1563 fix buffer overflow in child_process module (reported by Dean McNamee)
1404
1405 * #1546 fix performance regression in http module (reported by Brian Geffon)
1406
1407 * #1491 add PBKDF2 crypto support (Glen Low)
1408
1409 * #1447 remove deprecated http.cat() function (Mikeal Rogers)
1410
1411 * #1140 fix incorrect dispatch of vm.runInContext's filename argument
1412   (Antranig Basman)
1413
1414 * #1140 document vm.runInContext() and vm.createContext() (Antranig Basman)
1415
1416 * #1428 fix os.freemem() on 64 bits freebsd (Artem Zaytsev)
1417
1418 * #1164 make all DNS lookups async, fixes uncatchable exceptions
1419   (Koichi Kobayashi)
1420
1421 * fix incorrect ssl shutdown check (Tom Hughes)
1422
1423 * various cmake fixes (Tom Hughes)
1424
1425 * improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny,
1426   Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye)
1427
1428 * upgrade libuv to commit 835782a
1429
1430 * upgrade V8 to 3.5.8
1431
1432
1433 2011.08.12, Version 0.5.4 (unstable), cfba1f59224ff8602c3fe9145181cad4c6df89a9
1434
1435 * libuv/Windows compatibility improvements
1436
1437 * Build on Microsoft Visual Studio via GYP. Use generate-projects.bat in the
1438   to build sln files. (Peter Bright, Igor Zinkovsky)
1439
1440 * Make Mikeal's HTTP agent client the default. Use old HTTP client with
1441   --use-http1
1442
1443 * Fixes https host header default port handling. (Mikeal Rogers)
1444
1445 * #1440 strip byte order marker when loading *.js and *.json files
1446   (Ben Noordhuis)
1447
1448 * #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
1449
1450 * Provide unchecked uint entry points for integer Buffer.read/writeInt
1451   methods. (Robert Mustacchi)
1452
1453 * CMake improvements (Tom Huges)
1454
1455 * Upgrade V8 to 3.5.4.
1456
1457
1458 2011.08.01, Version 0.5.3 (unstable), 4585330afef44ddfb6a4054bd9b0f190b352628b
1459
1460 * Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
1461
1462 * #243 Add an optional length argument to Buffer.write() (koichik)
1463
1464 * #657 convert nonbuffer data to string in fs.writeFile/Sync
1465   (Daniel Pihlström)
1466
1467 * Add process.features, remove process.useUV (Ben Noordhuis)
1468
1469 * #324 Fix crypto hmac to accept binary keys + add test cases from rfc 2202
1470   and 4231 (Stefan Bühler)
1471
1472 * Add Socket::bytesRead, Socket::bytesWritten (Alexander Uvarov)
1473
1474 * #572 Don't print result of --eval in CLI (Ben Noordhuis)
1475
1476 * #1223 Fix http.ClientRequest crashes if end() was called twice (koichik)
1477
1478 * #1383 Emit 'close' after all connections have closed (Felix Geisendörfer)
1479
1480 * Add sprintf-like util.format() function (Ben Noordhuis)
1481
1482 * Add support for TLS SNI (Fedor Indutny)
1483
1484 * New http agent implementation. Off by default the command line flag
1485   --use-http2 will enable it. "make test-http2" will run the tests
1486         for the new implementation. (Mikeal Rogers)
1487
1488 * Revert AMD compatibility. (isaacs)
1489
1490 * Windows: improvements, child_process support.
1491
1492 * Remove pkg-config file.
1493
1494 * Fix startup time regressions.
1495
1496 * doc improvements
1497
1498
1499 2011.07.22, Version 0.5.2 (unstable), 08ffce1a00dde1199174b390a64a90b60768ddf5
1500
1501 * libuv improvements; named pipe support
1502
1503 * #1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis)
1504
1505 * #1348 remove require.paths (isaacs)
1506
1507 * #1349 Delimit NODE_PATH with ; on Windows (isaacs)
1508
1509 * #1335 Remove EventEmitter from C++
1510
1511 * #1357 Load json files with require() (isaacs)
1512
1513 * #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
1514
1515 * Fixed: GC was being run too often.
1516
1517 * Upgrade V8 to 3.4.14
1518
1519 * doc improvements
1520
1521
1522 2011.07.14, Version 0.5.1 (unstable), f8bfa54d0fa509f9242637bef2869a1b1e842ec8
1523
1524 * #1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)
1525
1526 * #1149 IDNA and Punycode support in url.parse
1527   (Jeremy Selier, Ben Noordhuis, isaacs)
1528
1529 * Export $CC and $CXX to uv and V8's build systems
1530
1531 * Include pthread-win32 static libraries in build (Igor Zinkovsky)
1532
1533 * #1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)
1534
1535 * #1281 Make require a public member of module (isaacs)
1536
1537 * #1303 Stream.pipe returns the destination (Elijah Insua)
1538
1539 * #1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)
1540
1541 * libuv backend improvements
1542
1543 * Upgrade V8 to 3.4.10
1544
1545
1546 2011.07.05, Version 0.5.0 (unstable), ae7ed8482ea7e53c59acbdf3cf0e0a0ae9d792cd
1547
1548 * New non-default libuv backend to support IOCP on Windows.
1549   Use --use-uv to enable.
1550
1551 * deprecate http.cat
1552
1553 * docs improved.
1554
1555 * add child_process.fork
1556
1557 * add fs.utimes() and fs.futimes() support (Ben Noordhuis)
1558
1559 * add process.uptime() (Tom Huges)
1560
1561 * add path.relative (Tony Huang)
1562
1563 * add os.getNetworkInterfaces()
1564
1565 * add remoteAddress and remotePort for client TCP connections
1566   (Brian White)
1567
1568 * add secureOptions flag, setting ciphers,
1569   SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
1570
1571 * add process.arch (Nathan Rajlich)
1572
1573 * add reading/writing of floats and doubles from/to buffers (Brian White)
1574
1575 * Allow script to be read from stdin
1576
1577 * #477 add Buffer::fill method to do memset (Konstantin Käfer)
1578
1579 * #573 Diffie-Hellman support to crypto module (Håvard Stranden)
1580
1581 * #695 add 'hex' encoding to buffer (isaacs)
1582
1583 * #851 Update how REPLServer uses contexts (Ben Weaver)
1584
1585 * #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
1586
1587 * #889 Allow to remove all EventEmitter listeners at once
1588   (Felix Geisendörfer)
1589
1590 * #926 OpenSSL NPN support (Fedor Indutny)
1591
1592 * #955 Change ^C handling in REPL (isaacs)
1593
1594 * #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
1595
1596 * #1173 #1170 add AMD, asynchronous module definition (isaacs)
1597
1598 * DTrace probes: support X-Forwarded-For (Dave Pacheco)
1599
1600
1601 2011.09.15, Version 0.4.12 (stable)
1602
1603 * Improve docs
1604
1605 * #1563 overflow in ChildProcess custom_fd.
1606
1607 * #1569, parse error on multi-line HTTP headers. (Ben Noordhuis)
1608
1609 * #1586 net: Socket write encoding case sensitivity (koichik)
1610
1611 * #1610 Remove DigiNotar CA from trusted list (isaacs)
1612
1613 * #1624 buffer: Avoid overrun with 'binary' encoding. (koichik)
1614
1615 * #1633 buffer: write() should always set _charsWritten. (koichik)
1616
1617 * #1707 hasOwnProperty usage security hole in querystring (isaacs)
1618
1619 * #1719 Drain OpenSSL error queue
1620
1621 * Fix error reporting in net.Server.listen
1622
1623
1624 2011.08.17, Version 0.4.11 (stable), a745d19ce7d1c0e3778371af4f0346be70cf2c8e
1625
1626 * #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
1627
1628 * #1202 net.createConnection defer DNS lookup error events to next tick
1629   (Ben Noordhuis)
1630
1631 * #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
1632
1633 * #1417 Fix http.ClientRequest crashes if end() was called twice
1634
1635 * #1497 querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)
1636
1637 * #1546 http perf improvement
1638
1639 * fix memleak in libeio (Tom Hughes)
1640
1641 * cmake improvements (Tom Hughes)
1642
1643 * node_net.cc: fix incorrect sizeof() (Tom Hughes)
1644
1645 * Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
1646
1647 * Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
1648
1649
1650 2011.07.19, Version 0.4.10 (stable)
1651
1652 * #394 Fix Buffer drops last null character in UTF-8
1653
1654 * #829 Backport r8577 from V8 (Ben Noordhuis)
1655
1656 * #877 Don't wait for HTTP Agent socket pool to establish connections.
1657
1658 * #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
1659
1660 * #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
1661
1662 * #1274 debugger improvement (Yoshihiro Kikuchi)
1663
1664 * #1291 Properly respond to HEAD during end(body) hot path (Reid Burke)
1665
1666 * #1304 TLS: Fix race in abort/connection code (Stefan Rusu)
1667
1668 * #1360 Allow _ in url hostnames.
1669
1670 * Revert 37d529f8 - unbreaks debugger command parsing.
1671
1672 * Bring back global execScript
1673
1674 * Doc improvements
1675
1676
1677 2011.06.29, Version 0.4.9 (stable)
1678
1679 * Improve documentation
1680
1681 * #1095 error handling bug in stream.pipe() (Felix Geisendörfer)
1682
1683 * #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)
1684
1685 * #562 #1078 Parse file:// urls properly (Ryan Petrello)
1686
1687 * #880 Option to disable SSLv2 (Jérémy Lal)
1688
1689 * #1087 Disabling SSL compression disabled with early OpenSSLs.
1690
1691 * #1144 debugger: don't allow users to input non-valid commands
1692   (Siddharth Mahendraker)
1693
1694 * Perf improvement for util.inherits
1695
1696 * #1166 Support for signature verification with RSA/DSA public keys
1697   (Mark Cavage)
1698
1699 * #1177 Remove node_modules lookup optimization to better support
1700   nested project structures (Mathias Buus)
1701
1702 * #1203 Add missing scope.Close to fs.sendfileSync
1703
1704 * #1187 Support multiple 'link' headers
1705
1706 * #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)
1707
1708 * Upgrade V8 to 3.1.8.25, upgrade http-parser.
1709
1710
1711 2011.05.20, Version 0.4.8 (stable), 7dd22c26e4365698dc3efddf138c4d399cb912c8
1712
1713 * #974 Properly report traceless errors (isaacs)
1714
1715 * #983 Better JSON.parse error detection in REPL (isaacs)
1716
1717 * #836 Agent socket errors bubble up to req only if req exists
1718
1719 * #1041 Fix event listener leak check timing (koichik)
1720
1721 *       #1038 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
1722   (koichik)
1723
1724 * #1073 Share SSL context between server connections (Fedor Indutny)
1725
1726 * Disable compression with OpenSSL. Improves memory perf.
1727
1728 * Implement os.totalmem() and os.freemem() for SunOS (Alexandre Marangone)
1729
1730 * Fix a special characters in URL regression (isaacs)
1731
1732 * Fix idle timeouts in HTTPS (Felix Geisendörfer)
1733
1734 * SlowBuffer.write() with 'ucs2' throws ReferenceError. (koichik)
1735
1736 * http.ServerRequest 'close' sometimes gets an error argument
1737   (Felix Geisendörfer)
1738
1739 * Doc improvements
1740
1741 * cleartextstream.destroy() should close(2) the socket. Previously was being
1742         mapped to a shutdown(2) syscall.
1743
1744 * No longer compile out asserts and debug statements in normal build.
1745
1746 * Debugger improvements.
1747
1748 * Upgrade V8 to 3.1.8.16.
1749
1750
1751 2011.04.22, Version 0.4.7 (stable)
1752
1753 * Don't emit error on ECONNRESET from read() #670
1754
1755 * Fix: Multiple pipes to the same stream were broken #929
1756   (Felix Geisendörfer)
1757
1758 * URL parsing/formatting corrections #954 (isaacs)
1759
1760 * make it possible to do repl.start('', stream) (Wade Simmons)
1761
1762 * Add os.loadavg for SunOS (Robert Mustacchi)
1763
1764 * Fix timeouts with floating point numbers #897 (Jorge Chamorro Bieling)
1765
1766 * Improve docs.
1767
1768
1769 2011.04.13, Version 0.4.6 (stable)
1770
1771 * Don't error on ENOTCONN from shutdown() #670
1772
1773 * Auto completion of built-in debugger suggests prefix match rather than
1774         partial match. (koichik)
1775
1776 * circular reference in vm modules. #822 (Jakub Lekstan)
1777
1778 * http response.readable should be false after 'end' #867 (Abe Fettig)
1779
1780 * Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
1781
1782 * fs.ReadStream: Allow omission of end option for range reads #801
1783         (Felix Geisendörfer)
1784
1785 * Buffer.write() with UCS-2 should not be write partial char
1786         #916 (koichik)
1787
1788 * Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
1789
1790 * TLS use RC4-SHA by default
1791
1792 * Don't strangely drop out of event loop on HTTPS client uploads #892
1793
1794 * Doc improvements
1795
1796 * Upgrade v8 to 3.1.8.10
1797
1798
1799 2011.04.01, Version 0.4.5 (stable)
1800
1801 * Fix listener leak in stream.pipe() (Mikeal Rogers)
1802
1803 * Retain buffers in fs.read/write() GH-814 (Jorge Chamorro Bieling)
1804
1805 * TLS performance improvements
1806
1807 * SlowBuffer.prototype.slice bug GH-843
1808
1809 * process.stderr.write should return true
1810
1811 * Immediate pause/resume race condition GH-535 (isaacs)
1812
1813 * Set default host header properly GH-721 (isaacs)
1814
1815 * Upgrade V8 to 3.1.8.8
1816
1817
1818 2011.03.26, Version 0.4.4 (stable), 25122b986a90ba0982697b7abcb0158c302a1019
1819
1820 * CryptoStream.end shouldn't throw if not writable GH-820
1821
1822 * Drop out if connection destroyed before connect() GH-819
1823
1824 * expose https.Agent
1825
1826 * Correctly setsid in tty.open GH-815
1827
1828 * Bug fix for failed buffer construction
1829
1830 * Added support for removing .once listeners (GH-806)
1831
1832 * Upgrade V8 to 3.1.8.5
1833
1834
1835 2011.03.18, Version 0.4.3 (stable), c095ce1a1b41ca015758a713283bf1f0bd41e4c4
1836
1837 * Don't decrease server connection counter again if destroy() is called more
1838         than once GH-431 (Andreas Reich, Anders Conbere)
1839
1840 * Documentation improvements (koichik)
1841
1842 * Fix bug with setMaxListeners GH-682
1843
1844 * Start up memory footprint improvement. (Tom Hughes)
1845
1846 * Solaris improvements.
1847
1848 * Buffer::Length(Buffer*) should not invoke itself recursively GH-759 (Ben
1849   Noordhuis)
1850
1851 * TLS: Advertise support for client certs GH-774 (Theo Schlossnagle)
1852
1853 * HTTP Agent bugs: GH-787, GH-784, GH-803.
1854
1855 * Don't call GetMemoryUsage every 5 seconds.
1856
1857 * Upgrade V8 to 3.1.8.3
1858
1859
1860 2011.03.02, Version 0.4.2 (stable), 39280e1b5731f3fcd8cc42ad41b86cdfdcb6d58b
1861
1862 * Improve docs.
1863
1864 * Fix process.on edge case with signal event (Alexis Sellier)
1865
1866 * Pragma HTTP header comma separation
1867
1868 * In addition to 'aborted' emit 'close' from incoming requests
1869   (Felix Geisendörfer)
1870
1871 * Fix memleak in vm.runInNewContext
1872
1873 * Do not cache modules that throw exceptions (Felix Geisendörfer)
1874
1875 * Build system changes for libnode (Aria Stewart)
1876
1877 * Read up the prototype of the 'env' object. (Nathan Rajlich)
1878
1879 * Add 'close' and 'aborted' events to Agent responses
1880
1881 * http: fix missing 'drain' events (Russell Haering)
1882
1883 * Fix process.stdout.end() throws ENOTSOCK error. (Koichi Kobayashi)
1884
1885 * REPL bug fixes (isaacs)
1886
1887 * node_modules folders should be highest priority (isaacs)
1888
1889 * URL parse more safely (isaacs)
1890
1891 * Expose errno with a string for dns/cares (Felix Geisendörfer)
1892
1893 * Fix tty.setWindowSize
1894
1895 * spawn: setuid after chdir (isaacs)
1896
1897 * SIGUSR1 should break the VM without delay
1898
1899 * Upgrade V8 to 3.1.8.
1900
1901
1902 2011.02.19, Version 0.4.1 (stable), e8aef84191bc2c1ba2bcaa54f30aabde7f03769b
1903
1904 * Fixed field merging with progressive fields on writeHead()
1905   (TJ Holowaychuk)
1906
1907 * Make the repl respect node_modules folders (isaacs)
1908
1909 * Fix for DNS fail in HTTP request (Richard Rodger)
1910
1911 * Default to port 80 for http.request and http.get.
1912
1913 * Improve V8 support for Cygwin (Bert Belder)
1914
1915 * Fix fs.open param parsing. (Felix Geisendörfer)
1916
1917 * Fixed null signal.
1918
1919 * Fix various HTTP and HTTPS bugs
1920
1921 * cmake improvements (Tom Hughes)
1922
1923 * Fix: TLS sockets should not be writable after 'end'
1924
1925 * Fix os.cpus() on cygwin (Brian White)
1926
1927 * MinGW: OpenSSL support (Bert Belder)
1928
1929 * Upgrade V8 to 3.1.5, libev to 4.4.
1930
1931
1932 2011.02.10, Version 0.4.0 (stable)
1933
1934 * require() improvements (isaacs)
1935   - understand package.json (isaacs)
1936   - look for 'node_modules' dir
1937
1938 * cmake fixes (Daniel Gröber)
1939
1940 * http: fix buffer writes to outgoing messages (Russell Haering)
1941
1942 * Expose UCS-2 Encoding (Konstantin Käfer)
1943
1944 * Support strings for octal modes (isaacs)
1945
1946 * Support array-ish args to Buffer ctor (isaacs)
1947
1948 * cygwin and mingw improvements (Bert Belder)
1949
1950 * TLS improvements
1951
1952 * Fewer syscalls during require (Bert Belder, isaacs)
1953
1954 * More DTrace probes (Bryan Cantrill,  Robert Mustacchi)
1955
1956 * 'pipe' event on pipe() (Mikeal Rogers)
1957
1958 * CRL support in TLS (Theo Schlossnagle)
1959
1960 * HTTP header manipulation methods (Tim Caswell, Charlie Robbins)
1961
1962 * Upgrade V8 to 3.1.2
1963
1964
1965 2011.02.04, Version 0.3.8 (unstable)
1966
1967 * Add req.abort() for client side requests.
1968
1969 * Add exception.code for easy testing:
1970   Example: if (err.code == 'EADDRINUSE');
1971
1972 * Add process.stderr.
1973
1974 * require.main is the main module. (Isaac Schlueter)
1975
1976 * dgram: setMulticastTTL, setMulticastLoopback and addMembership.
1977   (Joe Walnes)
1978
1979 * Fix throttling in TLS connections
1980
1981 * Add socket.bufferSize
1982
1983 * MinGW improvements (Bert Belder)
1984
1985 * Upgrade V8 to 3.1.1
1986
1987 2011.01.27, Version 0.3.7 (unstable)
1988
1989 * Expose agent in http and https client. (Mikeal Rogers)
1990
1991 * Fix bug in http request's end method. (Ali Farhadi)
1992
1993 * MinGW: better net support (Bert Belder)
1994
1995 * fs.open should set FD_CLOEXEC
1996
1997 * DTrace probes (Bryan Cantrill)
1998
1999 * REPL fixes and improvements (isaacs, Bert Belder)
2000
2001 * Fix many bugs with legacy http.Client interface
2002
2003 * Deprecate process.assert. Use require('assert').ok
2004
2005 * Add callback parameter to socket.setTimeout(). (Ali Farhadi)
2006
2007 * Fixing bug in http request default encoding (Ali Farhadi)
2008
2009 * require: A module ID with a trailing slash must be a dir.
2010   (isaacs)
2011
2012 * Add ext_key_usage to getPeerCertificate (Greg Hughes)
2013
2014 * Error when child_process.exec hits maxBuffer.
2015
2016 * Fix option parsing in tls.connect()
2017
2018 * Upgrade to V8 3.0.10
2019
2020
2021 2011.01.21, Version 0.3.6 (unstable), bb3e71466e5240626d9d21cf791fe43e87d90011
2022
2023 * REPL and other improvements on MinGW (Bert Belder)
2024
2025 * listen/bind errors should close net.Server
2026
2027 * New HTTP and HTTPS client APIs
2028
2029 * Upgrade V8 to 3.0.9
2030
2031
2032 2011.01.16, Version 0.3.5 (unstable), b622bc6305e3c675e0edfcdbaa387d849ad0bba0
2033
2034 * Built-in debugger improvements.
2035
2036 * Add setsid, setuid, setgid options to child_process.spawn
2037   (Isaac Schlueter)
2038
2039 * tty module improvements.
2040
2041 * Upgrade libev to 4.3, libeio to latest, c-ares to 1.7.4
2042
2043 * Allow third party hooks before main module load.
2044   (See 496be457b6a2bc5b01ec13644b9c9783976159b2)
2045
2046 * Don't stat() on cached modules. (Felix Geisendörfer)
2047
2048
2049 2011.01.08, Version 0.3.4 (unstable)
2050
2051 * Primordial mingw build (Bert Belder)
2052
2053 * HTTPS server
2054
2055 * Built in debugger 'node debug script.js'
2056
2057 * realpath files during module load (Mihai Călin Bazon)
2058
2059 * Rename net.Stream to net.Socket (existing name will continue to be
2060   supported)
2061
2062 * Fix process.platform
2063
2064
2065 2011.01.02, Version 0.3.3 (unstable), 57544ba1c54c7d0da890317deeb73076350c5647
2066
2067 * TLS improvements.
2068
2069 * url.parse(url, true) defaults query field to {} (Jeremy Martin)
2070
2071 * Upgrade V8 to 3.0.4
2072
2073 * Handle ECONNABORT properly (Theo Schlossnagle)
2074
2075 * Fix memory leaks (Tom Hughes)
2076
2077 * Add os.cpus(), os.freemem(), os.totalmem(), os.loadavg() and other
2078   functions for OSX, Linux, and Cygwin. (Brian White)
2079
2080 * Fix REPL syntax error bug (GH-543), improve how REPL commands are
2081   evaluated.
2082
2083 * Use process.stdin instead of process.openStdin().
2084
2085 * Disable TLS tests when node doesn't have OpenSSL.
2086
2087
2088 2010.12.16, Version 0.3.2 (unstable), 4bb914bde9f3c2d6de00853353b6b8fc9c66143a
2089
2090 * Rip out the old (broken) TLS implementation introduce new tested
2091   implementation and API. See docs. HTTPS not supported in this release.
2092
2093 * Introduce 'os' and 'tty' modules.
2094
2095 * Callback parameters for socket.write() and socket.connect().
2096
2097 * Support CNAME lookups in DNS module. (Ben Noordhuis)
2098
2099 * cmake support (Tom Hughes)
2100
2101 * 'make lint'
2102
2103 * oprofile support (./configure --oprofile)
2104
2105 * Lots of bug fixes, including:
2106   - Memory leak in ChildProcess:Spawn(). (Tom Hughes)
2107   - buffer.slice(0, 0)
2108   - Global variable leaks
2109   - clearTimeouts calling multiple times (Michael W)
2110   - utils.inspect's detection of circular structures (Tim Cooijmans)
2111   - Apple's threaded write()s bug (Jorge Chamorro Bieling)
2112   - Make sure raw mode is disabled when exiting a terminal-based REPL.
2113     (Brian White)
2114
2115 * Deprecate process.compile, process.ENV
2116
2117 * Upgrade V8 to 3.0.3, upgrade http-parser.
2118
2119
2120 2010.11.16, Version 0.3.1 (unstable), ce9a54aa1fbf709dd30316af8a2f14d83150e947
2121
2122 * TLS improvements (Paul Querna)
2123   - Centralize error handling in SecureStream
2124   - Add SecurePair for handling of a ssl/tls stream.
2125
2126 * New documentation organization (Micheil Smith)
2127
2128 * allowHalfOpen TCP connections disabled by default.
2129
2130 * Add C++ API for constructing fast buffer from string
2131
2132 * Move idle timers into its own module
2133
2134 * Gracefully handle EMFILE and server.maxConnections
2135
2136 * make "node --eval" eval in the global scope.
2137   (Jorge Chamorro Bieling)
2138
2139 * Let exit listeners know the exit code (isaacs)
2140
2141 * Handle cyclic links smarter in fs.realpath (isaacs)
2142
2143 * Remove node-repl (just use 'node' without args)
2144
2145 * Rewrite libeio After callback to use req->result instead of req->errorno
2146   for error checking (Micheil Smith)
2147
2148 * Remove warning about deprecating 'sys' - too aggressive
2149
2150 * Make writes to process.env update the real environment. (Ben Noordhuis)
2151
2152 * Set FD_CLOEXEC flag on stdio FDs before spawning. (Guillaume Tuton)
2153
2154 * Move ev_loop out of javascript
2155
2156 * Switch \n with \r\n for all strings printed out.
2157
2158 * Added support for cross compilation (Rasmus Andersson)
2159
2160 * Add --profile flag to configure script, enables gprof profiling.
2161   (Ben Noordhuis)
2162
2163 * writeFileSync could exhibit pathological behavior when a buffer
2164   could not be written to the file in a single write() call.
2165
2166 * new path.join behavior (isaacs)
2167   - Express desired path.join behavior in tests.
2168   - Update fs.realpath to reflect new path.join behavior
2169   - Update url.resolve() to use new path.join behavior.
2170
2171 * API: Move process.binding('evals') to require('vm')
2172
2173 * Fix V8 build on Cygwin (Bert Belder)
2174
2175 * Add ref to buffer during fs.write and fs.read
2176
2177 * Fix segfault on test-crypto
2178
2179 * Upgrade http-parser to latest and V8 to 2.5.3
2180
2181
2182 2010.10.23, Version 0.3.0 (unstable) 1582cfebd6719b2d2373547994b3dca5c8c569c0
2183
2184 * Bugfix: Do not spin on accept() with EMFILE
2185
2186 * Improvements to readline.js (Trent Mick, Johan Euphrosine, Brian White)
2187
2188 * Safe constructors (missing 'new' doesn't segfault)
2189
2190 * Fix process.nextTick so thrown errors don't confuse it.
2191   (Benjamin Thomas)
2192
2193 * Allow Strings for ports on net.Server.listen (Bradley Meck)
2194
2195 * fs bugfixes (Tj Holowaychuk, Tobie Langel, Marco Rogers, isaacs)
2196
2197 * http bug fixes (Fedor Indutny, Mikeal Rogers)
2198
2199 * Faster buffers; breaks C++ API (Tim-Smart, Stéphan Kochen)
2200
2201 * crypto, tls improvements (Paul Querna)
2202
2203 * Add lfs flags to node addon script
2204
2205 * Simpler querystring parsing; breaks API (Peter Griess)
2206
2207 * HTTP trailers (Mark Nottingham)
2208
2209 * http 100-continue support (Mark Nottingham)
2210
2211 * Module system simplifications (Herbert Vojčík, isaacs, Tim-Smart)
2212   - remove require.async
2213   - remove registerExtension, add .extensions
2214   - expose require.resolve
2215   - expose require.cache
2216   - require looks in  node_modules folders
2217
2218 * Add --eval command line option (TJ Holowaychuk)
2219
2220 * Commas last in sys.inspect
2221
2222 * Constants moved from process object to require('constants')
2223
2224 * Fix parsing of linux memory (Vitali Lovich)
2225
2226 * inspect shows function names (Jorge Chamorro Bieling)
2227
2228 * uncaughtException corner cases (Felix Geisendörfer)
2229
2230 * TCP clients now buffer writes before connection
2231
2232 * Rename sys module to 'util' (Micheil Smith)
2233
2234 * Properly set stdio handlers to blocking on SIGTERM and SIGINT
2235   (Tom Hughes)
2236
2237 * Add destroy methods to HTTP messages
2238
2239 * base64 improvements (isaacs, Jorge Chamorro Bieling)
2240
2241 * API for defining REPL commands (Sami Samhuri)
2242
2243 * child_process.exec timeout fix (Aaron Heckmann)
2244
2245 * Upgrade V8 to 2.5.1, Libev to 4.00, libeio, http-parser
2246
2247
2248 2010.08.20, Version 0.2.0, 9283e134e558900ba89d9a33c18a9bdedab07cb9
2249
2250 * process.title support for FreeBSD, Macintosh, Linux
2251
2252 * Fix OpenSSL 100% CPU usage on error (Illarionov Oleg)
2253
2254 * Implement net.Server.maxConnections.
2255
2256 * Fix process.platform, add process.version.
2257
2258 * Add --without-snapshot configure option.
2259
2260 * Readline REPL improvements (Trent Mick)
2261
2262 * Bug fixes.
2263
2264 * Upgrade V8 to 2.3.8
2265
2266
2267 2010.08.13, Version 0.1.104
2268
2269 * Various bug fixes (console, querystring, require)
2270
2271 * Set cwd for child processes (Bert Belder)
2272
2273 * Tab completion for readline (Trent Mick)
2274
2275 * process.title getter/setter for OSX, Linux, Cygwin.
2276         (Rasmus Andersson, Bert Belder)
2277
2278 * Upgrade V8 to 2.3.6
2279
2280
2281 2010.08.04, Version 0.1.103, 0b925d075d359d03426f0b32bb58a5e05825b4ea
2282
2283 * Implement keep-alive for http.Client (Mikeal Rogers)
2284
2285 * base64 fixes. (Ben Noordhuis)
2286
2287 * Fix --debug-brk (Danny Coates)
2288
2289 * Don't let path.normalize get above the root. (Isaac Schlueter)
2290
2291 * Allow signals to be used with process.on in addition to
2292   process.addListener. (Brian White)
2293
2294 * Globalize the Buffer object
2295
2296 * Use kqueue on recent macintosh builds
2297
2298 * Fix addrlen for unix_dgram sockets (Benjamin Kramer)
2299
2300 * Fix stats.isDirectory() and friends (Benjamin Kramer)
2301
2302 * Upgrade http-parser, V8 to 2.3.5
2303
2304
2305 2010.07.25, Version 0.1.102, 2a4568c85f33869c75ff43ccd30f0ec188b43eab
2306
2307 * base64 encoding for Buffers.
2308
2309 * Buffer support for Cipher, Decipher, Hmac, Sign and Verify
2310   (Andrew Naylor)
2311
2312 * Support for reading byte ranges from files using fs.createReadStream.
2313   (Chandra Sekar)
2314
2315 * Fix Buffer.toString() on 0-length slices. (Peter Griess)
2316
2317 * Cache modules based on filename rather than ID (Isaac Schlueter)
2318
2319 * querystring improvments (Jan Kassens, Micheil Smith)
2320
2321 * Support DEL in the REPL. (Jérémy Lal)
2322
2323 * Upgrade http-parser, upgrade V8 to 2.3.2
2324
2325
2326 2010.07.16, Version 0.1.101, 0174ceb6b24caa0bdfc523934c56af9600fa9b58
2327
2328 * Added env to child_process.exec (Сергей Крыжановский)
2329
2330 * Allow modules to optionally be loaded in separate contexts
2331   with env var NODE_MODULE_CONTEXTS=1.
2332
2333 * setTTL and setBroadcast for dgram (Matt Ranney)
2334
2335 * Use execPath for default NODE_PATH, not installPrefix
2336   (Isaac Schlueter)
2337
2338 * Support of console.dir + console.assert (Jerome Etienne)
2339
2340 * on() as alias to addListener()
2341
2342 * Use javascript port of Ronn to build docs (Jérémy Lal)
2343
2344 * Upgrade V8 to 2.3.0
2345
2346
2347 2010.07.03, Version 0.1.100, a6b8586e947f9c3ced180fe68c233d0c252add8b
2348
2349 * process.execPath (Marshall Culpepper)
2350
2351 * sys.pump (Mikeal Rogers)
2352
2353 * Remove ini and mjsunit libraries.
2354
2355 * Introduce console.log() and friends.
2356
2357 * Switch order of arguments for Buffer.write (Blake Mizerany)
2358
2359 * On overlapping buffers use memmove (Matt Ranney)
2360
2361 * Resolve .local domains with getaddrinfo()
2362
2363 * Upgrade http-parser, V8 to 2.2.21
2364
2365
2366 2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
2367
2368 * Datagram sockets (Paul Querna)
2369
2370 * fs.writeFile could not handle utf8 (Felix Geisendörfer)
2371   and now accepts Buffers (Aaron Heckmann)
2372
2373 * Fix crypto memory leaks.
2374
2375 * A replacement for decodeURIComponent that doesn't throw.
2376   (Isaac Schlueter)
2377
2378 * Only concatenate some incoming HTTP headers. (Peter Griess)
2379
2380 * Upgrade V8 to 2.2.18
2381
2382
2383 2010.06.11, Version 0.1.98, 10d8adb08933d1d4cea60192c2a31c56d896733d
2384
2385 * Port to Windows/Cygwin (Raffaele Sena)
2386
2387 * File descriptor passing on unix sockets. (Peter Griess)
2388
2389 * Simple, builtin readline library. REPL is now entered by
2390   executing "node" without arguments.
2391
2392 * Add a parameter to spawn() that sets the child's stdio file
2393   descriptors. (Orlando Vazquez)
2394
2395 * Upgrade V8 to 2.2.16, http-parser fixes, upgrade c-ares to 1.7.3.
2396
2397
2398 2010.05.29, Version 0.1.97, 0c1aa36835fa6a3557843dcbc6ed6714d353a783
2399
2400 * HTTP throttling: outgoing messages emit 'drain' and write() returns false
2401   when send buffer is full.
2402
2403 * API: readFileSync without encoding argument now returns a Buffer
2404
2405 * Improve Buffer C++ API; addons now compile with debugging symbols.
2406
2407 * Improvements to  path.extname() and REPL; add fs.chown().
2408
2409 * fs.ReadStream now emits buffers, fs.readFileSync returns buffers.
2410
2411 * Bugfix: parsing HTTP responses to HEAD requests.
2412
2413 * Port to OpenBSD.
2414
2415 * Upgrade V8 to 2.2.12, libeio, http-parser.
2416
2417
2418 2010.05.21, Version 0.1.96, 9514a4d5476225e8c8310ce5acae2857033bcaaa
2419
2420 * Thrown errors in http and socket call back get bubbled up.
2421
2422 * Add fs.fsync (Andrew Johnston)
2423
2424 * Bugfix: signal unregistering (Jonas Pfenniger)
2425
2426 * Added better error messages for async and sync fs calls with paths
2427   (TJ Holowaychuk)
2428
2429 * Support arrays and strings in buffer constructor.
2430   (Felix Geisendörfer)
2431
2432 * Fix errno reporting in DNS exceptions.
2433
2434 * Support buffers in fs.WriteStream.write.
2435
2436 * Bugfix: Safely decode a utf8 streams that are broken on a multbyte
2437   character (http and net). (Felix Geisendörfer)
2438
2439 * Make Buffer's C++ constructor public.
2440
2441 * Deprecate sys.p()
2442
2443 * FIX path.dirname('/tmp') => '/'. (Jonathan Rentzsch)
2444
2445
2446 2010.05.13, Version 0.1.95, 0914d33842976c2c870df06573b68f9192a1fb7a
2447
2448 * Change GC idle notify so that it runs alongside setInterval
2449
2450 * Install node_buffer.h on make install
2451
2452 * fs.readFile returns Buffer by default (Tim Caswell)
2453
2454 * Fix error reporting in child_process callbacks
2455
2456 * Better logic for testing if an argument is a port
2457
2458 * Improve error reporting (single line "node.js:176:9" errors)
2459
2460 * Bugfix: Some http responses being truncated (appeared in 0.1.94)
2461
2462 * Fix long standing net idle timeout bugs. Enable 2 minute timeout
2463   by default in HTTP servers.
2464
2465 * Add fs.fstat (Ben Noordhuis)
2466
2467 * Upgrade to V8 2.2.9
2468
2469
2470 2010.05.06, Version 0.1.94, f711d5343b29d1e72e87107315708e40951a7826
2471
2472 * Look in /usr/local/lib/node for modules, so that there's a way
2473   to install modules globally (Issac Schlueter)
2474
2475 * SSL improvements (Rhys Jones, Paulo Matias)
2476
2477 * Added c-ares headers for linux-arm (Jonathan Knezek)
2478
2479 * Add symbols to release build
2480
2481 * HTTP upgrade improvements, docs (Micheil Smith)
2482
2483 * HTTP server emits 'clientError' instead of printing message
2484
2485 * Bugfix: Don't emit 'error' twice from http.Client
2486
2487 * Bugfix: Ignore SIGPIPE
2488
2489 * Bugfix: destroy() instead of end() http connection at end of
2490   pipeline
2491
2492 * Bugfix: http.Client may be prematurely released back to the
2493   free pool.  (Thomas Lee)
2494
2495 * Upgrade V8 to 2.2.8
2496
2497
2498 2010.04.29, Version 0.1.93, 557ba6bd97bad3afe0f9bd3ac07efac0a39978c1
2499
2500   * Fixed no 'end' event on long chunked HTTP messages
2501     https://github.com/joyent/node/issues/77
2502
2503   * Remove legacy modules http_old and tcp_old
2504
2505   * Support DNS MX queries (Jérémy Lal)
2506
2507   * Fix large socket write (tlb@tlb.org)
2508
2509   * Fix child process exit codes (Felix Geisendörfer)
2510
2511   * Allow callers to disable PHP/Rails style parameter munging in
2512     querystring.stringify (Thomas Lee)
2513
2514   * Upgrade V8 to 2.2.6
2515
2516
2517 2010.04.23, Version 0.1.92, caa828a242f39b6158084ef4376355161c14fe34
2518
2519   * OpenSSL support. Still undocumented (see tests). (Rhys Jones)
2520
2521   * API: Unhandled 'error' events throw.
2522
2523   * Script class with eval-function-family in binding('evals') plus tests.
2524     (Herbert Vojcik)
2525
2526   * stream.setKeepAlive (Julian Lamb)
2527
2528   * Bugfix: Force no body on http 204 and 304
2529
2530   * Upgrade Waf to 1.5.16, V8 to 2.2.4.2
2531
2532
2533 2010.04.15, Version 0.1.91, 311d7dee19034ff1c6bc9098c36973b8d687eaba
2534
2535   * Add incoming.httpVersion
2536
2537   * Object.prototype problem with C-Ares binding
2538
2539   * REPL can be run from multiple different streams. (Matt Ranney)
2540
2541   * After V8 heap is compact, don't use a timer every 2 seconds.
2542
2543   * Improve nextTick implementation.
2544
2545   * Add primative support for Upgrading HTTP connections.
2546     (See commit log for docs 760bba5)
2547
2548   * Add timeout and maxBuffer options to child_process.exec
2549
2550   * Fix bugs.
2551
2552   * Upgrade V8 to 2.2.3.1
2553
2554
2555 2010.04.09, Version 0.1.90, 07e64d45ffa1856e824c4fa6afd0442ba61d6fd8
2556
2557   * Merge writing of networking system (net2)
2558    - New Buffer object for binary data.
2559    - Support UNIX sockets, Pipes
2560    - Uniform stream API
2561    - Currently no SSL
2562    - Legacy modules can be accessed at 'http_old' and 'tcp_old'
2563
2564   * Replace udns with c-ares. (Krishna Rajendran)
2565
2566   * New documentation system using Markdown and Ronn
2567     (Tim Caswell, Micheil Smith)
2568
2569   * Better idle-time GC
2570
2571   * Countless small bug fixes.
2572
2573   * Upgrade V8 to 2.2.X, WAF 1.5.15
2574
2575
2576 2010.03.19, Version 0.1.33, 618296ef571e873976f608d91a3d6b9e65fe8284
2577
2578   * Include lib/ directory in node executable. Compile on demand.
2579
2580   * evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)
2581
2582   * Various fixes, clean ups
2583
2584   * V8 upgraded to 2.1.5
2585
2586
2587 2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f
2588
2589   * Optimize event emitter for single listener
2590
2591   * Add process.evalcx, require.registerExtension (Tim Smart)
2592
2593   * Replace --cflags with --vars
2594
2595   * Fix bugs in fs.create*Stream (Felix Geisendörfer)
2596
2597   * Deprecate process.mixin, process.unloop
2598
2599   * Remove the 'Error: (no message)' exceptions, print stack
2600     trace instead
2601
2602   * INI parser bug fixes (Isaac Schlueter)
2603
2604   * FreeBSD fixes (Vanilla Hsu)
2605
2606   * Upgrade to V8 2.1.3, WAF 1.5.14a, libev
2607
2608
2609 2010.03.05, Version 0.1.31, 39b63dfe1737d46a8c8818c92773ef181fd174b3
2610
2611   * API: - Move process.watchFile into fs module
2612          - Move process.inherits to sys
2613
2614   * Improve Solaris port
2615
2616   * tcp.Connection.prototype.write now returns boolean to indicate if
2617     argument was flushed to the kernel buffer.
2618
2619   * Added fs.link, fs.symlink, fs.readlink, fs.realpath
2620     (Rasmus Andersson)
2621
2622   * Add setgid,getgid (James Duncan)
2623
2624   * Improve sys.inspect (Benjamin Thomas)
2625
2626   * Allow passing env to child process (Isaac Schlueter)
2627
2628   * fs.createWriteStream, fs.createReadStream (Felix Geisendörfer)
2629
2630   * Add INI parser (Rob Ellis)
2631
2632   * Bugfix: fs.readFile handling encoding (Jacek Becela)
2633
2634   * Upgrade V8 to 2.1.2
2635
2636
2637 2010.02.22, Version 0.1.30, bb0d1e65e1671aaeb21fac186b066701da0bc33b
2638
2639   * Major API Changes
2640
2641     - Promises removed. See
2642       http://groups.google.com/group/nodejs/msg/426f3071f3eec16b
2643       http://groups.google.com/group/nodejs/msg/df199d233ff17efa
2644       The API for fs was
2645
2646          fs.readdir("/usr").addCallback(function (files) {
2647            puts("/usr files: " + files);
2648          });
2649
2650       It is now
2651
2652          fs.readdir("/usr", function (err, files) {
2653            if (err) throw err;
2654            puts("/usr files: " + files);
2655          });
2656
2657     - Synchronous fs operations exposed, use with care.
2658
2659     - tcp.Connection.prototype.readPause() and readResume()
2660       renamed to pause() and resume()
2661
2662     - http.ServerResponse.prototype.sendHeader() renamed to
2663       writeHeader(). Now accepts reasonPhrase.
2664
2665   * Compact garbage on idle.
2666
2667   * Configurable debug ports, and --debug-brk (Zoran Tomicic)
2668
2669   * Better command line option parsing (Jeremy Ashkenas)
2670
2671   * Add fs.chmod (Micheil Smith), fs.lstat (Isaac Z. Schlueter)
2672
2673   * Fixes to process.mixin (Rasmus Andersson, Benjamin Thomas)
2674
2675   * Upgrade V8 to 2.1.1
2676
2677
2678 2010.02.17, Version 0.1.29, 87d5e5b316a4276bcf881f176971c1a237dcdc7a
2679
2680   * Major API Changes
2681     - Remove 'file' module
2682     - require('posix') -----------------> require('fs')
2683     - fs.cat ---------------------------> fs.readFile
2684     - file.write -----------------------> fs.writeFile
2685     - TCP 'receive' event --------------> 'data'
2686     - TCP 'eof' event ------------------> 'end'
2687     - TCP send() -----------------------> write()
2688     - HTTP sendBody() ------------------> write()
2689     - HTTP finish() --------------------> close()
2690     - HTTP 'body' event ----------------> 'data'
2691     - HTTP 'complete' event ------------> 'end'
2692     - http.Client.prototype.close() (formerly finish()) no longer
2693       takes an argument. Add the 'response' listener manually.
2694     - Allow strings for the flag argument to fs.open
2695       ("r", "r+", "w", "w+", "a", "a+")
2696
2697   * Added multiple arg support for sys.puts(), print(), etc.
2698     (tj@vision-media.ca)
2699
2700   * sys.inspect(Date) now shows the date value (Mark Hansen)
2701
2702   * Calculate page size with getpagesize for armel (Jérémy Lal)
2703
2704   * Bugfix: stderr flushing.
2705
2706   * Bugfix: Promise late chain (Yuichiro MASUI)
2707
2708   * Bugfix: wait() on fired promises
2709     (Felix Geisendörfer, Jonas Pfenniger)
2710
2711   * Bugfix: Use InstanceTemplate() instead of PrototypeTemplate() for
2712     accessor methods. Was causing a crash with Eclipse debugger.
2713     (Zoran Tomicic)
2714
2715   * Bugfix: Throw from connection.connect if resolving.
2716     (Reported by James Golick)
2717
2718
2719 2010.02.09, Version 0.1.28, 49de41ef463292988ddacfb01a20543b963d9669
2720
2721   * Use Google's jsmin.py which can be used for evil.
2722
2723   * Add posix.truncate()
2724
2725   * Throw errors from server.listen()
2726
2727   * stdio bugfix (test by Mikeal Rogers)
2728
2729   * Module system refactor (Felix Geisendörfer, Blaine Cook)
2730
2731   * Add process.setuid(), getuid() (Michael Carter)
2732
2733   * sys.inspect refactor (Tim Caswell)
2734
2735   * Multipart library rewrite (isaacs)
2736
2737
2738 2010.02.03, Version 0.1.27, 0cfa789cc530848725a8cb5595224e78ae7b9dd0
2739
2740   * Implemented __dirname (Felix Geisendörfer)
2741
2742   * Downcase process.ARGV, process.ENV, GLOBAL
2743     (now process.argv, process.env, global)
2744
2745   * Bug Fix: Late promise promise callbacks firing
2746     (Felix Geisendörfer, Jonas Pfenniger)
2747
2748   * Make assert.AssertionError instance of Error
2749
2750   * Removed inline require call for querystring
2751     (self@cloudhead.net)
2752
2753   * Add support for MX, TXT, and SRV records in DNS module.
2754     (Blaine Cook)
2755
2756   * Bugfix: HTTP client automatically reconnecting
2757
2758   * Adding OS X .dmg build scripts. (Standa Opichal)
2759
2760   * Bugfix: ObjectWrap memory leak
2761
2762   * Bugfix: Multipart handle Content-Type headers with charset
2763     (Felix Geisendörfer)
2764
2765   * Upgrade http-parser to fix header overflow attack.
2766
2767   * Upgrade V8 to 2.1.0
2768
2769   * Various other bug fixes, performance improvements.
2770
2771
2772 2010.01.20, Version 0.1.26, da00413196e432247346d9e587f8c78ce5ceb087
2773
2774   * Bugfix, HTTP eof causing crash (Ben Williamson)
2775
2776   * Better error message on SyntaxError
2777
2778   * API: Move Promise and EventEmitter into 'events' module
2779
2780   * API: Add process.nextTick()
2781
2782   * Allow optional params to setTimeout, setInterval
2783     (Micheil Smith)
2784
2785   * API: change some Promise behavior (Felix Geisendörfer)
2786     - Removed Promise.cancel()
2787     - Support late callback binding
2788     - Make unhandled Promise errors throw an exception
2789
2790   * Upgrade V8 to 2.0.6.1
2791
2792   * Solaris port (Erich Ocean)
2793
2794
2795 2010.01.09, Version 0.1.25, 39ca93549af91575ca9d4cbafd1e170fbcef3dfa
2796
2797   * sys.inspect() improvements (Tim Caswell)
2798
2799   * path module improvements (isaacs, Benjamin Thomas)
2800
2801   * API: request.uri -> request.url
2802     It is no longer an object, but a string. The 'url' module
2803     was addded to parse that string. That is, node no longer
2804     parses the request URL automatically.
2805
2806        require('url').parse(request.url)
2807
2808     is roughly equivlent to the old request.uri object.
2809     (isaacs)
2810
2811   * Bugfix: Several libeio related race conditions.
2812
2813   * Better errors for multipart library (Felix Geisendörfer)
2814
2815   * Bugfix: Update node-waf version to 1.5.10
2816
2817   * getmem for freebsd (Vanilla Hsu)
2818
2819
2820 2009.12.31, Version 0.1.24, 642c2773a7eb2034f597af1cd404b9e086b59632
2821
2822   * Bugfix: don't chunk responses to HTTP/1.0 clients, even if
2823     they send Connection: Keep-Alive (e.g. wget)
2824
2825   * Bugfix: libeio race condition
2826
2827   * Bugfix: Don't segfault on unknown http method
2828
2829   * Simplify exception reporting
2830
2831   * Upgrade V8 to 2.0.5.4
2832
2833
2834 2009.12.22, Version 0.1.23, f91e347eeeeac1a8bd6a7b462df0321b60f3affc
2835
2836   * Bugfix: require("../blah") issues (isaacs)
2837
2838   * Bugfix: posix.cat (Jonas Pfenniger)
2839
2840   * Do not pause request for multipart parsing (Felix Geisendörfer)
2841
2842
2843 2009.12.19, Version 0.1.22, a2d809fe902f6c4102dba8f2e3e9551aad137c0f
2844
2845   * Bugfix: child modules get wrong id with "index.js" (isaacs)
2846
2847   * Bugfix: require("../foo") cycles (isaacs)
2848
2849   * Bugfix: require() should throw error if module does.
2850
2851   * New URI parser stolen from Narwhal (isaacs)
2852
2853   * Bugfix: correctly check kqueue and epoll. (Rasmus Andersson)
2854
2855   * Upgrade WAF to 1.5.10
2856
2857   * Bugfix: posix.statSync() was crashing
2858
2859   * Statically define string symbols for performance improvement
2860
2861   * Bugfix: ARGV[0] weirdness
2862
2863   * Added superCtor to ctor.super_ instead superCtor.prototype.
2864     (Johan Dahlberg)
2865
2866   * http-parser supports webdav methods
2867
2868   * API: http.Client.prototype.request() (Christopher Lenz)
2869
2870
2871 2009.12.06, Version 0.1.21, c6affb64f96a403a14d20035e7fbd6d0ce089db5
2872
2873   * Feature: Add HTTP client TLS support (Rhys Jones)
2874
2875   * Bugfix: use --jobs=1 with WAF
2876
2877   * Bugfix: Don't use chunked encoding for 1.0 requests
2878
2879   * Bugfix: Duplicated header weren't handled correctly
2880
2881   * Improve sys.inspect (Xavier Shay)
2882
2883   * Upgrade v8 to 2.0.3
2884
2885   * Use CommonJS assert API (Felix Geisendörfer, Karl Guertin)
2886
2887
2888 2009.11.28, Version 0.1.20, aa42c6790da8ed2cd2b72051c07f6251fe1724d8
2889
2890   * Add gnutls version to configure script
2891
2892   * Add V8 heap info to process.memoryUsage()
2893
2894   * process.watchFile callback has 2 arguments with the stat object
2895     (choonkeat@gmail.com)
2896
2897
2898 2009.11.28, Version 0.1.19, 633d6be328708055897b72327b88ac88e158935f
2899
2900   * Feature: Initial TLS support for TCP servers and clients.
2901     (Rhys Jones)
2902
2903   * Add options to process.watchFile()
2904
2905   * Add process.umask() (Friedemann Altrock)
2906
2907   * Bugfix: only detach timers when active.
2908
2909   * Bugfix: lib/file.js write(), shouldn't always emit errors or success
2910     (onne@onnlucky.com)
2911
2912   * Bugfix: Memory leak in fs.write
2913     (Reported by onne@onnlucky.com)
2914
2915   * Bugfix: Fix regular expressions detecting outgoing message headers.
2916     (Reported by Elliott Cable)
2917
2918   * Improvements to Multipart parser (Felix Geisendörfer)
2919
2920   * New HTTP parser
2921
2922   * Upgrade v8 to 2.0.2
2923
2924
2925 2009.11.17, Version 0.1.18, 027829d2853a14490e6de9fc5f7094652d045ab8
2926
2927   * Feature: process.watchFile() process.unwatchFile()
2928
2929   * Feature: "uncaughtException" event on process
2930     (Felix Geisendörfer)
2931
2932   * Feature: 'drain' event to tcp.Connection
2933
2934   * Bugfix: Promise.timeout() blocked the event loop
2935     (Felix Geisendörfer)
2936
2937   * Bugfix: sendBody() and chunked utf8 strings
2938     (Felix Geisendörfer)
2939
2940   * Supply the strerror as a second arg to the tcp.Connection close
2941     event (Johan Sørensen)
2942
2943   * Add EventEmitter.removeListener (frodenius@gmail.com)
2944
2945   * Format JSON for inspecting objects (Felix Geisendörfer)
2946
2947   * Upgrade libev to latest CVS
2948
2949
2950 2009.11.07, Version 0.1.17, d1f69ef35dac810530df8249d523add168e09f03
2951
2952   * Feature: process.chdir() (Brandon Beacher)
2953
2954   * Revert http parser upgrade. (b893859c34f05db5c45f416949ebc0eee665cca6)
2955     Broke keep-alive.
2956
2957   * API: rename process.inherits to sys.inherits
2958
2959
2960 2009.11.03, Version 0.1.16, 726865af7bbafe58435986f4a193ff11c84e4bfe
2961
2962   * API: Use CommonJS-style module requiring
2963     - require("/sys.js") becomes require("sys")
2964     - require("circle.js") becomes require("./circle")
2965     - process.path.join() becomes require("path").join()
2966     - __module becomes module
2967
2968   * API: Many namespacing changes
2969     - Move node.* into process.*
2970     - Move node.dns into module "dns"
2971     - Move node.fs into module "posix"
2972     - process is no longer the global object. GLOBAL is.
2973
2974   For more information on the API changes see:
2975     http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6
2976     http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14
2977
2978   * Feature: process.platform, process.memoryUsage()
2979
2980   * Feature: promise.cancel() (Felix Geisendörfer)
2981
2982   * Upgrade V8 to 1.3.18
2983
2984
2985 2009.10.28, Version 0.1.15, eca2de73ed786b935507fd1c6faccd8df9938fd3
2986
2987   * Many build system fixes (esp. for OSX users)
2988
2989   * Feature: promise.timeout() (Felix Geisendörfer)
2990
2991   * Feature: Added external interface for signal handlers, process.pid, and
2992     process.kill() (Brandon Beacher)
2993
2994   * API: Rename node.libraryPaths to require.paths
2995
2996   * Bugfix: 'data' event for stdio should emit a string
2997
2998   * Large file support
2999
3000   * Upgrade http_parser
3001
3002   * Upgrade v8 to 1.3.16
3003
3004
3005 2009.10.09, Version 0.1.14, b12c809bb84d1265b6a4d970a5b54ee8a4890513
3006
3007   * Feature: Improved addon builds with node-waf
3008
3009   * Feature: node.SignalHandler (Brandon Beacher)
3010
3011   * Feature: Enable V8 debugging (but still need to make a debugger)
3012
3013   * API: Rename library /utils.js to /sys.js
3014
3015   * Clean up Node's build system
3016
3017   * Don't use parseUri for HTTP server
3018
3019   * Remove node.pc
3020
3021   * Don't use /bin/sh to create child process except with exec()
3022
3023   * API: Add __module to reference current module
3024
3025   * API: Remove include() add node.mixin()
3026
3027   * Normalize http headers; "Content-Length" becomes "content-length"
3028
3029   * Upgrade V8 to 1.3.15
3030
3031
3032 2009.09.30, Version 0.1.13, 58493bb05b3da3dc8051fabc0bdea9e575c1a107
3033
3034   * Feature: Multipart stream parser (Felix Geisendörfer)
3035
3036   * API: Move node.puts(), node.exec() and others to /utils.js
3037
3038   * API: Move http, tcp libraries to /http.js and /tcp.js
3039
3040   * API: Rename node.exit() to process.exit()
3041
3042   * Bugfix: require() and include() should work in callbacks.
3043
3044   * Pass the Host header in http.cat calls
3045
3046   * Add warning when coroutine stack size grows too large.
3047
3048   * Enhance repl library (Ray Morgan)
3049
3050   * Bugfix: build script for
3051       GCC 4.4 (removed -Werror in V8),
3052       on Linux 2.4,
3053       and with Python 2.4.4.
3054
3055   * Add read() and write() to /file.js to read and write
3056     whole files at once.
3057
3058
3059 2009.09.24, Version 0.1.12, 2f56ccb45e87510de712f56705598b3b4e3548ec
3060
3061   * Feature: System modules, node.libraryPaths
3062
3063   * API: Remove "raw" encoding, rename "raws" to "binary".
3064
3065   * API: Added connection.setNoDElay() to disable Nagle algo.
3066
3067   * Decrease default TCP server backlog to 128
3068
3069   * Bugfix: memory leak involving node.fs.* methods.
3070
3071   * Upgrade v8 to 1.3.13
3072
3073
3074 2009.09.18, Version 0.1.11, 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4
3075
3076   * API: default to utf8 encoding for node.fs.cat()
3077
3078   * API: add node.exec()
3079
3080   * API: node.fs.read() takes a normal encoding parameter.
3081
3082   * API: Change arguments of emit(), emitSuccess(), emitError()
3083
3084   * Bugfix: node.fs.write() was stack allocating buffer.
3085
3086   * Bugfix: ReportException shouldn't forget the top frame.
3087
3088   * Improve buffering for HTTP outgoing messages
3089
3090   * Fix and reenable x64 macintosh build.
3091
3092   * Upgrade v8 to 1.3.11
3093
3094
3095 2009.09.11, Version 0.1.10, 12bb0d46ce761e3d00a27170e63b40408c15b558
3096
3097   * Feature: raw string encoding "raws"
3098
3099   * Feature: access to environ through "ENV"
3100
3101   * Feature: add isDirectory, isFile, isSocket, ... methods
3102     to stats object.
3103
3104   * Bugfix: Internally use full paths when loading modules
3105     this fixes a shebang loading problem.
3106
3107   * Bugfix: Add '--' command line argument for seperating v8
3108     args from program args.
3109
3110   * Add man page.
3111
3112   * Add node-repl
3113
3114   * Upgrade v8 to 1.3.10
3115
3116 2009.09.05, Version 0.1.9, d029764bb32058389ecb31ed54a5d24d2915ad4c
3117
3118   * Bugfix: Compile on Snow Leopard.
3119
3120   * Bugfix: Malformed URIs raising exceptions.
3121
3122 2009.09.04, Version 0.1.8, e6d712a937b61567e81b15085edba863be16ba96
3123
3124   * Feature: External modules
3125
3126   * Feature: setTimeout() for node.tcp.Connection
3127
3128   * Feature: add node.cwd(), node.fs.readdir(), node.fs.mkdir()
3129
3130   * Bugfix: promise.wait() releasing out of order.
3131
3132   * Bugfix: Asyncly do getaddrinfo() on Apple.
3133
3134   * Disable useless evcom error messages.
3135
3136   * Better stack traces.
3137
3138   * Built natively on x64.
3139
3140   * Upgrade v8 to 1.3.9
3141
3142 2009.08.27, Version 0.1.7, f7acef9acf8ba8433d697ad5ed99d2e857387e4b
3143
3144   * Feature: global 'process' object. Emits "exit".
3145
3146   * Feature: promise.wait()
3147
3148   * Feature: node.stdio
3149
3150   * Feature: EventEmitters emit "newListener" when listeners are
3151     added
3152
3153   * API:  Use flat object instead of array-of-arrays for HTTP
3154     headers.
3155
3156   * API: Remove buffered file object (node.File)
3157
3158   * API: require(), include() are synchronous. (Uses
3159     continuations.)
3160
3161   * API: Deprecate onLoad and onExit.
3162
3163   * API: Rename node.Process to node.ChildProcess
3164
3165   * Refactor node.Process to take advantage of evcom_reader/writer.
3166
3167   * Upgrade v8 to 1.3.7
3168
3169 2009.08.22, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
3170
3171   * Bugfix: Ignore SIGPIPE.
3172
3173 2009.08.21, Version 0.1.5, b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed
3174
3175   * Bugfix: Buggy connections could crash node.js. Now check
3176     connection before sending data every time (Kevin van Zonneveld)
3177
3178   * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
3179
3180   * API: Remove connnection.fullClose()
3181
3182   * API: Return the EventEmitter from addListener for chaining.
3183
3184   * API: tcp.Connection "disconnect" event renamed to "close"
3185
3186   * Upgrade evcom
3187     Upgrade v8 to 1.3.6
3188
3189 2009.08.13, Version 0.1.4, 0f888ed6de153f68c17005211d7e0f960a5e34f3
3190
3191   * Major refactor to evcom.
3192
3193   * Enable test-tcp-many-clients.
3194
3195   * Add -m32 gcc flag to udns.
3196
3197   * Add connection.readPause() and connection.readResume()
3198     Add IncomingMessage.prototype.pause() and resume().
3199
3200   * Fix http benchmark. Wasn't correctly dispatching.
3201
3202   * Bugfix: response.setBodyEncoding("ascii") not working.
3203
3204   * Bugfix: Negative ints in HTTP's on_body and node.fs.read()
3205
3206   * Upgrade v8 to 1.3.4
3207     Upgrade libev to 3.8
3208     Upgrade http_parser to v0.2
3209
3210 2009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3
3211
3212   * Upgrade v8 to 1.3.2
3213
3214   * Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not
3215     working
3216
3217   * Bugfix: node.encodeUtf8 was broken. (Connor Dunn)
3218
3219   * Add ranlib to udns Makefile.
3220
3221   * Upgrade evcom - fix accepting too many connections issue.
3222
3223   * Initial support for shebang
3224
3225   * Add simple command line switches
3226
3227   * Add node.version API
3228
3229
3230 2009.08.01, Version 0.1.2, 025a34244d1cea94d6d40ad7bf92671cb909a96c
3231
3232   * Add DNS API
3233
3234   * node.tcp.Server's backlog option is now an argument to listen()
3235
3236   * Upgrade V8 to 1.3.1
3237
3238   * Bugfix: Default to chunked for client requests without
3239     Content-Length.
3240
3241   * Bugfix: Line numbers in stack traces.
3242
3243   * Bugfix: negative integers in raw encoding stream
3244
3245   * Bugfix: node.fs.File was not passing args to promise callbacks.
3246
3247
3248 2009.07.27, Version 0.1.1, 77d407df2826b20e9177c26c0d2bb4481e497937
3249
3250   * Simplify and clean up ObjectWrap.
3251
3252   * Upgrade liboi (which is now called evcom)
3253     Upgrade libev to 3.7
3254     Upgrade V8 to 1.2.14
3255
3256   * Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array)
3257
3258   * Move EventEmitter.prototype.emit() completely into C++.
3259
3260   * Bugfix: Fix memory leak in event emitters.
3261     http://groups.google.com/group/nodejs/browse_thread/thread/a8d1dfc2fd57a6d1
3262
3263   * Bugfix: Had problems reading scripts with non-ascii characters.
3264
3265   * Bugfix: Fix Detach() in node::Server
3266
3267   * Bugfix: Sockets not properly reattached if reconnected during
3268     disconnect event.
3269
3270   * Bugfix: Server-side clients not attached between creation and
3271     on_connect.
3272
3273   * Add 'close' event to node.tcp.Server
3274
3275   * Simplify and clean up http.js. (Takes more advantage of event
3276     infrastructure.)
3277
3278   * Add benchmark scripts. Run with "make benchmark".
3279
3280
3281 2009.06.30, Version 0.1.0, 0fe44d52fe75f151bceb59534394658aae6ac328
3282
3283   * Update documentation, use asciidoc.
3284
3285   * EventEmitter and Promise interfaces. (Breaks previous API.)
3286
3287   * Remove node.Process constructor in favor of node.createProcess
3288
3289   * Add -m32 flags for compiling on x64 platforms.
3290     (Thanks to András Bártházi)
3291
3292   * Upgrade v8 to 1.2.10 and libev to 3.6
3293
3294   * Bugfix: Timer::RepeatSetter wasn't working.
3295
3296   * Bugfix: Spawning many processes in a loop
3297     (reported by Felix Geisendörfer)
3298
3299
3300 2009.06.24, Version 0.0.6, fbe0be19ebfb422d8fa20ea5204c1713e9214d5f
3301
3302   * Load modules via HTTP URLs (Urban Hafner)
3303
3304   * Bugfix: Add HTTPConnection->size() and HTTPServer->size()
3305
3306   * New node.Process API
3307
3308   * Clean up build tools, use v8's test runner.
3309
3310   * Use ev_unref() instead of starting/stopping the eio thread
3311     pool watcher.
3312
3313
3314 2009.06.18, Version 0.0.5, 3a2b41de74b6c343b8464a68eff04c4bfd9aebea
3315
3316   * Support for IPv6
3317
3318   * Remove namespace node.constants
3319
3320   * Upgrade v8 to 1.2.8.1
3321
3322   * Accept ports as strings in the TCP client and server.
3323
3324   * Bugfix: HTTP Client race
3325
3326   * Bugfix: freeaddrinfo() wasn't getting called after
3327     getaddrinfo() for TCP servers
3328
3329   * Add "opening" to TCP client readyState
3330
3331   * Add remoteAddress to TCP client
3332
3333   * Add global print() function.
3334
3335
3336 2009.06.13, Version 0.0.4, 916b9ca715b229b0703f0ed6c2fc065410fb189c
3337
3338  * Add interrupt() method to server-side HTTP requests.
3339
3340  * Bugfix: onBodyComplete was not getting called on server-side
3341    HTTP
3342
3343
3344 2009.06.11, Version 0.0.3, 6e0dfe50006ae4f5dac987f055e0c9338662f40a
3345
3346  * Many bug fixes including the problem with http.Client on
3347    macintosh
3348
3349  * Upgrades v8 to 1.2.7
3350
3351  * Adds onExit hook
3352
3353  * Guard against buffer overflow in http parser
3354
3355  * require() and include() now need the ".js" extension
3356
3357  * http.Client uses identity transfer encoding by default.