Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit b5b8419

Browse files
committed
2013.07.12, Version 0.11.4 (Unstable)
* npm: Upgrade to 1.3.4 * v8: Upgrade to v3.20.2 * c-ares: Upgrade to piscisaureus/cares@805d153 * timers: setImmediate process full queue each turn (Ben Noordhuis) * http: Add agent.get/request methods (isaacs) * http: Proper KeepAlive behavior (isaacs) * configure: fix the --without-ssl option (Nathan Rajlich) * buffer: propagate originating parent (Trevor Norris) * tls_wrap: return Error not throw for missing cert (Timothy J Fontaine) * src: enable native v8 typed arrays (Ben Noordhuis) * stream: objectMode transform should allow falsey values (Jeff Barczewski) * slab_allocator: remove SlabAllocator (Trevor Norris) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny) * tls: export TLSSocket (Fedor Indutny) * zlib: allow changing of level and strategy (Brian White) * zlib: allow custom flush type for flush() (Brian White)
1 parent 48c542d commit b5b8419

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,3 +464,4 @@ Yuan Chuan <yuanchuan23@gmail.com>
464464
Krzysztof Chrapka <chrapka.k@gmail.com>
465465
Linus Mårtensson <linus.martensson@sonymobile.com>
466466
Peter Rust <peter@cornerstonenw.com>
467+
Jeff Barczewski <jeff.barczewski@gmail.com>

ChangeLog

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
1-
2013.06.26, Version 0.11.3 (Unstable)
1+
2013.07.12, Version 0.11.4 (Unstable)
2+
3+
* npm: Upgrade to 1.3.4
4+
5+
* v8: Upgrade to v3.20.2
6+
7+
* c-ares: Upgrade to piscisaureus/cares@805d153
8+
9+
* timers: setImmediate process full queue each turn (Ben Noordhuis)
10+
11+
* http: Add agent.get/request methods (isaacs)
12+
13+
* http: Proper KeepAlive behavior (isaacs)
14+
15+
* configure: fix the --without-ssl option (Nathan Rajlich)
16+
17+
* buffer: propagate originating parent (Trevor Norris)
18+
19+
* tls_wrap: return Error not throw for missing cert (Timothy J Fontaine)
20+
21+
* src: enable native v8 typed arrays (Ben Noordhuis)
22+
23+
* stream: objectMode transform should allow falsey values (Jeff Barczewski)
24+
25+
* slab_allocator: remove SlabAllocator (Trevor Norris)
26+
27+
* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
28+
29+
* tls: export TLSSocket (Fedor Indutny)
30+
31+
* zlib: allow changing of level and strategy (Brian White)
32+
33+
* zlib: allow custom flush type for flush() (Brian White)
34+
35+
36+
2013.06.26, Version 0.11.3 (Unstable), 38c0c47bbe280ddc42054418091571e532d82a1e
237

338
* uv: Upgrade to v0.11.5
439

0 commit comments

Comments
 (0)