changelog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. tor (0.0.1+0.0.2pre24-1) unstable; urgency=low
  2. * New upstream release.
  3. * Do not strip binaries for now.
  4. * Add "# ulimit -c unlimited" to tor.default
  5. * Always enable DataDirectory.
  6. * Actually use dpatch now (to modify upstream torrc.in)
  7. -- Peter Palfrader <weasel@debian.org> Wed, 3 Mar 2004 13:48:09 +0100
  8. tor (0.0.1+0.0.2pre23-1) unstable; urgency=low
  9. * New upstream release.
  10. * The one test that always failed has been fixed: removed comment from
  11. rules file.
  12. -- Peter Palfrader <weasel@debian.org> Sun, 29 Feb 2004 12:36:33 +0100
  13. tor (0.0.1+0.0.2pre22-1) unstable; urgency=low
  14. * New upstream release.
  15. * Upstream has moved tor back to usr/bin, but we will keep it in
  16. usr/sbin. That's the right place and it doesn't break my tab
  17. completion there.
  18. -- Peter Palfrader <weasel@debian.org> Fri, 27 Feb 2004 01:59:09 +0100
  19. tor (0.0.1+0.0.2pre21-1) unstable; urgency=low
  20. * New upstream release.
  21. * 0.0.2pre20-2 removed the Recommends: on privoxy rather
  22. than tsocks (which is now required) by mistake. Fix that.
  23. * package description: Mention that the package starts the OP by default and
  24. that OR can be enabled in the config.
  25. * tor moved to sbin, updating init script.
  26. -- Peter Palfrader <weasel@debian.org> Wed, 18 Feb 2004 10:08:12 +0100
  27. tor (0.0.1+0.0.2pre20-2) unstable; urgency=low
  28. * Add torify script, documentation, and config file. Means we also
  29. depend on tsocks now rather than just recommending it. Right now
  30. we install it in debian/rules, but upcoming versions might install
  31. it in upstream's make install target.
  32. * There's an upstream ChangeLog file now. Enjoy!
  33. * Add a README.privoxy file that explains how to setup privoxy to
  34. go over tor.
  35. * As is the case too often, the INSTALL file not only covers
  36. installation, but also basic usage and configuration. Therefore
  37. include it in the docs dir.
  38. * Add a lintian override for the INSTALL file.
  39. -- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 02:32:00 +0100
  40. tor (0.0.1+0.0.2pre20-1) unstable; urgency=low
  41. * New upstream version.
  42. - various design paper updates
  43. - resolve cygwin warnings
  44. - split the token bucket into "rate" and "burst" params
  45. - try to resolve discrepency between bytes transmitted over TLS and actual
  46. bandwidth use
  47. - setuid to user _before_ complaining about running as root
  48. - fix several memleaks and double frees
  49. - minor logging fixes
  50. - add more debugging for logs.
  51. - various documentation fixes and improvements
  52. - for perforcmance testing, paths are always 3 hops, not "3 or more"
  53. (this will go away at a later date again)
  54. * Add dependency on adduser which was previously missing.
  55. * Change short description to a nicer one.
  56. -- Peter Palfrader <weasel@debian.org> Sat, 31 Jan 2004 10:10:45 +0100
  57. tor (0.0.1+0.0.2pre19-1) unstable; urgency=low
  58. * Initial Release (closes: #216611).
  59. -- Peter Palfrader <weasel@debian.org> Sat, 10 Jan 2004 11:20:06 +0100