changelog 3.7 KB

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