Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit a088cf4

Browse files
committed
2013.06.18, Version 0.10.12 (Stable)
* npm: Upgrade to 1.2.32 * readline: make `ctrl + L` clear the screen (Yuan Chuan) * v8: add setVariableValue debugger command (Ben Noordhuis) * net: Do not destroy socket mid-write (isaacs) * v8: fix build for mips32r2 architecture (Andrei Sedoi) * configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
1 parent 9195455 commit a088cf4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,4 @@ Rafael Henrique Moreira <rafadev7@gmail.com>
454454
Daniel G. Taylor <dan@programmer-art.org>
455455
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
456456
Veres Lajos <vlajos@gmail.com>
457+
Yuan Chuan <yuanchuan23@gmail.com>

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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
217

318
* uv: upgrade to 0.10.11
419

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 12
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)