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 +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -454,3 +454,4 @@ Rafael Henrique Moreira <rafadev7@gmail.com>
454
454
Daniel G. Taylor <dan@programmer-art.org>
455
455
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
456
456
Veres Lajos <vlajos@gmail.com>
457
+ Yuan Chuan <yuanchuan23@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.06.13, Version 0.10.11 (Stable)
1
+ 2013.06.18, Version 0.10.12 (Stable)
2
+
3
+ * npm: Upgrade to 1.2.32
4
+
5
+ * readline: make `ctrl + L` clear the screen (Yuan Chuan)
6
+
7
+ * v8: add setVariableValue debugger command (Ben Noordhuis)
8
+
9
+ * net: Do not destroy socket mid-write (isaacs)
10
+
11
+ * v8: fix build for mips32r2 architecture (Andrei Sedoi)
12
+
13
+ * configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
14
+
15
+
16
+ 2013.06.13, Version 0.10.11 (Stable), d9d5bc465450ae5d60da32e9ffcf71c2767f1fad
2
17
3
18
* uv: upgrade to 0.10.11
4
19
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 12
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_TAG
32
32
# define NODE_TAG ""
You can’t perform that action at this time.
0 commit comments