Skip to content

Commit

Permalink
Bumped the package version from 129.20.3 to 129.20.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerickson committed Feb 1, 2022
1 parent 089030f commit c652a6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .default-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
129.20.3
129.20.4
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes and What's New in OpenCFNetwork
---------------------------------------

2022-01-31 v129.20.4

* Addressed an issue on Linux in which a newly-connected TCP socket
stream could signal being ready for reading but, in practice, was
actually still connecting and would return EAGAIN on
read/receive. Previously, threads or processes employing such a
stream may time out or deadlock waiting for data. Now, such
contexts should successfully make forward progress.

2021-11-11 v129.20.3

* Addressed an issue in which a numeric host-to-address (for
Expand Down

0 comments on commit c652a6d

Please sign in to comment.