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 +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -370,3 +370,5 @@ Max Ogden <max@maxogden.com>
370
370
Olivier Lalonde <olalonde@gmail.com>
371
371
Francois Marier <francois@mozilla.com>
372
372
Trevor Norris <trev.norris@gmail.com>
373
+ Joshua Erickson <josh@snoj.us>
374
+ Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
Original file line number Diff line number Diff line change 1
- 2012.11.26, Version 0.8.15 (Stable)
1
+ 2012.12.13, Version 0.8.16 (Stable)
2
+
3
+ * npm: Upgrade to 1.1.69
4
+
5
+ * fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
6
+
7
+ * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
8
+
9
+ * buffer: Don't double-negate numeric buffer arg (Trevor Norris)
10
+
11
+ * net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
12
+
13
+
14
+ 2012.11.26, Version 0.8.15 (Stable), fdf91afb494a7a2fff2913d817f589c191a2c88f
2
15
3
16
* npm: Upgrade to 1.1.66 (isaacs)
4
17
Original file line number Diff line number Diff line change 25
25
#define NODE_MAJOR_VERSION 0
26
26
#define NODE_MINOR_VERSION 8
27
27
#define NODE_PATCH_VERSION 16
28
- #define NODE_VERSION_IS_RELEASE 0
28
+ #define NODE_VERSION_IS_RELEASE 1
29
29
30
30
#ifndef NODE_STRINGIFY
31
31
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments