Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-04-23 05:00:41 +0400
committerisaacs <i@izs.me>2013-04-24 00:27:37 +0400
commitdeeaf8fab978e3cadb364e46fb32dafdebe5f095 (patch)
tree4fc00a43ecbf7ea520fe08d3171225d5b7196829
parent0602fbb49c159fe5eded343a0fbb447979d757ba (diff)
2013.04.23, Version 0.10.5 (Stable)v0.10.5
* uv: Upgrade to 0.10.5 (isaacs) * build: added support for Visual Studio 2012 (Miroslav Bajtoš) * http: Don't try to destroy nonexistent sockets (isaacs) * crypto: LazyTransform on properties, not methods (isaacs) * assert: put info in err.message, not err.name (Ryan Doenges) * dgram: fix no address bind() (Ben Noordhuis) * handle_wrap: fix NULL pointer dereference (Ben Noordhuis) * os: fix unlikely buffer overflow in os.type() (Ben Noordhuis) * stream: Fix unshift() race conditions (isaacs)
-rw-r--r--AUTHORS6
-rw-r--r--ChangeLog23
-rw-r--r--src/node_version.h2
3 files changed, 29 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index c6cd7ff2922..dbdf9247bde 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -436,3 +436,9 @@ Michael Hart <michael.hart.au@gmail.com>
Andrew Hart <hartandrewr@gmail.com>
Rafael Garcia <rgarcia2009@gmail.com>
Tobias Müllerleile <tobias@muellerleile.net>
+Stanislav Ochotnicky <sochotnicky@redhat.com>
+Ryan Graham <r.m.graham@gmail.com>
+Kelly Gerber <kellygerber22@yahoo.com>
+Ryan Doenges <rhdoenges@gmail.com>
+Sean Silva <chisophugis@gmail.com>
+Miroslav Bajtoš <miro.bajtos@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index ffd068cbc30..97eb2c4c2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
-2013.04.11, Version 0.10.4 (Stable)
+2013.04.23, Version 0.10.5 (Stable)
+
+* uv: Upgrade to 0.10.5 (isaacs)
+
+* build: added support for Visual Studio 2012 (Miroslav Bajtoš)
+
+* http: Don't try to destroy nonexistent sockets (isaacs)
+
+* crypto: LazyTransform on properties, not methods (isaacs)
+
+* assert: put info in err.message, not err.name (Ryan Doenges)
+
+* dgram: fix no address bind() (Ben Noordhuis)
+
+* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
+
+* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
+
+* stream: Fix unshift() race conditions (isaacs)
+
+
+2013.04.11, Version 0.10.4 (Stable), 9712aa9f76073c30850b20a188b1ed12ffb74d17
* uv: Upgrade to 0.10.4
diff --git a/src/node_version.h b/src/node_version.h
index 55c88939962..1bc4c759e6a 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 5
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""