require-le-2.0.13 580 B

123456789101112
  1. o Build changes:
  2. - Building Tor with bufferevent support now requires Libevent
  3. 2.0.13-stable or later. Previous versions of Libevent had bugs
  4. in SSL-related bufferevents and related issues that would make
  5. Tor work badly with bufferevents. Requiring 2.0.13-stable also
  6. means that Tor with bufferevents can take advantage of Libevent
  7. APIs introduced after 2.0.8-rc.
  8. o Minor bugfixes:
  9. - Use evbuffer_copyout() in inspect_evbuffer(). This fixes a memory
  10. leak, and lets Libevent worry about how to best copy data out
  11. of a buffer.