This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -382,3 +382,5 @@ Rick Yakubowski <richard@orpha-systems.com>
382
382
Dan Kohn <dan@dankohn.com>
383
383
Timothy J Fontaine <tjfontaine@gmail.com>
384
384
Eugene Girshov <eugene.girshov@nixu.com>
385
+ Raymond Feng <enjoyjava@gmail.com>
386
+ Tobias Müllerleile <tobias@muellerleile.net>
Original file line number Diff line number Diff line change 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
2
19
3
20
* npm: Update to 1.2.14
4
21
Original file line number Diff line number Diff line change 30
30
# define NODE_TAG ""
31
31
#endif
32
32
33
- #define NODE_VERSION_IS_RELEASE 0
33
+ #define NODE_VERSION_IS_RELEASE 1
34
34
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments