Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 580e3ce

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

File tree

Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.