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

Commit 580e3ce

Browse files
committed
[4.3.0] update CHANGELOG for release
1 parent 441257f commit 580e3ce

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [v4.2.0](https://github.com/Cylix/cpp_redis/releases/tag/4.2.0)
3+
## [v4.3.0](https://github.com/Cylix/cpp_redis/releases/tag/4.3.0)
4+
### Tag
5+
`4.3.0`.
6+
### Date
7+
November 13th, 2017
8+
### Changes
9+
* 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.
10+
* tacopie: fix: timeout for connection not working due to invalid param to select, now working
11+
* tacopie: improvement: make sure socket is in blocking mode before connection (#32) as it differs from one OS to another
12+
* 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
13+
### Additions
14+
* tacopie: ipv6 support (connect, bind and accept operations, on tcp_server and tcp_client)
15+
### Removals
16+
None
17+
18+
19+
20+
### [v4.2.0](https://github.com/Cylix/cpp_redis/releases/tag/4.2.0)
421
### Tag
522
`4.2.0`.
623
### Date

0 commit comments

Comments
 (0)