Skip to content

Emergency Update: trojan 1.12.1

Compare
Choose a tag to compare
@GreaterFire GreaterFire released this 23 Apr 14:38
· 96 commits to master since this release

Note: This release fixed a serious memory bug. Everyone should update to this version immediately!

Changelog

  • Fixed a serious memory bug.
    • boost::asio::async_write doesn't copy the data in the buffer, so the
      underlying data have to remain available until the callback is called.
    • Remove UDP rate limit since the memory bug is fixed.
  • Fixed incorrect recv_len and sent_len when responding with plain HTTP.
  • Updated Boost dependency to 1.66.0 and remove deprecated functions and classes since then.