Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit cb7911f

Browse files
committed
2014.05.01, Version 0.10.27 (Stable)
* npm: upgrade to v1.4.8 * openssl: upgrade to 1.0.1g * uv: update to v0.10.27 * dns: fix certain txt entries (Fedor Indutny) * assert: Ensure reflexivity of deepEqual (Mike Pennisi) * child_process: fix deadlock when sending handles (Fedor Indutny) * child_process: fix sending handle twice (Fedor Indutny) * crypto: do not lowercase cipher/hash names (Fedor Indutny) * dtrace: workaround linker bug on FreeBSD (Fedor Indutny) * http: do not emit EOF non-readable socket (Fedor Indutny) * http: invoke createConnection when no agent (Nathan Rajlich) * stream: remove useless check (Brian White) * timer: don't reschedule timer bucket in a domain (Greg Brail) * url: treat the same as / (isaacs) * util: format as Error if instanceof Error (Rod Vagg)
1 parent f76c393 commit cb7911f

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,10 @@ Kenan Sulayman <kenan@sly.mn>
493493
Christian Schulz <me@rndm.de>
494494
Pedro Ballesteros <nitroduna@gmail.com>
495495
Anton Khlynovskiy <subzey@gmail.com>
496+
Nicolas Talle <dev@nicolab.net>
497+
Mike Pennisi <mike@mikepennisi.com>
498+
Greg Brail <greg@apigee.com>
499+
Shuhei Kagawa <shuhei.kagawa@gmail.com>
500+
Josh Dague <daguej@email.uc.edu>
501+
Goh Yisheng (Andrew) <mail.yisheng@gmail.com>
502+
William Bert <william@spanishdict.com>

ChangeLog

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
2014.02.18, Version 0.10.26 (Stable)
1+
2014.05.01, Version 0.10.27 (Stable)
2+
3+
* npm: upgrade to v1.4.8
4+
5+
* openssl: upgrade to 1.0.1g
6+
7+
* uv: update to v0.10.27
8+
9+
* dns: fix certain txt entries (Fedor Indutny)
10+
11+
* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
12+
13+
* child_process: fix deadlock when sending handles (Fedor Indutny)
14+
15+
* child_process: fix sending handle twice (Fedor Indutny)
16+
17+
* crypto: do not lowercase cipher/hash names (Fedor Indutny)
18+
19+
* dtrace: workaround linker bug on FreeBSD (Fedor Indutny)
20+
21+
* http: do not emit EOF non-readable socket (Fedor Indutny)
22+
23+
* http: invoke createConnection when no agent (Nathan Rajlich)
24+
25+
* stream: remove useless check (Brian White)
26+
27+
* timer: don't reschedule timer bucket in a domain (Greg Brail)
28+
29+
* url: treat \ the same as / (isaacs)
30+
31+
* util: format as Error if instanceof Error (Rod Vagg)
32+
33+
34+
2014.02.18, Version 0.10.26 (Stable), cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
235

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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 27
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)