changelog 3.3 KB

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