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