forked from chenshuo/muduo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick c9b046b for v1.1.1 release notes.
- Loading branch information
Showing
1 changed file
with
8 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,3 +1,11 @@ | ||
2018-10-22 Shuo Chen <[email protected]> | ||
* Last version in C++98/03, next version will use C++11 | ||
* Enable Clang Thread Safety Analysis. | ||
* Fix "off_t does not name a type" for CentOS 7 (#316) by qiao hai-jun | ||
* Fix warnings for gcc 8. | ||
* Add ttcp asio examples | ||
* Implement Procmon::listFiles() | ||
|
||
2018-01-18 Shuo Chen <[email protected]> | ||
* Fix race condition between Thread::tid() and Thread::start(). | ||
* Change protorpc format, add back package name. (Go does this since 1.2) | ||
|
@@ -8,7 +16,6 @@ | |
* Version 1.1.0 | ||
|
||
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 | ||
|