Skip to content

Commit 67a4cb4

Browse files
committed
2013.03.07, Version 0.8.22 (Stable)
* npm: Update to 1.2.14 * cluster: propagate bind errors (Ben Noordhuis) * crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis) * build, windows: disable SEH (Ben Noordhuis)
1 parent 80fb580 commit 67a4cb4

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
@@ -381,3 +381,4 @@ Jacob Gable <[email protected]>
381381
Rick Yakubowski <[email protected]>
382382
383383
Timothy J Fontaine <[email protected]>
384+
Eugene Girshov <[email protected]>

ChangeLog

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2013.02.25, Version 0.8.21 (Stable)
1+
2013.03.07, Version 0.8.22 (Stable)
2+
3+
* npm: Update to 1.2.14
4+
5+
* cluster: propagate bind errors (Ben Noordhuis)
6+
7+
* crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
8+
9+
* build, windows: disable SEH (Ben Noordhuis)
10+
11+
12+
2013.02.25, Version 0.8.21 (Stable), 530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5
213

314
* http: Do not free the wrong parser on socket close (isaacs)
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)