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

Commit 2c4eef0

Browse files
committed
2013.01.18, Version 0.8.18 (Stable)
* npm: Upgrade to v1.2.2 * dns: make error message match errno (Dan Milon) * tls: follow RFC6125 more stricly (Fedor Indutny) * buffer: reject negative SlowBuffer offsets (Ben Noordhuis) * install: add simplejson fallback (Chris Dent) * http: fix "Cannot call method 'emit' of null" (Ben Noordhuis)
1 parent 4d32fc5 commit 2c4eef0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,5 @@ Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
375375
Nicolas Chambrier <naholyr@gmail.com>
376376
Tim Bradshaw <tfb@cley.com>
377377
Johannes Ewald <mail@johannesewald.de>
378+
Chris Dent <chris.dent@gmail.com>
379+
Dan Milon <danmilon@gmail.com>

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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
217

318
* npm: Upgrade to v1.2.0
419
- peerDependencies (Domenic Denicola)

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)