2013.05.17, Version 0.10.7 (Stable) v0.10.7
authorisaacs <i@izs.me>
Fri, 17 May 2013 20:59:10 +0000 (13:59 -0700)
committerisaacs <i@izs.me>
Fri, 17 May 2013 20:59:10 +0000 (13:59 -0700)
* uv: upgrade to v0.10.7

* npm: Upgrade to 1.2.21

* crypto: Don't ignore verify encoding argument (isaacs)

* buffer, crypto: fix default encoding regression (Ben Noordhuis)

* timers: fix setInterval() assert (Ben Noordhuis)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index 63f0469..c30cf8b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -447,3 +447,5 @@ Kevin Locke <kevin@kevinlocke.name>
 Daniel Moore <polaris@northhorizon.net>
 Robert Kowalski <rok@kowalski.gd>
 Benoit VallĂ©e <github@benoitvallee.net>
+Ryuichi Okumura <okuryu@okuryu.com>
+Brandon Frohs <bfrohs@gmail.com>
index cd00e9b..fdc7cb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-2013.05.14, Version 0.10.6 (Stable)
+2013.05.17, Version 0.10.7 (Stable)
+
+* uv: upgrade to v0.10.7
+
+* npm: Upgrade to 1.2.21
+
+* crypto: Don't ignore verify encoding argument (isaacs)
+
+* buffer, crypto: fix default encoding regression (Ben Noordhuis)
+
+* timers: fix setInterval() assert (Ben Noordhuis)
+
+
+2013.05.14, Version 0.10.6 (Stable), 5deb1672f2b5794f8be19498a425ea4dc0b0711f
 
 * module: Deprecate require.extensions (isaacs)
 
index 04d7341..ec46b53 100644 (file)
@@ -26,7 +26,7 @@
 #define NODE_MINOR_VERSION 10
 #define NODE_PATCH_VERSION 7
 
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_TAG
 # define NODE_TAG ""