changelog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. tor (0.0.1+0.0.2pre20-2) unstable; urgency=low
  2. * Add torify script, documentation, and config file. Means we also
  3. depend on tsocks now rather than just recommending it. Right now
  4. we install it in debian/rules, but upcoming versions might install
  5. it in upstream's make install target.
  6. * There's an upstream ChangeLog file now. Enjoy!
  7. * Add a README.privoxy file that explains how to setup privoxy to
  8. go over tor.
  9. * As is the case too often, the INSTALL file not only covers
  10. installation, but also basic usage and configuration. Therefore
  11. include it in the docs dir.
  12. * Add a lintian override for the INSTALL file.
  13. -- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 02:32:00 +0100
  14. tor (0.0.1+0.0.2pre20-1) unstable; urgency=low
  15. * New upstream version.
  16. - various design paper updates
  17. - resolve cygwin warnings
  18. - split the token bucket into "rate" and "burst" params
  19. - try to resolve discrepency between bytes transmitted over TLS and actual
  20. bandwidth use
  21. - setuid to user _before_ complaining about running as root
  22. - fix several memleaks and double frees
  23. - minor logging fixes
  24. - add more debugging for logs.
  25. - various documentation fixes and improvements
  26. - for perforcmance testing, paths are always 3 hops, not "3 or more"
  27. (this will go away at a later date again)
  28. * Add dependency on adduser which was previously missing.
  29. * Change short description to a nicer one.
  30. -- Peter Palfrader <weasel@debian.org> Sat, 31 Jan 2004 10:10:45 +0100
  31. tor (0.0.1+0.0.2pre19-1) unstable; urgency=low
  32. * Initial Release (closes: #216611).
  33. -- Peter Palfrader <weasel@debian.org> Sat, 10 Jan 2004 11:20:06 +0100