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