-
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
0 deletions.
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,12 @@ | ||
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) | ||
* examples/socks4a/tunnel.h stops reading if output buffer is full. | ||
* Fixes for GCC 6/7 | ||
* Minor fixes by huntinux, liangshaocong, zhoudayang2, octocat_lee, | ||
jack.xsuperman, ligewei, yqsy. | ||
* 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 | ||
|