We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71091f7 commit c1a1ab0Copy full SHA for c1a1ab0
ChangeLog
@@ -1,4 +1,15 @@
1
-2013.04.09, Version 0.8.23 (maintenance)
+2013.06.04, Version 0.8.24 (maintenance)
2
+
3
+* npm: Upgrade to v1.2.24
4
5
+* url: Properly parse certain oddly formed urls (isaacs)
6
7
+* http: Don't try to destroy nonexistent sockets (isaacs)
8
9
+* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
10
11
12
+2013.04.09, Version 0.8.23 (maintenance), c67f8d0500fe15637a623eb759d2ad7eb9fb3b0b
13
14
* npm: Upgrade to v1.2.18
15
src/node_version.h
@@ -30,7 +30,7 @@
30
# define NODE_TAG ""
31
#endif
32
33
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
34
35
#ifndef NODE_STRINGIFY
36
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments