Skip to content

Commit 8637a40

Browse files
committed
Merge remote-tracking branch 'upstream/v0.10'
Conflicts: AUTHORS ChangeLog src/node_version.h
2 parents b19b60a + 1285008 commit 8637a40

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -538,3 +538,6 @@ Saúl Ibarra Corretgé <[email protected]>
538538
Greg Brail <[email protected]>
539539
Shuhei Kagawa <[email protected]>
540540
Yuriy Nemtsov <[email protected]>
541+
Josh Dague <[email protected]>
542+
Goh Yisheng (Andrew) <[email protected]>
543+
William Bert <[email protected]>

ChangeLog

+33
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,39 @@
561561
* console: `console.dir()` bypasses inspect() methods (Nathan Rajlich)
562562

563563

564+
2014.05.01, Version 0.10.27 (Stable), cb7911f78ae96ef7a540df992cc1359ba9636e86
565+
566+
* npm: upgrade to v1.4.8
567+
568+
* openssl: upgrade to 1.0.1g
569+
570+
* uv: update to v0.10.27
571+
572+
* dns: fix certain txt entries (Fedor Indutny)
573+
574+
* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
575+
576+
* child_process: fix deadlock when sending handles (Fedor Indutny)
577+
578+
* child_process: fix sending handle twice (Fedor Indutny)
579+
580+
* crypto: do not lowercase cipher/hash names (Fedor Indutny)
581+
582+
* dtrace: workaround linker bug on FreeBSD (Fedor Indutny)
583+
584+
* http: do not emit EOF non-readable socket (Fedor Indutny)
585+
586+
* http: invoke createConnection when no agent (Nathan Rajlich)
587+
588+
* stream: remove useless check (Brian White)
589+
590+
* timer: don't reschedule timer bucket in a domain (Greg Brail)
591+
592+
* url: treat \ the same as / (isaacs)
593+
594+
* util: format as Error if instanceof Error (Rod Vagg)
595+
596+
564597
2014.02.18, Version 0.10.26 (Stable), cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
565598

566599
* uv: Upgrade to v0.10.25 (Timothy J Fontaine)

0 commit comments

Comments
 (0)