Revision cb7911f7

View differences:

AUTHORS
493 493
Christian Schulz <me@rndm.de>
494 494
Pedro Ballesteros <nitroduna@gmail.com>
495 495
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
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
2 35

  
3 36
* uv: Upgrade to v0.10.25 (Timothy J Fontaine)
4 37

  
src/node_version.h
26 26
#define NODE_MINOR_VERSION 10
27 27
#define NODE_PATCH_VERSION 27
28 28

  
29
#define NODE_VERSION_IS_RELEASE 0
29
#define NODE_VERSION_IS_RELEASE 1
30 30

  
31 31
#ifndef NODE_TAG
32 32
# define NODE_TAG ""

Also available in: Unified diff