Skip to content

Commit 8b8a7a7

Browse files
committed
2012.06.25, Version 0.8.0 (stable)
* V8: upgrade to v3.11.10.10 * npm: Upgrade to 1.1.32 * Deprecate iowatcher (Ben Noordhuis) * windows: update icon (Bert Belder) * http: Hush 'MUST NOT have a body' warnings to debug() (isaacs) * Move blog.nodejs.org content into repository (isaacs) * Fix #3503: stdin: resume() on pipe(dest) (isaacs) * crypto: fix error reporting in SetKey() (Fedor Indutny) * Add --no-deprecation and --trace-deprecation command-line flags * (isaacs) * fs: fix fs.watchFile() (Ben Noordhuis) * fs: Fix fs.readfile() on pipes (isaacs) * Rename GYP variable node_use_system_openssl to be consistent (Ryan * Dahl)
1 parent 9a7158d commit 8b8a7a7

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

ChangeLog

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
2012.06.19, Version 0.7.12 (unstable)
1+
2012.06.25, Version 0.8.0 (stable)
2+
3+
* V8: upgrade to v3.11.10.10
4+
5+
* npm: Upgrade to 1.1.32
6+
7+
* Deprecate iowatcher (Ben Noordhuis)
8+
9+
* windows: update icon (Bert Belder)
10+
11+
* http: Hush 'MUST NOT have a body' warnings to debug() (isaacs)
12+
13+
* Move blog.nodejs.org content into repository (isaacs)
14+
15+
* Fix #3503: stdin: resume() on pipe(dest) (isaacs)
16+
17+
* crypto: fix error reporting in SetKey() (Fedor Indutny)
18+
19+
* Add --no-deprecation and --trace-deprecation command-line flags (isaacs)
20+
21+
* fs: fix fs.watchFile() (Ben Noordhuis)
22+
23+
* fs: Fix fs.readfile() on pipes (isaacs)
24+
25+
* Rename GYP variable node_use_system_openssl to be consistent (Ryan Dahl)
26+
27+
28+
2012.06.19, Version 0.7.12 (unstable), a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
229

330
* npm: Upgrade to 1.1.30
431
- Improved 'npm init'

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 0
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)