threads-required 619 B

123456789101112
  1. o Removed features:
  2. - Tor no longer supports systems without threading support.
  3. When we began working on Tor, there were several systems that didn't
  4. have threads, or where the thread support wasn't able to run the
  5. threads of a single process on multiple CPUs. That no longer holds:
  6. every system where Tor needs to run well now has threading support.
  7. Resolves ticket 12439.
  8. o Minor features:
  9. - Threads are no longer disabled by default on Solaris; we believe that
  10. the versions of Solaris with broken threading support are all obsolete
  11. by now. Resolves ticket 9495.