Skip to content

Commit e32660a

Browse files
committed
2013.07.09, Version 0.10.13 (Stable)
* uv: Upgrade to v0.10.12 * npm: Upgrade to 1.3.2 * windows: get proper errno (Ben Noordhuis) * tls: only wait for finish if we haven't seen it (Timothy J Fontaine) * http: Dump response when request is aborted (isaacs) * http: use an unref'd timer to fix delay in exit (Peter Rust) * zlib: level can be negative (Brian White) * zlib: allow zero values for level and strategy (Brian White) * buffer: add comment explaining buffer alignment (Ben Noordhuis) * string_bytes: properly detect 64bit (Timothy J Fontaine) * src: fix memory leak in UsingDomains() (Ben Noordhuis)
1 parent 5b6464f commit e32660a

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,3 +455,4 @@ Daniel G. Taylor <[email protected]>
455455
Kiyoshi Nomo <[email protected]>
456456
Veres Lajos <[email protected]>
457457
Yuan Chuan <[email protected]>
458+
Peter Rust <[email protected]>

ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2013.07.09, Version 0.10.13 (Stable)
2+
3+
* uv: Upgrade to v0.10.12
4+
5+
* npm: Upgrade to 1.3.2
6+
7+
* windows: get proper errno (Ben Noordhuis)
8+
9+
* tls: only wait for finish if we haven't seen it (Timothy J Fontaine)
10+
11+
* http: Dump response when request is aborted (isaacs)
12+
13+
* http: use an unref'd timer to fix delay in exit (Peter Rust)
14+
15+
* zlib: level can be negative (Brian White)
16+
17+
* zlib: allow zero values for level and strategy (Brian White)
18+
19+
* buffer: add comment explaining buffer alignment (Ben Noordhuis)
20+
21+
* string_bytes: properly detect 64bit (Timothy J Fontaine)
22+
23+
* src: fix memory leak in UsingDomains() (Ben Noordhuis)
24+
25+
126
2013.06.18, Version 0.10.12 (Stable)
227

328
* npm: Upgrade to 1.2.32

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 13
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)