Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
[4.3.0] update CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix committed Nov 14, 2017
1 parent 441257f commit 580e3ce
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

## [v4.2.0](https://github.com/Cylix/cpp_redis/releases/tag/4.2.0)
## [v4.3.0](https://github.com/Cylix/cpp_redis/releases/tag/4.3.0)
### Tag
`4.3.0`.
### Date
November 13th, 2017
### Changes
* tacopie: fork support: allow set_default_io_service to take nullptr. In order to safely fork, call set_default_io_service(nullptr) to make sure the io_service destructor is called and all underlying threads joined.
* tacopie: fix: timeout for connection not working due to invalid param to select, now working
* tacopie: improvement: make sure socket is in blocking mode before connection (#32) as it differs from one OS to another
* tacopie: improvement: check for non-blocking connect errors with getsockopt to avoid connect reporting a successful connection followed by a call to disconnection handler (now connect report a failed
### Additions
* tacopie: ipv6 support (connect, bind and accept operations, on tcp_server and tcp_client)
### Removals
None



### [v4.2.0](https://github.com/Cylix/cpp_redis/releases/tag/4.2.0)
### Tag
`4.2.0`.
### Date
Expand Down

0 comments on commit 580e3ce

Please sign in to comment.