Skip to content

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

+1
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,4 @@ Chris Dent <[email protected]>
379379
Dan Milon <[email protected]>
380380
Jacob Gable <[email protected]>
381381
Rick Yakubowski <[email protected]>
382+

ChangeLog

+12-1
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

+1-1
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)