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

Commit e10c755

Browse files
committed
2013.02.15, Version 0.8.20 (Stable)
* npm: Upgrade to v1.2.11 * http: Do not let Agent hand out destroyed sockets (isaacs) * http: Raise hangup error on destroyed socket write (isaacs) * http: protect against response splitting attacks (Bert Belder)
1 parent 73be460 commit e10c755

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,4 @@ Chris Dent <chris.dent@gmail.com>
379379
Dan Milon <danmilon@gmail.com>
380380
Jacob Gable <jacob.gable@gmail.com>
381381
Rick Yakubowski <richard@orpha-systems.com>
382+
Dan Kohn <dan@dankohn.com>

ChangeLog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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
213

314
* npm: Upgrade to v1.2.10
415

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)