Skip to content

Commit c1a1ab0

Browse files
committed
2013.06.04, Version 0.8.24 (maintenance)
* npm: Upgrade to v1.2.24 * url: Properly parse certain oddly formed urls (isaacs) * http: Don't try to destroy nonexistent sockets (isaacs) * handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
1 parent 71091f7 commit c1a1ab0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2013.04.09, Version 0.8.23 (maintenance)
1+
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
213

314
* npm: Upgrade to v1.2.18
415

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)