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 +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -354,3 +354,4 @@ Peter Rybin <peter.rybin@gmail.com>
354
354
Eugen Dueck <eugen@dueck.org>
355
355
Gil Pedersen <git@gpost.dk>
356
356
Tyler Neylon <tylerneylon@gmail.com>
357
+ Golo Roden <webmaster@goloroden.de>
Original file line number Diff line number Diff line change 1
- 2012.08.07, Version 0.8.6 (Stable)
1
+ 2012.08.15, Version 0.8.7 (Stable)
2
+
3
+ * npm: Upgrade to 1.1.49
4
+
5
+ * website: download page (Golo Roden)
6
+
7
+ * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
8
+
9
+ * buffer, crypto: fix buffer decoding (Ben Noordhuis)
10
+
11
+ * build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)
12
+
13
+ * tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
14
+
15
+ * doc: remove unused util from child_process (Kyle Robinson Young)
16
+
17
+ * build: rework -fvisibility=hidden detection (Ben Noordhuis)
18
+
19
+ * windows: don't duplicate invalid stdio handles (Bert Belder)
20
+
21
+ * windows: fix typos in process-stdio.c (Bert Belder)
22
+
23
+
24
+ 2012.08.07, Version 0.8.6 (Stable), 0544a586ca6b6b900a42e164033dbf350765700a
2
25
3
26
* npm: Upgrade to v1.1.48
4
27
Original file line number Diff line number Diff line change 25
25
#define NODE_MAJOR_VERSION 0
26
26
#define NODE_MINOR_VERSION 8
27
27
#define NODE_PATCH_VERSION 7
28
- #define NODE_VERSION_IS_RELEASE 0
28
+ #define NODE_VERSION_IS_RELEASE 1
29
29
30
30
#ifndef NODE_STRINGIFY
31
31
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments