bug2279 556 B

12345678910111213
  1. o Minor bugfixes
  2. - Avoid a double mark-for-free warning when failing to attach a
  3. transparent proxy connection. Fixes bug 2279. Bugfix on
  4. Tor 0.1.2.1 alpha.
  5. o Minor features
  6. - Detect attempts at the client side to open connections to private
  7. IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly
  8. chosen exit node. Attempts to do so are always ill-defined, generally
  9. prevented by exit policies, and usually in error. This will also
  10. help to detect loops in transparent proxy configurations.