Skip to content

Commit

Permalink
Merge branch 'release_0.3.2' into release_0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Jun 12, 2012
2 parents 42616e1 + 2bb8042 commit b9e78d7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ChangeLog
@@ -1,3 +1,39 @@
* Changes between 0.3.1 to 0.4.0

API Changes

* dns.isIPv* has been renamed and moved to net.*

New Features

* Memory usage improvements (Ryan Phillips, Paul Querna, Brandon Philips, Tim Caswell)
* Callback State infrastructure (Brandon Philips)
* TLS Ticketing (Michael Kandrashoff)
* Reference counting (Tim Caswell)
* Improve timers (Ryan Phillips)
* Add os.clock (Tadeusz Wojcik)
* process.pid (Michael Kandrashoff)

Upgrade

* zlib (Paul Querna)
* OpenSSL w/ Skinny Option (Paul Querna)

Bug Fixes

* C89 Improvements (Antal Szabó)
* Assertion fixes (Antal Szabó)
* url.parse parseQueryString (Tomaz Muraus)
* process.spawn environment passing on windows (Ryan Phillips)
* Solaris build fixes (Ben Noordhuis)
* DNS IPv6 resolving (Ryan Phillips)
* TCP Connect IPv6 (Ryan Phillips)
* TLS Fixes (Brandon Philips)
* TLS Tests (Brandon Philips)
* Various Windows fixes (Brandon Philips, Ryan Phillips)
* luv_zlib uninitialized variable (Paul Querna)
* Use gyp submodule (Brandon Philips)

* Changes between 0.3.0 to 0.3.1

Bug Fixes
Expand Down

0 comments on commit b9e78d7

Please sign in to comment.