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 +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -449,3 +449,4 @@ Robert Kowalski <rok@kowalski.gd>
449
449
Benoit Vallée <github@benoitvallee.net>
450
450
Ryuichi Okumura <okuryu@okuryu.com>
451
451
Brandon Frohs <bfrohs@gmail.com>
452
+ Nathan Zadoks <nathan@nathan7.eu>
Original file line number Diff line number Diff line change 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
2
25
3
26
* uv: upgrade to v0.10.7
4
27
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 8
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