Merge changes from Debian revision 3.0.6-4.
[privoxy.git] / debian / changelog
1 privoxy (3.0.7~CSV20071021-0.1) UNRELEASED; urgency=low
2
3   * CVS as of 2007-10-21.
4   * Enable new zlib feature (Closes: #368448):
5     - build-depend on zlib1g-dev
6     - disable prevent-compression in 25_standard_medium.dpatch
7   * Remove 28_pcre_returncode.dpatch, which is now applied upstream.
8   * 30_actionsfile_fullname.dpatch: The "actionsfile" syntax in the
9     configuration file is consistent with the rest of the configuration
10     options and requires the whole file name.
11   * 31_usermanual-dash: remove "--" from log comments, because jade
12     doesn't like these.
13   * 32_faq_ulinkfix: Fix ulink parameter.
14
15  -- Roland Rosenfeld <roland@debian.org>  Sun, 21 Oct 2007 14:05:00 +0200
16
17 privoxy (3.0.6-4) unstable; urgency=low
18
19   * Set "enable-remote-http-toggle 0" by default because otherwise
20     requests may be able to bypass filtering by setting "X-Filter: No"
21     headers using some strange javascript code.
22   * Disable default logging of every GET/POST/CONNECT request to protect
23     your privacy a bit more.
24   * 05_defaut_action: Stop blocking Andorra ccTLD (.ad) (Closes: #445461).
25   * Run make clean/distclean only if GNUmakefile exists in debian/rules.
26
27  -- Roland Rosenfeld <roland@debian.org>  Sun, 21 Oct 2007 12:47:51 +0200
28
29 privoxy (3.0.6-3) unstable; urgency=low
30
31   * According to http://wiki.debian.org/AccountHandlingInMaintainerScripts
32     removing system users in postrm isn't a good idea. So the removal of
33     user privoxy in postrm was disabled and deluser/adduser of existing
34     user in postinst was also removed. This should avoid problems with
35     purging privoxy if passwd package isn't intalled (Closes: #417015).
36
37  -- Roland Rosenfeld <roland@debian.org>  Sat, 19 May 2007 21:22:42 +0200
38
39 privoxy (3.0.6-2) unstable; urgency=medium
40
41   * 28_pcre_returncode: Don't crash if pcre returns an error code that
42     pcrs didn't expect (Closes: #404284).
43
44  -- Roland Rosenfeld <roland@debian.org>  Sat, 23 Dec 2006 21:47:12 +0100
45
46 privoxy (3.0.6-1) unstable; urgency=low
47
48   * New upstream release 3.0.6.
49     - remove 28_usermanual_slash.dpatch, which is already included
50       upstream now.
51   * README.Debian: mention that privoxy has to be used as HTTP proxy to
52     access http://p.p/ URLs (Closes: #398162).
53
54  -- Roland Rosenfeld <roland@debian.org>  Mon, 20 Nov 2006 19:29:27 +0100
55
56 privoxy (3.0.5-beta-3) unstable; urgency=medium
57
58   * Disable the IPv6 patch, because this is seems to have too many bugs
59     for a release right now.  
60     - This reopens #179461.
61     - This solves the problem, that "listen-address :8118" listens on
62       localhost only (Closes: #391600).
63     - This solves the problem, that regex pattern at front of hostname
64       is ignored (Closes: #393605). 
65   * Use /usr/share/dpatch/dpatch.make in debian/rules instead of adding
66     the content by hand.
67   * Extended version of 26_edit_only_writable.dpatch by Fabian Keil.  Now
68     shows a message, that the file is write protected.  See SF#1564026.
69
70  -- Roland Rosenfeld <roland@debian.org>  Sun, 22 Oct 2006 11:53:02 +0200
71
72 privoxy (3.0.5-beta-2) unstable; urgency=low
73
74   * 27_remove_nsl.dpatch: Remove unnecessary linking against libnsl.
75   * 28_usermanual_slash.dpatch: Redirect http://p.p/user-manual (without
76     trailing slash) to http://p.p/user-manual/ (with trailing slash),
77     otherwise the links will be broken (Closes: #244931).
78
79  -- Roland Rosenfeld <roland@debian.org>  Sat,  7 Oct 2006 13:12:13 +0200
80
81 privoxy (3.0.5-beta-1) unstable; urgency=low
82
83   * New upstream version 3.0.5-beta.
84   * hide-referrer{foo} now allows everything as a forged referrer not 
85     only http/https URLs and ignoring invalid URLs (Closes: #258193).  
86   * Fixes the name of the filter from "popups" to "all-popups" in
87     user.action. (Closes: #385886).
88   * Block http://www.google-analytics.com/urchin.js because this is used
89     for cross site user tracking according to
90     http://www.google.com/analytics/ (Closes: #340913).
91   * Adapted all patches to this version.
92   * The following patches are incorporated upstream now, so they are no
93     longer needed: 01_local_usermanual.dpatch, 04_nomultiproxy.dpatch,
94     07_typos.dpatch, 08_log_pthread.dpatch, 09_no_identity.dpatch,
95     12_multiple-filters.dpatch, 13_memory.dpatch, 18_dns_retry.dpatch.
96   * 20_makefile_fixup.dpatch: Fix a syntax error in the GNUmakefile.in.
97   * 05_default_action.dpatch: main parts are incorporated upstream now.
98   * 05_default_action.dpatch: disable filter ie-eploits for amazon.de,
99     cause they use %01 and %02 as delimiters for multipage results
100     (Closes: #243245).
101   * 03_ipv6.dpatch: Add IPv6 support (Closes: #179461).
102   * 23_fix_faq_id.dpatch: Fix value of id attribute in <sect2> tag (no
103     underscore allowed) of faq.sgml.
104   * 24_global_action.dpatch: Move the global default for all pages (/)
105     from default.action to global.action to make updates with local
106     configurations easier.
107   * 25_standard_medium.dpatch: Change the global default from
108     standard.Cautious to standard.Medium, which is similar to the old
109     3.0.3 behavior and doesn't change too much (only
110     filter{js-annoyances}, filter{html-annoyances} and
111     filter{unsolicited-popups} are switched off now additionally because
112     they often cause trouble by using very much CPU time).
113   * 26_edit_only_writable.dpatch: Hide the edit button on
114     http://p.p/show-status if action file can not be written by the
115     privoxy user.
116   * default.action and standard.action are no longer owned by privoxy but
117     by root to show that these files are maintained upstream while users
118     should maintain their local changes in global.action and user.action.
119   * Add LSB compliance to init.d script (INIT INFO and status).
120
121  -- Roland Rosenfeld <roland@debian.org>  Sat, 23 Sep 2006 23:37:03 +0200
122
123 privoxy (3.0.3-2-2) unstable; urgency=low
124
125   * Upgrade to Standards-Version 3.7.2 (no changes).
126   * 17_502_no_such_domain.dpatch: Changes the 404 HTTP status code of the
127     "No such Domain" template to 502 Bad Gateway, which seems to be more
128     correct according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
129     (Closes: #380389).
130   * Disable filter{js-annoyances} and filter{unsolicited-popups} for
131     .cnrs.fr and blogs.msdn.com, because these sites consume very much CPU
132     time otherwise (Closes: #377843).
133   * 18_dns_retry.dpatch by Fabian Keil <fk@fabiankeil.de>: 10 retries
134     before giving up DNS lookup. This hopefully Closes: #335660.
135   * 19_manpage_fixup.dpatch:
136     - Convert Latin-1 char รก to groff eqivalent in man page.
137     - Quote minus signs to differenciate them from hyphens.
138   * Do not filter{banners-by-size} on .w3.org pages, because these often
139     contain validator icons (Closes: #319025).
140
141  -- Roland Rosenfeld <roland@debian.org>  Sat,  5 Aug 2006 15:15:17 +0200
142
143 privoxy (3.0.3-2-1) unstable; urgency=low
144
145   * New upstream version 3.0.3-2.
146   * Add debian/watch file.
147   * Remove parts of 13_memory.dpatch, which seems to free too much
148     memory (Closes: #353110, #354611).
149
150  -- Roland Rosenfeld <roland@debian.org>  Mon, 27 Feb 2006 23:28:52 +0100
151
152 privoxy (3.0.3-6) unstable; urgency=low
153
154   * Now hopefully really redirect all output of logrotate to /dev/null
155     (Closes: #314868).
156   * Migrate all patches to dpatch mechanism.
157   * Upgrade to debhelper 5.
158   * Call htmldoc with parameter --no-embedfonts to keep PDF files small.
159   * Build-Depends on htmldoc (>= 1.8.25-1), because older versions caused
160     broken PDF documentation on 64bit systems.
161   * Fix some typos in user-manual.
162   * Add multiple filter file support (from CVS) (Closes: #201177).
163   * Fix some memory leaks, mallocs, double frees (from CVS).
164   * Remove CVS $-tags from config files to make it easier for users to
165     keep the configuration in a VCS (Closes: #350799).
166   * Remove trailing spaces from all config files now.
167   * Build man page (and HTML version of it) at build time.
168
169  -- Roland Rosenfeld <roland@debian.org>  Sat, 11 Feb 2006 21:27:14 +0100
170
171 privoxy (3.0.3-5) unstable; urgency=low
172
173   * Redirect output of restart script in logrotate to /dev/null
174     (Closes: #314868).
175   * Upgrade to Standards-Version 3.6.2:
176     - Recommends: doc-base
177   * Build-Depends on autotools-dev and copy config.guess and config.sub
178     from there on every build (Closes: #332767).
179   * After dechunking remove the "chunked"-header instead of replacing it
180     by an d"identity" header. Thanks to Michael Shields for reporting this
181     (Closes: #318683).
182   * Update address of FSF in copyright file.
183
184  -- Roland Rosenfeld <roland@debian.org>  Sun,  9 Oct 2005 13:44:55 +0200
185
186 privoxy (3.0.3-4) unstable; urgency=low
187
188   * Stop converting entities to 8bit chars in the documentation 
189     (Closes: #203697).
190   * Fix typos ('persistant' and 'Januar') in man page and man page sources
191     (Closes: #302145).
192   * Restart privoxy in logrotate script instead of sendig a kill -HUP, to
193     triggering reopen of log files (Closes: #285059).
194   * Apply patch by Jindrich Makovicka to fix race conditions in log
195     writing functions (Closes: #299662).
196   * Stop hiding referrer for www.petitiononline.com/mod_perl/signed.cgi,
197     because this site does not work otherwise (Closes: #250407).
198
199  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 May 2005 15:28:56 +0200
200
201 privoxy (3.0.3-3) unstable; urgency=low
202
203   * Now really remove multiproxy.org from all documentation, not only from
204     the config file (Closes: #198953). 
205
206  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 Feb 2004 23:11:29 +0100
207
208 privoxy (3.0.3-2) unstable; urgency=low
209
210   * no banners-by-side on "/valid-" images, because that's usually from
211     validator.w3.org (Closes: #221009).
212   * Upgrade to Standards-Version 3.6.1 (no changes).
213   * Add Homepage URL to the package description.
214   * If the privoxy user is already existing as a non-system user in
215     postinst, this no longer fails, but deletes the non-system user before
216     adding it again as a system user (Closes: #232724).
217   * Use deluser instead of userdel in postrm.
218   * Redirect stderr of privoxy to /var/log/privoxy/errfile to avoid
219     problems with kept open file descriptors (Closes: #200712).
220   * Remove comment from config file, which points to list of open proxies
221     at multiproxy.org (Closes: #198953).
222
223  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 Feb 2004 15:13:27 +0100
224
225 privoxy (3.0.3-1) unstable; urgency=low
226
227   * New upstream version 3.0.3.
228     - This introduces workarounds for server (PHP <4.2.3) bugs including
229       the "blank page" problem (Closes: #215231).
230     - Avoid the conversion of "open" in scripts to "PrivoxyWindowOpen"
231       (Closes: #197995). 
232     - "advocancy" is no longer blocked (Closes: #202042).
233     - Fixed yet another two memory leaks (Closes: #215911).
234   * Stop backup of pdf directory, because it is no longer contained in the
235     upstream package.
236   * Create doc/pdf, which is missing upstream.
237   * disable filter{unsolicited-popups} for www.perl.com/language/newdocs/pod/ 
238     to avoid problems with "PrivoxyWindowOpen" in Perl manuals
239     (Closes: #195311).
240   * Apply patch make privoxy compilable on woody where htmldoc --version
241     doesn't exist (Closes: #216524).
242
243  -- Roland Rosenfeld <roland@debian.org>  Sat, 31 Jan 2004 11:25:53 +0100
244
245 privoxy (3.0.2-5) unstable; urgency=low
246
247   * Merge corrections from upstream default.action 1.7.
248     - demoronizer filter (which caused trouble on non latin1 charsets) is
249       now switched off by default (Closes: #202234).
250
251  -- Roland Rosenfeld <roland@debian.org>  Tue,  9 Sep 2003 21:31:51 +0200
252
253 privoxy (3.0.2-4) unstable; urgency=low
254
255   * Add a versioned build dependency on htmldoc (>= 1.8.20), because there
256     seem to be some options mission in the old 1.8.17 (Closes: #192457).
257   * Merge rotation of logfile and jarfile in logrotate script.
258   * Test whether /var/run/privoxy.pid is existing and don't bother when no
259     privoxy is running in logrotate script (Closes: #191838).
260   * Remove /var/run/privoxy.pid on privoxy stop in init.d script.
261   * Mention apt-get instead of dpkg in user-manual (Closes: #189239).
262   * Remove trailing whitespace from text versions of user-manual,
263     developer-manual and faq (Closes: #192566).
264
265  -- Roland Rosenfeld <roland@debian.org>  Fri,  9 May 2003 08:21:30 +0200
266
267 privoxy (3.0.2-3) unstable; urgency=low
268
269   * Stop filtering favicon.ico, which may cause trouble (Closes: #188947).
270   * Send SIGHUP to privoxy instead of touching /etc/provoxy/config in
271     logrotate script to tell privoxy that the logfiles were rotated
272     (Closes: #189240).
273   * Remove trailing spaces from config file (Closes: #189240).
274   * Install man page as privoxy(8) instead of privoxy(1), because this is
275     a system binary.
276   * Build HTML, text, and PDF versions of the documentation from source.
277   * Fix setting of dodk in configure.in.
278   * Add option "--linkcolor #0000ff" to htmldoc call in ldp_print to be
279     independent of ~/.htmldocrc color setting.
280   * Mention PDF and text version of the documentation in doc-base files.
281   * Install PDF version of the documentation, too.
282   * Install HTML version of the man page, too.
283
284  -- Roland Rosenfeld <roland@debian.org>  Mon, 21 Apr 2003 11:11:31 +0200
285
286 privoxy (3.0.2-2) unstable; urgency=low
287
288   * Don't apply any filters to {bugs|lists}.debian.org (Closes: #186537).
289   * Prepend "http://config.privoxy.org" before "/user-manual/" to always
290     get a correct URL for the local user-manual (also on 404 error pages).
291     (Closes SF-719724).
292
293  -- Roland Rosenfeld <roland@debian.org>  Sun, 13 Apr 2003 12:49:15 +0200
294
295 privoxy (3.0.2-1) unstable; urgency=low
296
297   * New upstream version 3.0.2.
298   * Update Standards-Version to 3.5.9 (no changes).
299
300  -- Roland Rosenfeld <roland@debian.org>  Wed, 26 Mar 2003 19:45:07 +0100
301
302 privoxy (3.0.0-6) unstable; urgency=low
303
304   * Fixed a bug in local user-manual patch, which failed when accessing
305     http://config.privoxy.org/user-manual/ (without a file name).
306
307  -- Roland Rosenfeld <roland@debian.org>  Sun,  2 Mar 2003 13:40:48 +0100
308
309 privoxy (3.0.0-5) unstable; urgency=low
310
311   * Stop build-depending on special versions of libc6-dev and gcc.
312     Hopefully all auto-builders run new versions which shouldn't cause
313     trouble (Closes: #182267)  
314
315  -- Roland Rosenfeld <roland@debian.org>  Mon, 24 Feb 2003 19:07:11 +0100
316
317 privoxy (3.0.0-4) unstable; urgency=low
318
319   * Set "enable-edit-actions 0" and "enable-remote-toggle 0" in config
320     file, instead of simply commenting out these two lines.  Mention this
321     configuration change in README.Debian (Closes: #172965, #172966).
322   * Add new "cgi" user-manual, which sends the user manual to the client
323     and activate it in config file (Closes: #148128).
324   * Build-Depend on libc6-dev (>> 2.2.5) to avoid problems with pthread
325     (Closes: #158306, #162693).
326   * Don't search for user bsmtp in /etc/passwd before using adduser.
327     adduser handles already existing users correct.
328   * Remove /etc/provoxy on purge (Closes: #164039).
329   * Upgrade to Standards-Version 3.5.8:
330     - remove support for DEB_BUILD_OPTION "debug"
331     - add support for DEB_BUILD_OPTION "noopt"
332   * Upgrade to debhelper >=4 and use debian/compat instead of DH_COMPAT.
333   * Upgrade config.guess and config.sub (from autotools-dev 20030110.1).
334   * Remove no-pthread workaround for hppa and build-depend on gcc >=3.2.2,
335     which supports -pthread on hppa, too.
336
337  -- Roland Rosenfeld <roland@debian.org>  Sun, 23 Feb 2003 13:34:11 +0100
338
339 privoxy (3.0.0-3) unstable; urgency=low
340
341   * Add aliases "wafer" and "vanilla-wafer" for "send-wafer" and
342     "send-vanilla-wafer" to actionlist to provide backward compatibility
343     to 2.9.14 (Closes: #154647).
344
345  -- Roland Rosenfeld <roland@debian.org>  Sun,  8 Sep 2002 11:43:38 +0200
346
347 privoxy (3.0.0-2) unstable; urgency=low
348
349   * Recompile with libc6 from testing (instead of unstable).
350
351  -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 17:32:35 +0200
352
353 privoxy (3.0.0-1) unstable; urgency=low
354
355   * New upstream version (Closes: #158613).
356   * Remove version number from config file, to avoid changing it on every
357     new upstream version.  Sorry, this time you will still be bothered...
358
359  -- Roland Rosenfeld <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200
360
361 privoxy (2.9.20-1) unstable; urgency=low
362
363   * New upstream version.
364
365  -- Roland Rosenfeld <roland@debian.org>  Sun, 11 Aug 2002 11:05:01 +0200
366
367 privoxy (2.9.18-2) unstable; urgency=low
368
369   * Disable docbook, we use the precompiled docs (Closes: #155989).
370
371  -- Roland Rosenfeld <roland@debian.org>  Sat, 10 Aug 2002 09:36:58 +0200
372
373 privoxy (2.9.18-1) unstable; urgency=low
374
375   * New upstream version.
376   * Use start-stop-daemon for starting privoxy to avoid problems on start,
377     when privoxy is already running (Closes: #154882).
378   * Undo broken -Ipcre inclusion in GNUmakefile.in, which causes trouble
379     with using wrong pcreposix.h.
380
381  -- Roland Rosenfeld <roland@debian.org>  Thu,  8 Aug 2002 21:01:48 +0200
382
383 privoxy (2.9.16-1) unstable; urgency=low
384
385   * New upstream version.
386   * Exclude CVS files from dh_installdocs (when compiling from CVS).
387   * Add user.action and standard.action to /etc/privoxy.
388   * Install images for html version of documentation.
389   * Do no longer build html and txt versions of documentation using
390     docbook, but use the converted versions which come with the upstream
391     package.
392   * default.action fixed upstream: "downloads" no longer blocked 
393     (Closes: #148290).
394   * default.filter fixed upstream: Made WeBugs job ungreedy (Closes: #149450).
395   * Remove the "beta" from the version number (the final release will be
396     named 3.0, so it's superfluous).
397
398  -- Roland Rosenfeld <roland@debian.org>  Sat, 27 Jul 2002 18:55:11 +0200
399
400 privoxy (2.9.14-beta-4) unstable; urgency=low
401
402   * Damn, why did I write "i386-linux" into the rules file, when I try to
403     write a work around for hppa?  Fixed now (Closes: #148227).
404
405  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 22:33:26 +0200
406
407 privoxy (2.9.14-beta-3) unstable; urgency=low
408
409   * Fix typo ('[' instead of '{') in default.action (Closes: #148122).
410   * Disable edit-actions and remote-toggle in config file by default
411     (Closes: #148125).
412   * Use --disable-pthread on hppa, to avoid problem with hppa gcc not
413     supporting -pthread option (Closes: #148117).
414   * Install p_doc.css in documentation directory.
415
416  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 01:40:18 +0200
417
418 privoxy (2.9.14-beta-2) unstable; urgency=low
419
420   * Fix debian/rules clean to really clean.
421   * Change owner of /etc/privoxy/{*.action|trust} to privoxy in postinst,
422     to allow modification of these files web interface (Closes: SF-552144).
423
424  -- Roland Rosenfeld <roland@debian.org>  Thu, 23 May 2002 18:38:27 +0200
425
426 privoxy (2.9.14-beta-1) unstable; urgency=low
427
428   * New upstream version.
429
430  -- Roland Rosenfeld <roland@debian.org>  Sat, 13 Apr 2002 18:05:26 +0200
431
432 privoxy (2.9.13-beta-2) unstable; urgency=low
433
434   * Create HTML and ASCII versions of the documentation using docbook now.
435
436  -- Roland Rosenfeld <roland@debian.org>  Sun, 31 Mar 2002 23:53:28 +0200
437
438 privoxy (2.9.13-beta-1) unstable; urgency=low
439
440   * Initial Release.
441
442  -- Roland Rosenfeld <roland@debian.org>  Fri, 29 Mar 2002 11:52:03 +0100
443