Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit f640c5d

Browse files
committed
2012.08.15, Version 0.8.7 (Stable)
* npm: Upgrade to 1.1.49 * website: download page (Golo Roden) * crypto: fix uninitialized memory access in openssl (Ben Noordhuis) * buffer, crypto: fix buffer decoding (Ben Noordhuis) * build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis) * tls: handle multiple CN fields when verifying cert (Ben Noordhuis) * doc: remove unused util from child_process (Kyle Robinson Young) * build: rework -fvisibility=hidden detection (Ben Noordhuis) * windows: don't duplicate invalid stdio handles (Bert Belder) * windows: fix typos in process-stdio.c (Bert Belder)
1 parent 24ff8f4 commit f640c5d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,4 @@ Peter Rybin <peter.rybin@gmail.com>
354354
Eugen Dueck <eugen@dueck.org>
355355
Gil Pedersen <git@gpost.dk>
356356
Tyler Neylon <tylerneylon@gmail.com>
357+
Golo Roden <webmaster@goloroden.de>

ChangeLog

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
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
225

326
* npm: Upgrade to v1.1.48
427

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define NODE_MAJOR_VERSION 0
2626
#define NODE_MINOR_VERSION 8
2727
#define NODE_PATCH_VERSION 7
28-
#define NODE_VERSION_IS_RELEASE 0
28+
#define NODE_VERSION_IS_RELEASE 1
2929

3030
#ifndef NODE_STRINGIFY
3131
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)