2015-01-14 io.js v1.0.1 Release v1.0.1 v1.0.1-release
authorRod Vagg <rod@vagg.org>
Wed, 14 Jan 2015 04:31:29 +0000 (15:31 +1100)
committerRod Vagg <rod@vagg.org>
Wed, 14 Jan 2015 04:31:29 +0000 (15:31 +1100)
CHANGELOG.md
src/node_version.h

index 801a424..ef33a2d 100644 (file)
@@ -1,5 +1,12 @@
 # io.js ChangeLog
 
+## 2015-01-14, Version 1.0.1
+
+Rebuild due to stale build slave git reflogs for 1.0.0 release
+
+* doc: improve write style consistency (Rui Marinho)
+* win,msi: correct doc website link (Bert Belder)
+
 --------------------------------------
 
 Below is a summary of the user-facing changes to be found in the io.js v1.0.0 release as compared to the
index 1c3b32e..814f28f 100644 (file)
@@ -5,7 +5,7 @@
 #define NODE_MINOR_VERSION 0
 #define NODE_PATCH_VERSION 1
 
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)