This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -426,3 +426,5 @@ Aaron Cannon <cannona@fireantproductions.com>
426
426
Xidorn Quan <quanxunzhen@gmail.com>
427
427
Paolo Fragomeni <paolo@async.ly>
428
428
Scott Blomquist <github@scott.blomqui.st>
429
+ Henry Chin <hheennrryy@gmail.com>
430
+ Julian Gruber <julian@juliangruber.com>
Original file line number Diff line number Diff line change 1
- 2013.03.06, Version 0.9.12 (Unstable)
1
+ 2013.03.11, Version 0.10.0 (Stable)
2
+
3
+ * npm: Upgrade to 1.2.14
4
+
5
+ * core: Append filename properly in dlopen on windows (isaacs)
6
+
7
+ * zlib: Manage flush flags appropriately (isaacs)
8
+
9
+ * domains: Handle errors thrown in nested error handlers (isaacs)
10
+
11
+ * buffer: Strip high bits when converting to ascii (Ben Noordhuis)
12
+
13
+ * win/msi: Enable modify and repair (Bert Belder)
14
+
15
+ * win/msi: Add feature selection for various node parts (Bert Belder)
16
+
17
+ * win/msi: use consistent registry key paths (Bert Belder)
18
+
19
+ * child_process: support sending dgram socket (Andreas Madsen)
20
+
21
+ * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs)
22
+
23
+ * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis)
24
+
25
+ * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis)
26
+
27
+ * win/tty: fix typo in color attributes enumeration (Bert Belder)
28
+
29
+ * win/tty: don't touch insert mode or quick edit mode (Bert Belder)
30
+
31
+
32
+ 2013.03.06, Version 0.9.12 (Unstable), 0debf5a82934da805592b6496756cdf27c993abc
2
33
3
34
* stream: Allow strings in Readable.push/unshift (isaacs)
4
35
Original file line number Diff line number Diff line change 30
30
# define NODE_TAG ""
31
31
#endif
32
32
33
- #define NODE_VERSION_IS_RELEASE 0
33
+ #define NODE_VERSION_IS_RELEASE 1
34
34
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments