mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
v0.8.16 wip
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -370,3 +370,5 @@ Max Ogden <max@maxogden.com>
|
||||
Olivier Lalonde <olalonde@gmail.com>
|
||||
Francois Marier <francois@mozilla.com>
|
||||
Trevor Norris <trev.norris@gmail.com>
|
||||
Joshua Erickson <josh@snoj.us>
|
||||
Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
|
||||
|
||||
15
ChangeLog
15
ChangeLog
@@ -1,4 +1,17 @@
|
||||
2012.11.26, Version 0.8.15 (Stable)
|
||||
2012.12.13, Version 0.8.16 (Stable)
|
||||
|
||||
* npm: Upgrade to 1.1.69
|
||||
|
||||
* fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
|
||||
|
||||
* crypto: fix leak in GetPeerCertificate (Fedor Indutny)
|
||||
|
||||
* buffer: Don't double-negate numeric buffer arg (Trevor Norris)
|
||||
|
||||
* net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
|
||||
|
||||
|
||||
2012.11.26, Version 0.8.15 (Stable), fdf91afb494a7a2fff2913d817f589c191a2c88f
|
||||
|
||||
* npm: Upgrade to 1.1.66 (isaacs)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define NODE_MAJOR_VERSION 0
|
||||
#define NODE_MINOR_VERSION 8
|
||||
#define NODE_PATCH_VERSION 16
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
||||
Reference in New Issue
Block a user