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