File tree 3 files changed +40
-2
lines changed
3 files changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -345,3 +345,8 @@ Tim Macfarlane <timmacfarlane@gmail.com>
345
345
Jonas Westerlund <jonas.westerlund@me.com>
346
346
Dominic Tarr <dominic.tarr@gmail.com>
347
347
Justin Plock <jplock@gmail.com>
348
+ Toshihiro Nakamura <toshihiro.nakamura@gmail.com>
349
+ Ivan Torres <mexpolk@gmail.com>
350
+ Philipp Hagemeister <phihag@phihag.de>
351
+ George Shank <shankga@gmail.com>
352
+ Mike Morearty <mike@morearty.com>
Original file line number Diff line number Diff line change 1
- 2012.07.09, Version 0.8.2 (Stable)
1
+ 2012.07.19, Version 0.8.3 (Stable)
2
+
3
+ * V8: upgrade to 3.11.10.15
4
+
5
+ * npm: Upgrade to 1.1.43
6
+
7
+ * net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
8
+
9
+ * net: fix bogus errno reporting (Ben Noordhuis)
10
+
11
+ * build: Move npm shebang logic into an npm script (isaacs)
12
+
13
+ * build: fix add-on loading on freebsd (Ben Noordhuis)
14
+
15
+ * build: disable unsafe optimizations (Ben Noordhuis)
16
+
17
+ * build: fix spurious mksnapshot crashes for good (Ben Noordhuis)
18
+
19
+ * build: speed up genv8constants (Dave Pacheco)
20
+
21
+ * fs: make unwatchFile() remove a specific listener (Ben Noordhuis)
22
+
23
+ * domain: Remove first arg from intercepted fn (Toshihiro Nakamura)
24
+
25
+ * domain: Fix memory leak on error (isaacs)
26
+
27
+ * events: Fix memory leak from removeAllListeners (Nathan Rajlich)
28
+
29
+ * zlib: Fix memory leak in Unzip class. (isaacs)
30
+
31
+ * crypto: Fix memory leak in DecipherUpdate() (Ben Noordhuis)
32
+
33
+
34
+ 2012.07.09, Version 0.8.2 (Stable), cc6084b9ac5cf1d4fe5e7165b71e8fc05d11be1f
2
35
3
36
* npm: Upgrade to 1.1.36
4
37
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 3
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