From 7fabdc23d843cb705d2d0739e7bbdaaf50aa3292 Mon Sep 17 00:00:00 2001
From: Timothy J Fontaine <tjfontaine@gmail.com>
Date: Tue, 19 Aug 2014 11:19:52 -0400
Subject: [PATCH] 2014.08.19, Version 0.10.31 (Stable)

* v8: backport CVE-2013-6668

* openssl: Update to v1.0.1i

* npm: Update to v1.4.23

* cluster: disconnect should not be synchronous (Sam Roberts)

* fs: fix fs.readFileSync fd leak when get RangeError (Jackson Tian)

* stream: fix Readable.wrap objectMode falsy values (James Halliday)

* timers: fix timers with non-integer delay hanging. (Julien Gilli)
---
 AUTHORS            |  4 ++++
 ChangeLog          | 19 ++++++++++++++++++-
 src/node_version.h |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index a076b5f51a4249..c329a19950148c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -509,3 +509,7 @@ Oguz Bastemur <obastemur@gmail.com>
 Maurice Butler <maurice.butler@gmail.com>
 Chris Dickinson <christopher.s.dickinson@gmail.com>
 Julien Gilli <julien.gilli@joyent.com>
+Jakob Gillich <jakob@gillich.me>
+James Halliday <mail@substack.net>
+Kevin Simper <kevin.simper@gmail.com>
+Jackson Tian <shyvo1987@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index 95a5abb8bee02e..fb04888b22b6a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2014.07.31, Version 0.10.30 (Stable)
+2014.08.19, Version 0.10.31 (Stable)
+
+* v8: backport CVE-2013-6668
+
+* openssl: Update to v1.0.1i
+
+* npm: Update to v1.4.23
+
+* cluster: disconnect should not be synchronous (Sam Roberts)
+
+* fs: fix fs.readFileSync fd leak when get RangeError (Jackson Tian)
+
+* stream: fix Readable.wrap objectMode falsy values (James Halliday)
+
+* timers: fix timers with non-integer delay hanging. (Julien Gilli)
+
+
+2014.07.31, Version 0.10.30 (Stable), bc0ff830aff1e016163d855e86ded5c98b0899e8
 
 * uv: Upgrade to v0.10.28
 
diff --git a/src/node_version.h b/src/node_version.h
index 3ea33ea79e56a6..a9fe7ef88461c5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
 #define NODE_MINOR_VERSION 10
 #define NODE_PATCH_VERSION 31
 
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_TAG
 # define NODE_TAG ""