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

Commit 30d9e9f

Browse files
committed
2013.05.24, Version 0.10.8 (Stable)
* v8: update to 3.14.5.9 * uv: upgrade to 0.10.8 * npm: Upgrade to 1.2.23 * http: remove bodyHead from 'upgrade' events (Nathan Zadoks) * http: Return true on empty writes, not false (isaacs) * http: save roundtrips, convert buffers to strings (Ben Noordhuis) * configure: respect the --dest-os flag consistently (Nathan Rajlich) * buffer: throw when writing beyond buffer (Trevor Norris) * crypto: Clear error after DiffieHellman key errors (isaacs) * string_bytes: strip padding from base64 strings (Trevor Norris)
1 parent 179aa0a commit 30d9e9f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,4 @@ Robert Kowalski <rok@kowalski.gd>
449449
Benoit Vallée <github@benoitvallee.net>
450450
Ryuichi Okumura <okuryu@okuryu.com>
451451
Brandon Frohs <bfrohs@gmail.com>
452+
Nathan Zadoks <nathan@nathan7.eu>

ChangeLog

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
2013.05.17, Version 0.10.7 (Stable)
1+
2013.05.24, Version 0.10.8 (Stable)
2+
3+
* v8: update to 3.14.5.9
4+
5+
* uv: upgrade to 0.10.8
6+
7+
* npm: Upgrade to 1.2.23
8+
9+
* http: remove bodyHead from 'upgrade' events (Nathan Zadoks)
10+
11+
* http: Return true on empty writes, not false (isaacs)
12+
13+
* http: save roundtrips, convert buffers to strings (Ben Noordhuis)
14+
15+
* configure: respect the --dest-os flag consistently (Nathan Rajlich)
16+
17+
* buffer: throw when writing beyond buffer (Trevor Norris)
18+
19+
* crypto: Clear error after DiffieHellman key errors (isaacs)
20+
21+
* string_bytes: strip padding from base64 strings (Trevor Norris)
22+
23+
24+
2013.05.17, Version 0.10.7 (Stable), d2fdae197ac542f686ee06835d1153dd43b862e5
225

326
* uv: upgrade to v0.10.7
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 10
2727
#define NODE_PATCH_VERSION 8
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)