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