Showing with 95 additions and 3 deletions.
  1. +1 −0 AUTHORS
  2. +21 −2 ChangeLog
  3. +72 −0 doc/blog/release/v0.10.14.md
  4. +1 −1 src/node_version.h
@@ -456,3 +456,4 @@ Kiyoshi Nomo <tokyoincidents.g@gmail.com>
Veres Lajos <vlajos@gmail.com>
Yuan Chuan <yuanchuan23@gmail.com>
Peter Rust <peter@cornerstonenw.com>
Shuan Wang <shuanwang@gmail.com>
@@ -1,4 +1,23 @@
2013.07.09, Version 0.10.13 (Stable)
2013.07.25, Version 0.10.14 (Stable)

* uv: Upgrade to v0.10.13

* npm: Upgrade to v1.3.5

* os: Don't report negative times in cpu info (Ben Noordhuis)

* fs: Handle large UID and GID (Ben Noordhuis)

* url: Fix edge-case when protocol is non-lowercase (Shuan Wang)

* doc: Streams API Doc Rewrite (isaacs)

* node: call MakeDomainCallback in all domain cases (Trevor Norris)

* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)


2013.07.09, Version 0.10.13 (Stable), e32660a984427d46af6a144983cf7b8045b7299c

* uv: Upgrade to v0.10.12

@@ -23,7 +42,7 @@
* src: fix memory leak in UsingDomains() (Ben Noordhuis)


2013.06.18, Version 0.10.12 (Stable)
2013.06.18, Version 0.10.12 (Stable), a088cf4f930d3928c97d239adf950ab43e7794aa

* npm: Upgrade to 1.2.32

@@ -0,0 +1,72 @@
date: Thu Jul 25 13:35:41 PDT 2013
version: 0.10.14
category: release
title: Node v0.10.14 (Stable)
slug: node-v0-10-14-stable

2013.07.25, Version 0.10.14 (Stable)

* uv: Upgrade to v0.10.13

* npm: Upgrade to v1.3.5

* os: Don't report negative times in cpu info (Ben Noordhuis)

* fs: Handle large UID and GID (Ben Noordhuis)

* url: Fix edge-case when protocol is non-lowercase (Shuan Wang)

* doc: Streams API Doc Rewrite (isaacs)

* node: call MakeDomainCallback in all domain cases (Trevor Norris)

* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)


Source Code: http://nodejs.org/dist/v0.10.14/node-v0.10.14.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.14/node-v0.10.14.pkg

Windows Installer: http://nodejs.org/dist/v0.10.14/node-v0.10.14-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.14/x64/node-v0.10.14-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.14/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.14/node-v0.10.14-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.14/node-v0.10.14-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.14/node-v0.10.14-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.14/node-v0.10.14-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.14/

Website: http://nodejs.org/docs/v0.10.14/

Documentation: http://nodejs.org/docs/v0.10.14/api/

Shasums:
```
f6a13dc93f677e9d71f15570ea3db2244c09b26e node-v0.10.14-darwin-x64.tar.gz
c7a456bb7bd7a3d46e4d4ed65b19458e8c937431 node-v0.10.14-darwin-x86.tar.gz
9797f93df6085796ccad0f84a65fcdee46aaeedf node-v0.10.14-linux-x64.tar.gz
f40ade7d212be254a67994f86f598b1c1c0b7b4c node-v0.10.14-linux-x86.tar.gz
c187f1385224e8d4bc2b465d9677c060b399e268 node-v0.10.14-sunos-x64.tar.gz
bd8edd17eff8928ccd0adedbe63ddf3631324148 node-v0.10.14-sunos-x86.tar.gz
7654aacdcdc832387e479b2c3de731b3b6ca3d01 node-v0.10.14-x86.msi
90892d5672a75baa761afd2f238c06d4fa58cfef node-v0.10.14.pkg
b5d27b36d25bd7d45e1bb52ce0e0fdfb49dde370 node-v0.10.14.tar.gz
f2de9c77ed3914fd9139668581f970f8df698687 node.exe
b2a767985060c0719569d8fcfe7ad7e5548d952c node.exp
fa035fd44672547f8424df4a461f0a48c4cfdb97 node.lib
aaaf7b82f826dd2a0358223ea7f1a70ccf93bc77 node.pdb
9758a6374055ebfb5a2d788e1f95ebb267a5c20b pkgsrc/nodejs-ia32-0.10.14.tgz
d8ca87abc993a042030d63bcae08e85a30eef4b8 pkgsrc/nodejs-x64-0.10.14.tgz
b372293ff300dacae79c44603e878726e282b3a2 x64/node-v0.10.14-x64.msi
293a240db1cd280907a16956d4d6bb72ad9ef02a x64/node.exe
9d03fa6d751359e174586190e757efbf61869d50 x64/node.exp
8b4e097f17d4efe13a05bff7534bb23738821a9d x64/node.lib
0323632950aa90ed4bb083774b487f6287dae7a5 x64/node.pdb
```
@@ -24,7 +24,7 @@

#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 14
#define NODE_PATCH_VERSION 15

#define NODE_VERSION_IS_RELEASE 0