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 +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -375,3 +375,5 @@ Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
375
375
Nicolas Chambrier <naholyr@gmail.com>
376
376
Tim Bradshaw <tfb@cley.com>
377
377
Johannes Ewald <mail@johannesewald.de>
378
+ Chris Dent <chris.dent@gmail.com>
379
+ Dan Milon <danmilon@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.01.09, Version 0.8.17 (Stable)
1
+ 2013.01.18, Version 0.8.18 (Stable)
2
+
3
+ * npm: Upgrade to v1.2.2
4
+
5
+ * dns: make error message match errno (Dan Milon)
6
+
7
+ * tls: follow RFC6125 more stricly (Fedor Indutny)
8
+
9
+ * buffer: reject negative SlowBuffer offsets (Ben Noordhuis)
10
+
11
+ * install: add simplejson fallback (Chris Dent)
12
+
13
+ * http: fix "Cannot call method 'emit' of null" (Ben Noordhuis)
14
+
15
+
16
+ 2013.01.09, Version 0.8.17 (Stable), c50c33e9397d7a0a8717e8ce7530572907c054ad
2
17
3
18
* npm: Upgrade to v1.2.0
4
19
- peerDependencies (Domenic Denicola)
Original file line number Diff line number Diff line change 30
30
# define NODE_TAG ""
31
31
#endif
32
32
33
- #define NODE_VERSION_IS_RELEASE 0
33
+ #define NODE_VERSION_IS_RELEASE 1
34
34
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments