changelog 3.2 KB

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