New snapshot
[tor.git] / debian / changelog
blobe9335e65e96671d15767379a2e7a0b3d88aad611
1 tor (0.1.0.1-rc-cvs-200504010815-1) UNRELEASED; urgency=low
3   * CVS snapshot: 2005-04-01-08:15.
4   * Add a watch file.
5   * Forward port 03_tor_manpage_in_section_8.
6   * Forward port 06_add_compile_time_defaults.
7   * Add libevent-dev to build-depends.
8   * Update URL to tor in debian/control and debian/copyright.
9   * Add a snippet to disable epoll in etc/default/tor, commented out.
10   * Add a snippet to set nice level in etc/default/tor.
11   * Wait for 60 seconds in init stop.  35 is too little.
12   * Don't depend on python anymore - tor-resolve is C now.
13   * If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.
14     Of course the -dev package needs to be installed.
16  -- Peter Palfrader <weasel@debian.org>  Fri,  1 Apr 2005 10:18:19 +0200
18 tor (0.0.9.7-1) unstable; urgency=low
20   * New upstream version.
22  -- Peter Palfrader <weasel@debian.org>  Fri,  1 Apr 2005 09:52:12 +0200
24 tor (0.0.9.6-1) unstable; urgency=low
26   * New upstream version.
27   * Upstream used newer auto* tools, so hopefully the new config.sub
28     and config.guess files (2003-08-18) are good enough to build
29     tor on ppc64 (closes: #300376: FTBFS on ppc64).
31  -- Peter Palfrader <weasel@debian.org>  Fri, 25 Mar 2005 01:34:28 +0100
33 tor (0.0.9.5-1) unstable; urgency=low
35   * New upstream version.
37  -- Peter Palfrader <weasel@debian.org>  Thu, 24 Feb 2005 09:45:52 +0100
39 tor (0.0.9.4-1) unstable; urgency=low
41   * New upstream version.
42   * Set ulimit for file descriptors to 4096 in our init
43     script.
44   * Use SIGINT to shutdown tor.  That way - if you are a server -
45     tor will stop accepting new connections immediately, and
46     give existing connections a grace period of 30 seconds in
47     which they might complete their task.  If you just run a
48     client it should make no difference.
50  -- Peter Palfrader <weasel@debian.org>  Fri,  4 Feb 2005 00:20:25 +0100
52 tor (0.0.9.3-1) unstable; urgency=low
54   * New upstream version.
55   * Forward port 07_log_to_file_by_default.
57  -- Peter Palfrader <weasel@debian.org>  Sun, 23 Jan 2005 16:01:58 +0100
59 tor (0.0.9.2-1) unstable; urgency=low
61   * New upstream version.
62   * Update debian/copyright (it's 2005).
63   * Add sharedscripts tor logrotate.d/tor.
65  -- Peter Palfrader <weasel@debian.org>  Tue,  4 Jan 2005 11:14:03 +0100
67 tor (0.0.9.1-1) unstable; urgency=low
69   * New upstream version.
71  -- Peter Palfrader <weasel@debian.org>  Thu, 16 Dec 2004 00:16:47 +0100
73 tor (0.0.8+0.0.9rc7-1) unstable; urgency=medium
75   * New upstream release (candidate).
76     For real this time.  Looks like our rc6 orig.tar.gz
77     was in fact the rc5 one.
78   * forward port patches/07_log_to_file_by_default
80  -- Peter Palfrader <weasel@debian.org>  Wed,  8 Dec 2004 15:22:44 +0100
82 tor (0.0.8+0.0.9rc6-1) unstable; urgency=medium
84   * New upstream release (candidate).
85     - cleans up more integer underflows that don't look exploitable.
86       But one never knows (-> medium).
87   * Remove those 'date' calls in debian/rules again that were
88     added in rc5-1.
90  -- Peter Palfrader <weasel@debian.org>  Mon,  6 Dec 2004 11:11:23 +0100
92 tor (0.0.8+0.0.9rc5-1) unstable; urgency=medium
94   * New upstream release (candidate).
95     - medium because it fixes an integer overflow that might
96       be exploitable, but doesn't seem to be currently.
97   * Add a few 'date' calls in debian/rules, so I can see how long
98     building the docs take on autobuilders.
100  -- Peter Palfrader <weasel@debian.org>  Wed,  1 Dec 2004 10:02:08 +0100
102 tor (0.0.8+0.0.9rc3-1) unstable; urgency=low
104   * New upstream release (candidate).
106  -- Peter Palfrader <weasel@debian.org>  Thu, 25 Nov 2004 10:33:42 +0100
108 tor (0.0.8+0.0.9rc2-1) unstable; urgency=low
110   * New upstream release (candidate).
111   * Nick's patch is now part of upstream, remove it from
112     the debian diff.
114  -- Peter Palfrader <weasel@debian.org>  Wed, 24 Nov 2004 09:03:13 +0100
116 tor (0.0.8+0.0.9rc1-1) unstable; urgency=low
118   * New upstream release (candidate).
119   * Apply nick's patch against config.c (1.267) to handle
120     absense of units in BandwidthRate.
122  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Nov 2004 11:57:49 +0100
124 tor (0.0.8+0.0.9pre6-1) unstable; urgency=low
126   * New upstream (pre)release.
127   * Install control-spec.txt into usr/share/doc/tor/.
129  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Nov 2004 04:49:32 +0100
131 tor (0.0.8+0.0.9pre5-2) unstable; urgency=low
133   * Symlink tor(8) manpage to torrc(5).
134   * Make logs readable by the system administrators (group adm).
135   * Point to /var/log/tor (the directory) instead of a single
136     file (/var/log/tor/log) in the debian patch of the manpage.
137   * Do not patch the default torrc to include settings we really want.
138     Instead modify the compiled in default options.  Those settings are
140     - RunAsDaemon is enabled by default.
141     - PidFile is set to /var/run/tor/tor.pid.  No default upstream.
142     - default logging goes to /var/log/tor/log instead of stdout.
143     - DataDirectory is set to /var/lib/tor by default.  No default upstream.
145     This is also documented in the new debian/README.Debian.
146   * Remove /usr/bin/tor-control.py from the binary package, it is
147     not really useful yet, and wasn't meant to be installed by
148     default.
149   * Change init startup script to properly deal with tor
150     printing stuff on startup.
152  -- Peter Palfrader <weasel@debian.org>  Fri, 12 Nov 2004 18:30:50 +0100
154 tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
156   * New upstream (pre)release.
157   * 04_fix_test can be backed out again.
158   * Make sure all patches apply cleanly.
159   * No longer use --pidfile, --logfile, and --runasdaemon
160     command line options.  Set them in the configfile instead.
161   * Change the description slightly, to say "don't rely on the current Tor
162     network if you really need strong anonymity", instead of "Tor will not
163     provide anonymity currently".
165  -- Peter Palfrader <weasel@debian.org>  Wed, 10 Nov 2004 04:43:10 +0100
167 tor (0.0.8+0.0.9pre4-1) unstable; urgency=low
169   * New upstream (pre)release.
170   * Apply patch from cvs to fix a segfault in src/or/test
171     (test.c, 1.131).
173  -- Peter Palfrader <weasel@debian.org>  Sun, 17 Oct 2004 19:04:31 +0200
175 tor (0.0.8+0.0.9pre3-1) unstable; urgency=high
177   * New upstream (pre)release.
178   * Fixes at least one segfault that can be triggered remotely,
179     a format string vulnerability which probably is not exploitable,
180     and several assert bugs.
182  -- Peter Palfrader <weasel@debian.org>  Thu, 14 Oct 2004 13:36:45 +0200
184 tor (0.0.8+0.0.9pre2-1) unstable; urgency=low
186   * New upstream (pre)release.
188  -- Peter Palfrader <weasel@debian.org>  Sun,  3 Oct 2004 01:29:13 +0200
190 tor (0.0.8+0.0.9pre1-1) unstable; urgency=low
192   * New upstream (pre)release.
193   * Built depend on zlib1g-dev.
195  -- Peter Palfrader <weasel@debian.org>  Fri,  1 Oct 2004 21:28:49 +0200
197 tor (0.0.8-1) unstable; urgency=low
199   * New upstream release.
201  -- Peter Palfrader <weasel@debian.org>  Fri, 27 Aug 2004 14:08:10 +0200
203 tor (0.0.7.2+0.0.8rc1-1) unstable; urgency=low
205   * New upstream release candidate.
206   * Install design paper in usr/share/doc/tor, not usr/share/doc.  Ooops.
208  -- Peter Palfrader <weasel@debian.org>  Wed, 18 Aug 2004 09:59:13 +0200
210 tor (0.0.7.2+0.0.8pre3-1) unstable; urgency=low
212   * New upstream (pre)release.
213   * Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO,
214     doc/tor-doc.{css,html}, doc/{rend,tor}-spec.txt with the binary package.
215   * Build tor-design.{pdf,ps}, wich adds new build-dependencies:
216     tetex-{bin,extra}, transfig, and gs.
217   * Support DEB_BUILD_OPTIONS option 'nodoc' to skip building tor-design.
218     With nodoc the build will not need tetex-{bin,extra}, transfig, and gs.
219   * Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests
220     ('notest' is an alias')
221   * Enable coredumps by default, this is still development code.
222   * Modify 02_add_debian_files_in_manpage to still apply.
224  -- Peter Palfrader <weasel@debian.org>  Sun,  8 Aug 2004 15:03:32 +0200
226 tor (0.0.7.2+0.0.8pre2-1) unstable; urgency=low
228   * New upstream (pre)release.
229   * Depend on python as we now have a python script: tor_resolve
231  -- Peter Palfrader <weasel@debian.org>  Wed,  4 Aug 2004 20:09:26 +0200
233 tor (0.0.7.2-1) unstable; urgency=medium
235   * New upstream release.
236     Fixes another instance of that remote crash bug.
237   * Mention another reason why stop/reload may fail in the init script.
239  -- Peter Palfrader <weasel@debian.org>  Thu,  8 Jul 2004 03:21:32 +0200
241 tor (0.0.7.1-1) unstable; urgency=medium
243   * New upstream release.
244     Fixes a bug that allows a remote crash on exit nodes.
245   * Logrotate var/log/tor/*log instead of just var/log/tor/log, in
246     case the admin wants several logs.
248  -- Peter Palfrader <weasel@debian.org>  Mon,  5 Jul 2004 19:18:12 +0200
250 tor (0.0.7-1) unstable; urgency=low
252   * New upstream version
253     closes: #249893: FTBFS on ia64
255  -- Peter Palfrader <weasel@debian.org>  Mon,  7 Jun 2004 21:46:08 +0200
257 tor (0.0.6.2-1) unstable; urgency=medium
259   * New upstream release (breaks backwards compatibility yet again).
260   * Recommend socat.
261   * Since tor is in /usr/sbin, the manpage should be in section 8, not
262     in section 1.  Move it there, including updating the section in
263     the manpage itself and the reference in torify(1).
264   * Update debian/copyright file.
266  -- Peter Palfrader <weasel@debian.org>  Sun, 16 May 2004 10:47:20 +0200
268 tor (0.0.6.1-1) unstable; urgency=medium
270   * New upstream release (breaks backwards compatibility).
272  -- Peter Palfrader <weasel@debian.org>  Fri,  7 May 2004 00:24:49 +0200
274 tor (0.0.6-1) unstable; urgency=low
276   * New upstream release (breaks backwards compatibility).
278  -- Peter Palfrader <weasel@debian.org>  Sun,  2 May 2004 23:58:36 +0200
280 tor (0.0.5+0.0.6rc4-1) unstable; urgency=low
282   * New upstream release candidate.
284  -- Peter Palfrader <weasel@debian.org>  Sun,  2 May 2004 14:36:59 +0200
286 tor (0.0.5+0.0.6rc3-1) unstable; urgency=low
288   * New upstream release candidate.
290  -- Peter Palfrader <weasel@debian.org>  Thu, 29 Apr 2004 11:52:07 +0200
292 tor (0.0.5+0.0.6rc2-1) unstable; urgency=low
294   * New upstream release candidate.
295   * Mention upstream website and mailinglist archives in long
296     description.
298  -- Peter Palfrader <weasel@debian.org>  Mon, 26 Apr 2004 12:23:20 +0200
300 tor (0.0.5-1) unstable; urgency=low
302   * New upstream release.
303   * Upstream installs a torrc.sample file now, rather than torrc.
304     Keep using torrc as dpkg handles conffile upgrades.
306  -- Peter Palfrader <weasel@debian.org>  Tue, 30 Mar 2004 20:54:00 +0200
308 tor (0.0.4-1) unstable; urgency=low
310   * New upstream release (how the version numbers fly by :).
312  -- Peter Palfrader <weasel@debian.org>  Fri, 26 Mar 2004 23:46:09 +0100
314 tor (0.0.3-1) unstable; urgency=low
316   * New upstream release.
317   * Also mention that tree.h is by Niels Provos in debian/copyright.
319  -- Peter Palfrader <weasel@debian.org>  Fri, 26 Mar 2004 20:36:08 +0100
321 tor (0.0.2-1) unstable; urgency=low
323   * New upstream release.
324   * Uses strlcpy and strlcat by Todd C. Miller, mention him in
325     debian/copyright.
327  -- Peter Palfrader <weasel@debian.org>  Fri, 19 Mar 2004 12:37:17 +0100
329 tor (0.0.1+0.0.2pre27-1) unstable; urgency=low
331   * New upstream release.
333  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Mar 2004 05:19:16 +0100
335 tor (0.0.1+0.0.2pre26-1) unstable; urgency=low
337   * New upstream release.
338   * Mention log and pidfile location in tor.1.
340  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Mar 2004 02:21:29 +0100
342 tor (0.0.1+0.0.2pre25-1) unstable; urgency=low
344   * New upstream release.
346  -- Peter Palfrader <weasel@debian.org>  Thu,  4 Mar 2004 23:05:38 +0100
348 tor (0.0.1+0.0.2pre24-1) unstable; urgency=low
350   * New upstream release.
351   * Do not strip binaries for now.
352   * Add "# ulimit -c unlimited" to tor.default
353   * Always enable DataDirectory.
354   * Actually use dpatch now (to modify upstream torrc.in)
355   * Wait for tor to die in init stop.  Let the user know if it doesn't.
357  -- Peter Palfrader <weasel@debian.org>  Wed,  3 Mar 2004 14:10:25 +0100
359 tor (0.0.1+0.0.2pre23-1) unstable; urgency=low
361   * New upstream release.
362   * The one test that always failed has been fixed:  removed comment from
363     rules file.
365  -- Peter Palfrader <weasel@debian.org>  Sun, 29 Feb 2004 12:36:33 +0100
367 tor (0.0.1+0.0.2pre22-1) unstable; urgency=low
369   * New upstream release.
370   * Upstream has moved tor back to usr/bin, but we will keep it in
371     usr/sbin.  That's the right place and it doesn't break my tab
372     completion there.
374  -- Peter Palfrader <weasel@debian.org>  Fri, 27 Feb 2004 01:59:09 +0100
376 tor (0.0.1+0.0.2pre21-1) unstable; urgency=low
378   * New upstream release.
379   * 0.0.2pre20-2 removed the Recommends: on privoxy rather
380     than tsocks (which is now required) by mistake.  Fix that.
381   * package description: Mention that the package starts the OP by default and
382     that OR can be enabled in the config.
383   * tor moved to sbin, updating init script.
385  -- Peter Palfrader <weasel@debian.org>  Wed, 18 Feb 2004 10:08:12 +0100
387 tor (0.0.1+0.0.2pre20-2) unstable; urgency=low
389   * Add torify script, documentation, and config file.  Means we also
390     depend on tsocks now rather than just recommending it.  Right now
391     we install it in debian/rules, but upcoming versions might install
392     it in upstream's make install target.
393   * There's an upstream ChangeLog file now.  Enjoy!
394   * Add a README.privoxy file that explains how to setup privoxy to
395     go over tor.
396   * As is the case too often, the INSTALL file not only covers
397     installation, but also basic usage and configuration.  Therefore
398     include it in the docs dir.
399   * Add a lintian override for the INSTALL file.
401  -- Peter Palfrader <weasel@debian.org>  Tue, 17 Feb 2004 02:32:00 +0100
403 tor (0.0.1+0.0.2pre20-1) unstable; urgency=low
405   * New upstream version.
406     - various design paper updates
407     - resolve cygwin warnings
408     - split the token bucket into "rate" and "burst" params
409     - try to resolve discrepency between bytes transmitted over TLS and actual
410       bandwidth use
411     - setuid to user _before_ complaining about running as root
412     - fix several memleaks and double frees
413     - minor logging fixes
414     - add more debugging for logs.
415     - various documentation fixes and improvements
416     - for perforcmance testing, paths are always 3 hops, not "3 or more"
417       (this will go away at a later date again)
418   * Add dependency on adduser which was previously missing.
419   * Change short description to a nicer one.
421  -- Peter Palfrader <weasel@debian.org>  Sat, 31 Jan 2004 10:10:45 +0100
423 tor (0.0.1+0.0.2pre19-1) unstable; urgency=low
425   * Initial Release  (closes: #216611).
427  -- Peter Palfrader <weasel@debian.org>  Sat, 10 Jan 2004 11:20:06 +0100