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 +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -453,3 +453,4 @@ Nathan Zadoks <nathan@nathan7.eu>
453
453
Rafael Henrique Moreira <rafadev7@gmail.com>
454
454
Daniel G. Taylor <dan@programmer-art.org>
455
455
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
456
+ Veres Lajos <vlajos@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.06.04, Version 0.10.10 (Stable)
1
+ 2013.06.13, Version 0.10.11 (Stable)
2
+
3
+ * uv: upgrade to 0.10.11
4
+
5
+ * npm: Upgrade to 1.2.30
6
+
7
+ * openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
8
+
9
+ * Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
10
+
11
+ * v8: fix pointer arithmetic undefined behavior (Trevor Norris)
12
+
13
+ * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
14
+
15
+ * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
16
+
17
+
18
+
19
+ 2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496
2
20
3
21
* uv: Upgrade to 0.10.10
4
22
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 11
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