-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
2016-10-25 Shuo Chen <[email protected]> | ||
* Last version in C++98/03, next version will use C++11 | ||
* Add Travis CI | ||
* Add EvevtLoop::queueSize() by <zhuangshi23> | ||
* Implement TcpClient::retry() by fdxuwei | ||
* Change Condition::waitForSeconds() parameter type from int to double by ChaoShu | ||
* Minor fixes by JackDrogon, YuCong, zieckey, wuzhaogai | ||
* Version 1.0.9 | ||
|
||
2016-02-11 Shuo Chen <[email protected]> | ||
* Preliminary support of IPv6. | ||
* Last version in C++98/03, next version will use C++11 | ||
* Add stop/startRead in TcpConnection by <zhang.jako> | ||
* Version 1.0.8 | ||
|
||
|