Skip to content

Commit ff4c974

Browse files
committed
2012.10.25, Version 0.8.13 (Stable)
* V8: Upgrade to 3.11.10.25 * npm: Upgrade to 1.1.65 * url: parse hostnames that start with - or _ (Ben Noordhuis) * repl: Fix Windows 8 terminal issue (Bert Belder) * typed arrays: use signed char for signed int8s (Aaron Jacobs) * crypto: fix bugs in DiffieHellman (Ben Noordhuis) * configure: turn on VFPv3 on ARMv7 (Ben Noordhuis) * Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis) * repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
1 parent e1bdde0 commit ff4c974

File tree

3 files changed

+41
-18
lines changed

3 files changed

+41
-18
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,5 @@ Robin Lee <[email protected]>
366366
Adam Blackburn <[email protected]>
367367
Willi Eggeling <[email protected]>
368368
Andrew Paprocki <[email protected]>
369+
Max Ogden <[email protected]>
370+
Olivier Lalonde <[email protected]>

ChangeLog

+38-17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
2012.10.12, Version 0.8.12 (Stable)
1+
2012.10.25, Version 0.8.13 (Stable)
2+
3+
* V8: Upgrade to 3.11.10.25
4+
5+
* npm: Upgrade to 1.1.65
6+
7+
* url: parse hostnames that start with - or _ (Ben Noordhuis)
8+
9+
* repl: Fix Windows 8 terminal issue (Bert Belder)
10+
11+
* typed arrays: use signed char for signed int8s (Aaron Jacobs)
12+
13+
* crypto: fix bugs in DiffieHellman (Ben Noordhuis)
14+
15+
* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
16+
17+
* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
18+
19+
* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
20+
21+
22+
2012.10.12, Version 0.8.12 (Stable), 38c72d4e29574dec5205bcf23c2a85efe65331a4
223

324
* npm: Upgrade to 1.1.63
425

@@ -24,7 +45,7 @@
2445
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
2546

2647

27-
2012.09.25, Version 0.8.10 (Stable)
48+
2012.09.25, Version 0.8.10 (Stable), 0bc273da4fcaa79b209ed755ad249a3e7be626a6
2849

2950
* npm: Upgrade to 1.1.62
3051

@@ -786,7 +807,7 @@
786807
* Bug fixes
787808

788809

789-
2012.07.10 Version 0.6.20 (maintenance)
810+
2012.07.10 Version 0.6.20 (maintenance), 952e513379169ec1b40909d1db056e9bf4294899
790811

791812
* npm: Upgrade to 1.1.37 (isaacs)
792813

@@ -1149,7 +1170,7 @@
11491170
* crypto: don't ignore DH init errors (Ben Noordhuis)
11501171

11511172

1152-
2011.12.14, Version 0.6.6
1173+
2011.12.14, Version 0.6.6 (stable), 9a059ea69e1f6ebd8899246682d8ca257610b8ab
11531174

11541175
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
11551176

@@ -1386,7 +1407,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
13861407
* Upgrade GYP to r1081
13871408

13881409

1389-
2011.10.10, Version 0.5.9 (unstable)
1410+
2011.10.10, Version 0.5.9 (unstable), 3bd9b08fb125b606f97a4079b147accfdeebb07d
13901411

13911412
* fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW
13921413
(Igor Zinkovsky, Ben Noordhuis)
@@ -1470,7 +1491,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
14701491
* #1719 Drain OpenSSL error queue
14711492

14721493

1473-
2011.09.08, Version 0.5.6 (unstable)
1494+
2011.09.08, Version 0.5.6 (unstable), b49bec55806574a47403771bce1ee379c2b09ca2
14741495

14751496
* #345, #1635, #1648 Documentation improvements (Thomas Shinnick,
14761497
Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth,
@@ -1758,7 +1779,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
17581779
* DTrace probes: support X-Forwarded-For (Dave Pacheco)
17591780

17601781

1761-
2011.09.15, Version 0.4.12 (stable)
1782+
2011.09.15, Version 0.4.12 (stable), 771ba34ca7b839add2ef96879e1ffc684813cf7c
17621783

17631784
* Improve docs
17641785

@@ -1807,7 +1828,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
18071828
* Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
18081829

18091830

1810-
2011.07.19, Version 0.4.10 (stable)
1831+
2011.07.19, Version 0.4.10 (stable), 1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5
18111832

18121833
* #394 Fix Buffer drops last null character in UTF-8
18131834

@@ -1834,7 +1855,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
18341855
* Doc improvements
18351856

18361857

1837-
2011.06.29, Version 0.4.9 (stable)
1858+
2011.06.29, Version 0.4.9 (stable), de44eafd7854d06cd85006f509b7051e8540589b
18381859

18391860
* Improve documentation
18401861

@@ -1908,7 +1929,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
19081929
* Upgrade V8 to 3.1.8.16.
19091930

19101931

1911-
2011.04.22, Version 0.4.7 (stable)
1932+
2011.04.22, Version 0.4.7 (stable), c85455a954411b38232e79752d4abb61bb75031b
19121933

19131934
* Don't emit error on ECONNRESET from read() #670
19141935

@@ -1926,7 +1947,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
19261947
* Improve docs.
19271948

19281949

1929-
2011.04.13, Version 0.4.6 (stable)
1950+
2011.04.13, Version 0.4.6 (stable), 58002d56bc79410c5ff397fc0e1ffec0665db38a
19301951

19311952
* Don't error on ENOTCONN from shutdown() #670
19321953

@@ -1956,7 +1977,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
19561977
* Upgrade v8 to 3.1.8.10
19571978

19581979

1959-
2011.04.01, Version 0.4.5 (stable)
1980+
2011.04.01, Version 0.4.5 (stable), 787a343b588de26784fef97f953420b53a6e1d73
19601981

19611982
* Fix listener leak in stream.pipe() (Mikeal Rogers)
19621983

@@ -2089,7 +2110,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
20892110
* Upgrade V8 to 3.1.5, libev to 4.4.
20902111

20912112

2092-
2011.02.10, Version 0.4.0 (stable)
2113+
2011.02.10, Version 0.4.0 (stable), eb155ea6f6a6aa341aa8c731dca8da545c6a4008
20932114

20942115
* require() improvements (isaacs)
20952116
- understand package.json (isaacs)
@@ -2122,7 +2143,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
21222143
* Upgrade V8 to 3.1.2
21232144

21242145

2125-
2011.02.04, Version 0.3.8 (unstable)
2146+
2011.02.04, Version 0.3.8 (unstable), 9493b7563bff31525b4080df5aeef09747782d5e
21262147

21272148
* Add req.abort() for client side requests.
21282149

@@ -2144,7 +2165,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
21442165

21452166
* Upgrade V8 to 3.1.1
21462167

2147-
2011.01.27, Version 0.3.7 (unstable)
2168+
2011.01.27, Version 0.3.7 (unstable), d8579c6afdbe868de6dffa8db78bbe4ba2d03e0e
21482169

21492170
* Expose agent in http and https client. (Mikeal Rogers)
21502171

@@ -2206,7 +2227,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
22062227
* Don't stat() on cached modules. (Felix Geisendörfer)
22072228

22082229

2209-
2011.01.08, Version 0.3.4 (unstable)
2230+
2011.01.08, Version 0.3.4 (unstable), 73f53e12e4a5b9ef7dbb4792bd5f8ad403094441
22102231

22112232
* Primordial mingw build (Bert Belder)
22122233

@@ -2424,7 +2445,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
24242445
* Upgrade V8 to 2.3.8
24252446

24262447

2427-
2010.08.13, Version 0.1.104
2448+
2010.08.13, Version 0.1.104, b14dd49222687c12f3e8eac597cff4f2674f84e8
24282449

24292450
* Various bug fixes (console, querystring, require)
24302451

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define NODE_MAJOR_VERSION 0
2626
#define NODE_MINOR_VERSION 8
2727
#define NODE_PATCH_VERSION 13
28-
#define NODE_VERSION_IS_RELEASE 0
28+
#define NODE_VERSION_IS_RELEASE 1
2929

3030
#ifndef NODE_STRINGIFY
3131
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)