Skip to content

Commit 530d8c0

Browse files
committed
2013.02.25, Version 0.8.21 (Stable)
* http: Do not free the wrong parser on socket close (isaacs) * http: Handle hangup writes more gently (isaacs) * zlib: fix assert on bad input (Ben Noordhuis) * test: add TAP output to the test runner (Timothy J Fontaine) * unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis)
1 parent ff540e1 commit 530d8c0

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
@@ -380,3 +380,4 @@ Dan Milon <[email protected]>
380380
Jacob Gable <[email protected]>
381381
Rick Yakubowski <[email protected]>
382382
383+
Timothy J Fontaine <[email protected]>

ChangeLog

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2013.02.15, Version 0.8.20 (Stable)
1+
2013.02.25, Version 0.8.21 (Stable)
2+
3+
* http: Do not free the wrong parser on socket close (isaacs)
4+
5+
* http: Handle hangup writes more gently (isaacs)
6+
7+
* zlib: fix assert on bad input (Ben Noordhuis)
8+
9+
* test: add TAP output to the test runner (Timothy J Fontaine)
10+
11+
12+
2013.02.15, Version 0.8.20 (Stable), e10c75579b536581ddd7ae4e2c3bf8a9d550d343
213

314
* npm: Upgrade to v1.2.11
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)