Revision e10c7557

View differences:

AUTHORS
379 379
Dan Milon <danmilon@gmail.com>
380 380
Jacob Gable <jacob.gable@gmail.com>
381 381
Rick Yakubowski <richard@orpha-systems.com>
382
Dan Kohn <dan@dankohn.com>
ChangeLog
1
2013.02.06, Version 0.8.19 (Stable)
1
2013.02.15, Version 0.8.20 (Stable)
2

  
3
* npm: Upgrade to v1.2.11
4

  
5
* http: Do not let Agent hand out destroyed sockets (isaacs)
6

  
7
* http: Raise hangup error on destroyed socket write (isaacs)
8

  
9
* http: protect against response splitting attacks (Bert Belder)
10

  
11

  
12
2013.02.06, Version 0.8.19 (Stable), 53978bdf420622ff0121c63c0338c9e7c2e60869
2 13

  
3 14
* npm: Upgrade to v1.2.10
4 15

  
src/node_version.h
30 30
# define NODE_TAG ""
31 31
#endif
32 32

  
33
#define NODE_VERSION_IS_RELEASE 0
33
#define NODE_VERSION_IS_RELEASE 1
34 34

  
35 35
#ifndef NODE_STRINGIFY
36 36
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Also available in: Unified diff