Skip to content

Commit a299c97

Browse files
committedAug 22, 2012
2012.08.22, Version 0.8.8 (Stable)
* V8: upgrade to 3.11.10.19 * npm: upgrade to 1.1.59 * windows: fix uninitialized memory access in uv_update_time() (Bert Belder) * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis) * unix: fix integer overflow in uv_hrtime (Tim Holy) * sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis) * tls: update default cipher list (Ben Noordhuis) * unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder) * fs: fix use after free in stat watcher (Ben Noordhuis) * build: Fix using manually compiled gcc on OS X (Nathan Rajlich) * windows: make junctions work again (Bert Belder)
1 parent c259499 commit a299c97

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed
 

‎AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,4 @@ Eugen Dueck <eugen@dueck.org>
355355
Gil Pedersen <git@gpost.dk>
356356
Tyler Neylon <tylerneylon@gmail.com>
357357
Golo Roden <webmaster@goloroden.de>
358+
Ron Korving <rkorving@wizcorp.jp>

‎ChangeLog

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
2012.08.15, Version 0.8.7 (Stable)
1+
2012.08.22, Version 0.8.8 (Stable)
2+
3+
* V8: upgrade to 3.11.10.19
4+
5+
* npm: upgrade to 1.1.59
6+
7+
* windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
8+
9+
* unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
10+
11+
* unix: fix integer overflow in uv_hrtime (Tim Holy)
12+
13+
* sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
14+
15+
* tls: update default cipher list (Ben Noordhuis)
16+
17+
* unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
18+
19+
* fs: fix use after free in stat watcher (Ben Noordhuis)
20+
21+
* build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
22+
23+
* windows: make junctions work again (Bert Belder)
24+
25+
26+
2012.08.15, Version 0.8.7 (Stable), f640c5d35cba96634cd8176a525a1d876e361a61
227

328
* npm: Upgrade to 1.1.49
429

‎src/node_version.h

+1-1
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 8
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)