File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 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
2
29
3
30
* npm: Upgrade to 1.1.30
4
31
- Improved 'npm init'
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 0
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