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