# Revision history for tcp-simple ## 0.5.0.0 * Update built-in mozilla CA list(2016/09/14). * Export `Data.TLSSetting` from `System.IO.Streams.TLS`, and `Data.OpenSSLSetting` from `System.IO.Streams.OpenSSL`. ## 0.4.0.0 * Auto add `withOpenSSL`. * Add `extra-libraries` to cabal file. ## 0.3.0.0 * Add qualified notes, rename `closeTLS/closeSSL` to `close`. * Fix `Bad pipe` error in tls's `close` ## 0.2.3.0 * Add `acceptWithBufferSize`, `socketToStreamsWithBufferSize`, fix recv exception handler. ## 0.2.2.0 * Clean and document exception behavior. ## 0.2.1.0 * Fix broken document. ## 0.2.0.0 * Add support for openssl using HsOpenSSL package. ## 0.1.0.0 * First version. Released on an unsuspecting world.