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

Commit 03431c7

Browse files
author
Julien Gilli
committed
2015.05.13, Version 0.12.3 (Stable)
* V8: update to 3.28.71.19 * uv: upgrade to 1.5.0 * npm: upgrade to 2.9.1 * V8: don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe) * V8: fix issue with let bindings in for loops (adamk) * debugger: don't spawn child process in remote mode (Jackson Tian) * net: do not set V4MAPPED on FreeBSD (Julien Gilli) * repl: make 'Unexpected token' errors recoverable (Julien Gilli) * src: backport ignore ENOTCONN on shutdown race (Ben Noordhuis) * src: fix backport of SIGINT crash fix on FreeBSD (Julien Gilli)
1 parent 72188d8 commit 03431c7

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ Mikael Bourges-Sevenier
423423
Mike Harsch
424424
Mike Morearty
425425
Mike Pennisi
426+
Mike Tunnicliffe
426427
Mikeal Rogers
427428
Ming Liu
428429
Miroslav Bajtos
@@ -654,9 +655,11 @@ Yuichiro MASUI
654655
Yuki KAN
655656
Yunsong Guo
656657
Yuriy Nemtsov
658+
Yury Semikhatsky
657659
Zachary Scott
658660
Zarko Stankovic
659661
Zoran Tomicic
662+
adamk
660663
ayanamist
661664
fengmk2
662665
h7lin

ChangeLog

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
2015.03.31, Version 0.12.2 (Stable)
1+
2015.05.13, Version 0.12.3 (Stable)
2+
3+
* V8: update to 3.28.71.19
4+
5+
* uv: upgrade to 1.5.0
6+
7+
* npm: upgrade to 2.9.1
8+
9+
* V8: don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe)
10+
11+
* V8: fix issue with let bindings in for loops (adamk)
12+
13+
* debugger: don't spawn child process in remote mode (Jackson Tian)
14+
15+
* net: do not set V4MAPPED on FreeBSD (Julien Gilli)
16+
17+
* repl: make 'Unexpected token' errors recoverable (Julien Gilli)
18+
19+
* src: backport ignore ENOTCONN on shutdown race (Ben Noordhuis)
20+
21+
* src: fix backport of SIGINT crash fix on FreeBSD (Julien Gilli)
22+
23+
24+
2015.03.31, Version 0.12.2 (Stable), 523d445705027438b83b8d5958c9beeb1c8711d9
225

326
* uv: Upgrade to 1.4.2
427

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 12
2727
#define NODE_PATCH_VERSION 3
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)