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