Skip to content

Commit c67f8d0

Browse files
committed
2013.04.09, Version 0.8.23 (maintenance)
* npm: Upgrade to v1.2.18 * http: Avoid EE warning on ECONNREFUSED handling (isaacs) * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile) * child_process: fix sending utf-8 to child process (Ben Noordhuis) * crypto: check key type in GetPeerCertificate() (Ben Noordhuis) * win/openssl: mark assembled object files as seh safe (Bert Belder) * windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
1 parent f2f893b commit c67f8d0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,5 @@ Rick Yakubowski <[email protected]>
382382
383383
Timothy J Fontaine <[email protected]>
384384
Eugene Girshov <[email protected]>
385+
Raymond Feng <[email protected]>
386+
Tobias Müllerleile <[email protected]>

ChangeLog

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2013.03.07, Version 0.8.22 (Stable)
1+
2013.04.09, Version 0.8.23 (maintenance)
2+
3+
* npm: Upgrade to v1.2.18
4+
5+
* http: Avoid EE warning on ECONNREFUSED handling (isaacs)
6+
7+
* tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
8+
9+
* child_process: fix sending utf-8 to child process (Ben Noordhuis)
10+
11+
* crypto: check key type in GetPeerCertificate() (Ben Noordhuis)
12+
13+
* win/openssl: mark assembled object files as seh safe (Bert Belder)
14+
15+
* windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
16+
17+
18+
2013.03.07, Version 0.8.22 (Stable), 67a4cb4fe8c2346e30ffb83f7178e205cc2dab33
219

320
* npm: Update to 1.2.14
421

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)