mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
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)
This commit is contained in:
parent
4d32fc5964
commit
2c4eef0d97
2
AUTHORS
2
AUTHORS
@ -375,3 +375,5 @@ Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
|
||||
Nicolas Chambrier <naholyr@gmail.com>
|
||||
Tim Bradshaw <tfb@cley.com>
|
||||
Johannes Ewald <mail@johannesewald.de>
|
||||
Chris Dent <chris.dent@gmail.com>
|
||||
Dan Milon <danmilon@gmail.com>
|
||||
|
17
ChangeLog
17
ChangeLog
@ -1,4 +1,19 @@
|
||||
2013.01.09, Version 0.8.17 (Stable)
|
||||
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)
|
||||
|
||||
|
||||
2013.01.09, Version 0.8.17 (Stable), c50c33e9397d7a0a8717e8ce7530572907c054ad
|
||||
|
||||
* npm: Upgrade to v1.2.0
|
||||
- peerDependencies (Domenic Denicola)
|
||||
|
@ -30,7 +30,7 @@
|
||||
# define NODE_TAG ""
|
||||
#endif
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
Loading…
Reference in New Issue
Block a user