Add #202: Allow to use multiple log files with different debug settings.
[privoxy.git] / debian / changelog
1 privoxy (3.0.35~gitsnapshot-1) UNRELEASED; urgency=medium
2
3   * Unreleased GIT snapshot.
4
5  -- Roland Rosenfeld <roland@debian.org>  Sun, 05 Feb 2023 10:58:57 +0100
6
7 privoxy (3.0.34-1) unstable; urgency=medium
8
9   * New upstream version 3.0.34.
10   * The following patches are now incorporated upstream: 35_gif_deanimate,
11     36_pending_tls, 37_https_connect.
12
13  -- Roland Rosenfeld <roland@debian.org>  Sun, 05 Feb 2023 10:41:26 +0100
14
15 privoxy (3.0.33-4) unstable; urgency=medium
16
17   * Add it debconf translation.  Thanks to Ceppo <ceppo@oziosi.org>
18     (Closes: #1024071).
19   * Update to Standards-Version 4.6.2 (no changes).
20   * Remove lsb-base dependency, since it is essential.
21   * 35_gif_deanimate: Tolerate multiple image extensions in a row.
22   * 36_pending_tls: Check for pending TLS data from the client before
23     checking if data is available on the connection.
24   * 37_https_connect: Reject https URLs without CONNECT request.
25   * d/maintscript: fix version numbers.
26
27  -- Roland Rosenfeld <roland@debian.org>  Sat, 28 Jan 2023 15:46:54 +0100
28
29 privoxy (3.0.33-3) unstable; urgency=medium
30
31   * d/tests/conditional-defines: ignore 32-bit time_t on 32bit systems.
32
33  -- Roland Rosenfeld <roland@debian.org>  Sun, 25 Sep 2022 19:49:17 +0200
34
35 privoxy (3.0.33-2) unstable; urgency=medium
36
37   * d/maintscript: Remove orphaned
38     templates/edit-actions-for-url-string-filter (Closes: #1001501).
39   * d/tests/conditional-defines: Check that expected #defines are enabled.
40   * d/rules: --enable-compression at build time (still disabled in config).
41   * d/tests/privoxy-regression-tests: 2 pass check with different options.
42   * Update to Standards-Version 4.6.1 (no changes).
43   * Add systemd timer support for cert cleanup.
44
45  -- Roland Rosenfeld <roland@debian.org>  Sun, 25 Sep 2022 11:52:25 +0200
46
47 privoxy (3.0.33-1) unstable; urgency=medium
48
49   * New upstream version 3.0.33.
50   * Adapt all patches to new version.
51   * Remove pcre dir from copyright and debian/source/lintian-overrides.
52   * Undo lintian override for bug 992465.
53
54  -- Roland Rosenfeld <roland@debian.org>  Wed, 08 Dec 2021 16:29:31 +0100
55
56 privoxy (3.0.32-3) unstable; urgency=medium
57
58   * d/maintscript: Remove orphaned /etc/privoxy/(standard|global).action
59     (Closes: #990157).
60   * No longer "rm /etc/privoxy" on purge.
61   * postrm: optimize ucf purge of /etc/privoxy/config*
62   * Update to Standards-Version 4.6.0 (no changes).
63   * Use "command -v" instead of deprecated "which" in postrm.
64   * Override lintian bug 992465 (usr/lib/systemd outside /lib).
65   * debian/control: update Build-Depends for cross builds.
66
67  -- Roland Rosenfeld <roland@debian.org>  Fri, 27 Aug 2021 13:26:25 +0200
68
69 privoxy (3.0.32-2) unstable; urgency=medium
70
71   * Work around apparmor failure in testsuite (Closes: #986258).
72   * apparmor: Allow multiple instances using /run/privoxy*.pid
73   * README.Debian: add information about apparmor.
74
75  -- Roland Rosenfeld <roland@debian.org>  Sat, 03 Apr 2021 11:17:39 +0200
76
77 privoxy (3.0.32-1) unstable; urgency=medium
78
79   * New upstream release 3.0.32.
80   * Adapt all patches to new version.
81
82  -- Roland Rosenfeld <roland@debian.org>  Thu, 25 Feb 2021 22:18:54 +0100
83
84 privoxy (3.0.31-1) unstable; urgency=medium
85
86   * New upstream release 3.0.31.
87   * Support nodoc build option.
88
89  -- Roland Rosenfeld <roland@debian.org>  Sat, 30 Jan 2021 21:40:46 +0100
90
91 privoxy (3.0.30-1) unstable; urgency=medium
92
93   * New upstream release 3.0.30.
94   * Update all patches to new version.
95   * 15_mansection8, 35_man-spelling, 39_show-status and 40_redirect-ssl
96     are now incorporated upstream.
97   * Optimize debian/rules clean to restore pristine state.
98
99  -- Roland Rosenfeld <roland@debian.org>  Thu, 28 Jan 2021 22:00:05 +0100
100
101 privoxy (3.0.29-2) unstable; urgency=medium
102
103   * Use --enable-extended-statistics and --enable-pcre-host-patterns.
104   * 39_show-status: Add new features to show-status page.
105   * Remove 38_SOURCE_DATE_EPOCH, since upstream honors it when set.
106   * Upgrade to Standards-Version 4.5.1 (no changes).
107   * 40_redirect-ssl: Check the actual URL when https inspecting requests.
108   * Add apparmor profile usr.sbin.privoxy.
109
110  -- Roland Rosenfeld <roland@debian.org>  Sun, 17 Jan 2021 13:10:33 +0100
111
112 privoxy (3.0.29-1) unstable; urgency=medium
113
114   * New upstream release 3.0.29.
115   * Update all patches to new version.
116   * 36_trusted-cgi-referer-example and 37_ppedit-tests403 are now
117     incorporated upstream.
118   * d/copyright: Update to new upstream version.
119   * d/copyright: use ./ prefix to upstream filenames, because orig.tar.gz
120     is build with a ./ prefix.
121   * Upgrade to debhelper v13.
122   * Rebuild privoxy-man-page.html.
123   * 38_SOURCE_DATE_EPOCH: Remove hardcoded SOURCE_DATE_EPOCH from
124     configure.in but use the date from debian/changelog.
125   * Remove 05_defaut_action since this is no longer needed.
126   * Tag all patches with Forwarded header.
127   * debian/watch: Cleanup and update to version 4.
128   * Compile --with-mbedtls to allow https-inspection.
129   * Adapt TLS/SSL settings to Debian FHS.
130   * Generate dirs with correct permissions for https-inspection.
131   * Delete https-inspection certs on purge.
132   * Expire https-inspection certs after 90 days.
133   * Compile --with-brotli to enable support for brotli decompression.
134
135  -- Roland Rosenfeld <roland@debian.org>  Sun, 29 Nov 2020 14:22:27 +0100
136
137 privoxy (3.0.28-3) unstable; urgency=medium
138
139   * Add buildlog to salsa-ci test pipeline.
140   * d/salsa-ci.yml stripped down using pipline-jobs.yml
141   * Build-depend on debhelper-compat (= 12) instead of using d/compat.
142   * Upgrade to Standards-Version 4.5.0 (no changes).
143   * Add upstream metadata.
144   * privoxy.service: run After=network-online.target, this fixes
145     LP#1870101.
146
147  -- Roland Rosenfeld <roland@debian.org>  Thu, 02 Apr 2020 18:04:44 +0200
148
149 privoxy (3.0.28-2) unstable; urgency=medium
150
151   * d/tests/privoxy-regression-test: Remove tmpdir on exit.
152   * 36_trusted-cgi-referer-example: Comment trusted-cgi-referer pointing
153     to example.org
154   * d/maintscript: Remove orphaned /etc/privoxy/templates/show-version
155     (Closes: #918110).
156   * 37_ppedit-tests403: Update a bunch of regression tests that have to
157     expect status code 403 now.
158   * Enable enable-edit-actions in privoxy-regression-test again.
159   * Upgrade to debhelper v12.
160   * Update (minimal) upstream signing key.
161   * Add Pre-Depends: ${misc:Pre-Depends} for --skip-systemd-native.
162
163  -- Roland Rosenfeld <roland@debian.org>  Sun, 06 Jan 2019 13:07:14 +0100
164
165 privoxy (3.0.28-1) unstable; urgency=medium
166
167   [ Roland Rosenfeld ]
168   * Add es debconf translation.  Thanks to Jonathan Bustillos (Closes: #903863).
169   * 38_connection_close: Don't add a "Connection" header for CONNECT requests.
170
171   [ Ondřej Nový ]
172   * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
173   * d/watch: Use https protocol
174
175   [ Roland Rosenfeld ]
176   * d/tests: Fix leftover ADTTMP.
177   * Add salsa CI pipeline in debian/gitlab-ci.yml.
178   * New upstream version 3.0.28.
179   * Adapt all patches to new version (06_8bit_manual is implemented in a
180     better way upstream now, 36_openspopenjade is replaced by some
181     autoconf code, 37_adventofcode and 38_connection_close are included
182     upstream).
183   * Update debian/copyright.
184   * Upgrade to Standards-Version 4.3.0 (Declare Rules-Requires-Root: no).
185   * Move PID file from /var/run to /run.
186   * Undo voodoo to remove CVS tags from configs since upstream uses git
187     now.
188   * Disable enable-edit-actions in privoxy-regression-test, since the test
189     seems to be broken (does not use referrer, which is required here).
190
191  -- Roland Rosenfeld <roland@debian.org>  Mon, 31 Dec 2018 16:52:27 +0100
192
193 privoxy (3.0.26-6) unstable; urgency=medium
194
195   * Fix typo in patch description.
196   * postinst: avoid using chown -R.
197   * Move source.lintian-overrides to soure/lintian-overrides.
198   * Add Vcs-headers pointing to salsa.
199   * Upgrade to Standards-Version 4.1.4 (no changes).
200
201  -- Roland Rosenfeld <roland@debian.org>  Sun, 29 Apr 2018 11:57:47 +0200
202
203 privoxy (3.0.26-5) unstable; urgency=medium
204
205   * Add ru debconf translation.  Thanks to Lev Lamberov (Closes: #883110).
206   * Optimize patches for gbp pq.
207   * Upgrade to Standards-Version 4.1.3 (no changes).
208   * Upgrade to debhelper v11 (remove systemd from dh call).
209
210  -- Roland Rosenfeld <roland@debian.org>  Sat, 20 Jan 2018 12:49:42 +0100
211
212 privoxy (3.0.26-4) unstable; urgency=medium
213
214   * Add pt debconf translation.  Thanks to Rui Branco (Closes: #858743).
215   * Add description to 36_openspopenjade.patch.
216   * Upgrade to debhelper v10 and remove dh-systemd build dependency.
217   * debhelper v10 replaces autotools-dev.
218   * Remove Testsuite header, since this is automatically added.
219   * Upgrade to Standards-Version 4.1.1
220     - change copyrights-format to https.
221
222  -- Roland Rosenfeld <roland@debian.org>  Wed, 01 Nov 2017 10:45:49 +0100
223
224 privoxy (3.0.26-3) unstable; urgency=medium
225
226   * Add da debconf translation.  Thanks to Joe Dalton (Closes: #850876).
227   * 37_adventofcode: unlock adventofcode.com (Closes: #848211).
228
229  -- Roland Rosenfeld <roland@debian.org>  Wed, 11 Jan 2017 22:24:55 +0100
230
231 privoxy (3.0.26-2) unstable; urgency=medium
232
233   * Add db_stop to postinst, since upgrade fails otherwise in some
234     situations (Closes: #835409).
235   * Replace sp and jade with opensp and openjade.  Thanks to Neil Roeth
236     for providing a patch (Closes: #837207).
237
238  -- Roland Rosenfeld <roland@debian.org>  Sat, 10 Sep 2016 08:48:35 +0200
239
240 privoxy (3.0.26-1) unstable; urgency=medium
241
242   * New upstream version 3.0.26.
243   * This includes 36_listen-nohost.patch.
244   * Updated all patches to new version.
245
246  -- Roland Rosenfeld <roland@debian.org>  Sat, 27 Aug 2016 22:28:32 +0200
247
248 privoxy (3.0.25-2) unstable; urgency=medium
249
250   * Add pt_BR debconf translation.  Thanks to Adriano Rafael Gomes
251     (Closes: #827327).
252   * Symlink p_doc.css to user-manual.
253   * Install regression-tests.action.
254   * Enable autopkgtest and run privoxy-regression-test.pl.
255   * Install privoxy-regression-test and man page to binary package.
256   * Updated debian/copyright to catch all copyright variants.
257   * Remove outdated stuff from README.Debian.
258   * 36_listen-nohost: Fix crashes with "listen-addr :8118" (Closes: #834941).
259
260  -- Roland Rosenfeld <roland@debian.org>  Tue, 23 Aug 2016 09:27:34 +0200
261
262 privoxy (3.0.25-1) unstable; urgency=medium
263
264   * New upstream version 3.0.25 (beta).
265   * Adapt all patches to new upstream version.
266   * Update debian/copyright to new privoxy home.
267   * Add sv debconf translation.  Thanks to Jonatan Nyberg (Closes: #824913).
268   * Add fr debconf translation.  Thanks to Steve Petruzzello (Closes: #825478).
269   * Add nl debconf translation.  Thanks to Frans Spiesschaert (Closes: #825691).
270   * privoxy.service: Run after network.target (Closes: #825358).
271
272  -- Roland Rosenfeld <roland@debian.org>  Sat, 28 May 2016 23:13:56 +0200
273
274 privoxy (3.0.24-2) unstable; urgency=medium
275
276   * Upgrade Standards-Version to 3.9.8 (no changes).
277   * Add -p to QUILT_DIFF_OPTS.
278   * Add Documentation key to privoxy.service.
279   * 35_man-spelling: Fix spelling error in privoxy-log-parser(1).
280   * Add debconf and ucf support to make listen-address configurable.
281     Thanks to James Valleroy for providing the code (Closes: #798219).
282   * Remove 28_listen_localhost, but listen on 127.0.0.1:8118 and
283     [::1]:8118 by default, since otherwise privoxy listens only on IPv6
284     (Closes: #518010, #557443).
285   * Change several URLs from http to https.
286
287  -- Roland Rosenfeld <roland@debian.org>  Sun, 01 May 2016 14:21:22 +0200
288
289 privoxy (3.0.24-1) unstable; urgency=medium
290
291   * New upstream version 3.0.24.
292   * This fixes CVE-2016-1982 and CVE-2016-1983.
293   * Adapt all patches to new upstream version.
294
295  -- Roland Rosenfeld <roland@debian.org>  Fri, 22 Jan 2016 16:08:05 +0100
296
297 privoxy (3.0.23-5) unstable; urgency=medium
298
299   * Remove /lib/init/vars.sh from init script since it is no longer used.
300     As a consequence remove initscripts dependency (Closes: #804961).
301   * --enable-external-filters (Closes: #805296).
302
303  -- Roland Rosenfeld <roland@debian.org>  Mon, 16 Nov 2015 21:05:41 +0100
304
305 privoxy (3.0.23-4) unstable; urgency=medium
306
307   * Add rotate option to init.d script.
308   * Change logrotate to use rotate option (Closes: #783399).
309   * privoxy.service: define SuccessExitStatus=15.
310   * Set locales to C.UTF-8 for doc generation to make build reproducible.
311   * Run wrap-and-sort.
312   * 34_system-docbook2man: Use Debian docbook2man-spec.pl (from
313     docbook-utils) instead of local copy, to make package reproducible.
314   * Stop runing "make man2html", since this overrides "make man", which
315     should work reproducible.
316
317  -- Roland Rosenfeld <roland@debian.org>  Sat, 19 Sep 2015 15:05:41 +0200
318
319 privoxy (3.0.23-3) unstable; urgency=medium
320
321   * Since there are no new bugs found, this goes to unstable now.
322   * Depend on perl-base instead of full perl.
323
324  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 Apr 2015 11:01:08 +0200
325
326 privoxy (3.0.23-2) experimental; urgency=low
327
328   * Fix cleanup to allow build twice in a row.
329   * Preserve auto build configuration from source package.
330   * This version checks and fails if the config file has erros
331     (Closes: #518006).
332   * init script is no longer silent (Closes: #543811).
333
334  -- Roland Rosenfeld <roland@debian.org>  Sat, 31 Jan 2015 12:31:26 +0100
335
336 privoxy (3.0.23-1) experimental; urgency=low
337
338   * New upstream version 3.0.23-stable.
339   * Update all patches.
340
341  -- Roland Rosenfeld <roland@debian.org>  Mon, 26 Jan 2015 14:15:47 +0100
342
343 privoxy (3.0.22-1) unstable; urgency=low
344
345   * New upstream version 3.0.22-stable.
346   * Update all patches.
347   * Upgrade to Standards-Version 3.9.5 (no changes).
348   * Add upstream GPG signature check.
349   * Convert debian/copyright to DEP5.
350
351  -- Roland Rosenfeld <roland@debian.org>  Sun, 16 Nov 2014 18:38:40 +0100
352
353 privoxy (3.0.21-7+deb8u1) jessie-security; urgency=high
354
355   * 40_CVE-2016-1982: Prevent invalid reads in case of corrupt
356     chunk-encoded content.
357   * 41_CVE-2016-1983: Remove empty Host headers in client requests.
358     Previously they would result in invalid reads.
359
360  -- Roland Rosenfeld <roland@debian.org>  Fri, 22 Jan 2016 17:09:48 +0100
361
362 privoxy (3.0.21-7) unstable; urgency=medium
363
364   * 37_CVE-2015-1380: denial of service.
365   * 38_CVE-2015-1381: multiple segmentation faults and memory leaks in the
366     pcrs code.
367   * 39_CVE-2015-1382: invalid read.
368   * These 3 patches Closes: #776490.
369
370  -- Roland Rosenfeld <roland@debian.org>  Wed, 28 Jan 2015 19:46:42 +0100
371
372 privoxy (3.0.21-5) unstable; urgency=low
373
374   * 34_CVE-2015-1030: Fix memory leak in rfc2553_connect_to().  CID 66382
375   * 35_CVE-2015-1031-CID66394: unmap(): Prevent use-after-free if the map
376     only consists of one item.  CID 66394.
377   * 36_CVE-2015-1031-CID66376: pcrs_execute(): Consistently set *result to
378     NULL in case of errors.  Should make use-after-free in the caller less
379     likely.  CID 66391, CID 66376.
380   * These 3 patches Closes: #775167.
381
382  -- Roland Rosenfeld <roland@debian.org>  Mon, 12 Jan 2015 08:44:23 +0100
383
384 privoxy (3.0.21-4) unstable; urgency=low
385
386   * Enable hardening=+all
387   * Hardcode PIDFile in privoxy.service, since this isn't allowed as
388     variable (Closes: #746262).
389
390  -- Roland Rosenfeld <roland@debian.org>  Sat, 10 May 2014 14:19:03 +0200
391
392 privoxy (3.0.21-3) unstable; urgency=low
393
394   * When starting via systemd, do not run daemon as root, and honour log
395     file configuration. Thanks to Carlos Maddela for providing a patch
396     (Closes: #745274)
397
398  -- Roland Rosenfeld <roland@debian.org>  Mon, 21 Apr 2014 17:24:01 +0200
399
400 privoxy (3.0.21-2) unstable; urgency=low
401
402   * Use autotools-dev for arm64 compatibility (Closes: #727948).
403   * Depend on initscripts >= 2.87dsf-8, (Closes: #564563).
404   * Add systemd support (Thanks to Michael Stapelberg) (Closes: #639635).
405   * Upgrade to Standards-Version 3.9.5 (no changes).
406
407  -- Roland Rosenfeld <roland@debian.org>  Sat, 12 Apr 2014 12:54:58 +0200
408
409 privoxy (3.0.21-1) unstable; urgency=low
410
411   * New upstream version 3.0.21-stable.
412   * This fixes CVE-2013-2503 (Closes: #702896).
413   * Update all patches.
414   * Upgrade to Standards-Version 3.9.4 (no changes).
415
416  -- Roland Rosenfeld <roland@debian.org>  Fri, 05 Jul 2013 14:46:54 +0200
417
418 privoxy (3.0.20-1) unstable; urgency=low
419
420   * New upstream version 3.0.20-beta.
421   * Update all patches.
422   * Remove 29_typos, which is incorporated upstream now.
423   * 33_manpage_hyphen: Replace all -- in man page by \-\- to make lintian
424     happy.
425
426  -- Roland Rosenfeld <roland@debian.org>  Thu, 24 Jan 2013 17:40:51 +0100
427
428 privoxy (3.0.19-2+deb7u4) oldstable; urgency=high
429
430   * 42_CVE-2013-2503: Proxy authentication headers are removed unless the
431     new directive enable-proxy-authentication-forwarding is used.
432     Forwarding the headers potentionally allows malicious sites to trick
433     the user into providing it with login information (Closes: #702896).
434
435  -- Roland Rosenfeld <roland@debian.org>  Tue, 08 Mar 2016 08:52:26 +0100
436
437 privoxy (3.0.19-2+deb7u3) wheezy-security; urgency=high
438
439   * 40_CVE-2016-1982: Prevent invalid reads in case of corrupt
440     chunk-encoded content.
441   * 41_CVE-2016-1983: Remove empty Host headers in client requests.
442     Previously they would result in invalid reads.
443
444  -- Roland Rosenfeld <roland@debian.org>  Fri, 22 Jan 2016 17:51:41 +0100
445
446 privoxy (3.0.19-2+deb7u2) wheezy-security; urgency=medium
447
448   * 38_CVE-2015-1381: multiple segmentation faults and memory leaks in the
449     pcrs code.
450   * 39_CVE-2015-1382: invalid read.
451   * These 2 patches Closes: #776490 in wheezy.
452
453  -- Roland Rosenfeld <roland@debian.org>  Wed, 28 Jan 2015 20:33:47 +0100
454
455 privoxy (3.0.19-2+deb7u1) stable-security; urgency=medium
456
457   * 35_CVE-2015-1031-CID66394: unmap(): Prevent use-after-free if the map
458     only consists of one item.  CID 66394.
459   * 36_CVE-2015-1031-CID66376: pcrs_execute(): Consistently set *result to
460     NULL in case of errors.  Should make use-after-free in the caller less
461     likely.  CID 66391, CID 66376.
462   * These 2 patches Closes: #775167.
463
464  -- Roland Rosenfeld <roland@debian.org>  Sat, 17 Jan 2015 17:20:15 +0100
465
466 privoxy (3.0.19-2) unstable; urgency=low
467
468   * Migrate from dpatch to 3.0 (quilt) format.
469   * Reformat all patches.
470   * Change build depenency from dpatch to debhelper (>= 9).
471   * Change debian/compat to "9".
472   * Complete rewrite of debian/rules.
473   * Now uses hardening via debhelper.
474   * Remove README.source.
475   * Update to Standards-Version 3.9.3 (no changes).
476
477  -- Roland Rosenfeld <roland@debian.org>  Fri, 18 May 2012 21:24:55 +0200
478
479 privoxy (3.0.19-1) unstable; urgency=low
480
481   * New upstream version 3.0.19-stable.
482   * Adapt all patches to new version.
483
484  -- Roland Rosenfeld <roland@debian.org>  Tue, 27 Dec 2011 11:19:53 +0100
485
486 privoxy (3.0.18-1) unstable; urgency=low
487
488   * New upstream version 3.0.18-stable.
489   * Adapt all patches to new version.
490   * Add build-targets build-arch and build-indep.
491   * Upgrade to Standards-Version 3.9.2 (no changes).
492   * 29_typo: most old typos are fixed now, but lintian found new ones.
493
494  -- Roland Rosenfeld <roland@debian.org>  Mon, 21 Nov 2011 19:29:06 +0100
495
496 privoxy (3.0.17-1) unstable; urgency=low
497
498   * New upstream version 3.0.17-stable (Closes: #611016).
499   * Adapt all patches to the new version.
500   * Add debian/source/format (1.0).
501   * 29_typos: fix spelling of resource in privoxy-log-parser(1) man page.
502   * Upgrade to Standards-Version 3.9.1 (no changes).
503   * Add $named to Required-Start/Stop in init script. Thanks to Nikolaus
504     Schulz <microschulz@web.de> (Closes: #539405, #582710)
505   * Install /etc/privoxy/user.filter
506
507  -- Roland Rosenfeld <roland@debian.org>  Tue, 01 Mar 2011 21:10:26 +0100
508
509 privoxy (3.0.16-1+deb6u2) squeeze-lts; urgency=high
510
511   * Non-maintainer upload by the Squeeze LTS Team.
512   * CVE-2016-1982
513     Prevent invalid reads in case of corrupt chunk-encoded content
514   * CVE-2016-1983
515     Remove empty Host headers in client requests; resulting in
516     invalid reads.
517
518  -- Thorsten Alteholz <debian@alteholz.de>  Fri, 22 Jan 2016 18:03:02 +0100
519
520 privoxy (3.0.16-1+deb6u1) squeeze-lts; urgency=medium
521
522   * Non-maintainer upload by the Squeeze LTS team.
523   * Thanks to Roland Rosenfeld for maintaining privoxy and preparing these
524     patches:
525     - 35_CVE-2015-1031-CID66394: unmap(): Prevent use-after-free if the map
526       only consists of one item.  CID 66394.
527     - 36_CVE-2015-1031-CID66376: pcrs_execute(): Consistently set *result to
528       NULL in case of errors.  Should make use-after-free in the caller less
529       likely.  CID 66391, CID 66376.
530     - 38_CVE-2015-1381: multiple segmentation faults and memory leaks in the
531       pcrs code.
532     - 39_CVE-2015-1382: invalid read.
533
534  -- Holger Levsen <holger@debian.org>  Wed, 28 Jan 2015 19:44:30 +0100
535
536 privoxy (3.0.16-1) unstable; urgency=low
537
538   * New upstream version 3.0.16-stable.
539   * Adapt all patches to the new version.
540   * 30_localhost_fixup: removed, since this should no longer be necessary.
541   * 31_handle-as-empty-doc-returns-ok: now included upstream.
542   * 32_bind_fixup: Work around bind problems on startup (Closes: #534735).
543
544  -- Roland Rosenfeld <roland@debian.org>  Tue, 18 May 2010 10:14:18 +0200
545
546 privoxy (3.0.15-3) unstable; urgency=low
547
548   * Add Build-Dependency on docbook because docbook-xml which may be
549     chained via docbook-dsssl as an alternative to docbook may not be
550     enough on a unclean build environment. This should now also build on
551     the mips buildd.
552   * 31_handle-as-empty-doc-returns-ok: Patch from SourceForge that work2
553     around Firefox bug to wait forever if proxy returns a failure status
554     code in response to the CONNECT (Closes: #561126).
555
556  -- Roland Rosenfeld <roland@debian.org>  Fri, 25 Dec 2009 11:30:29 +0100
557
558 privoxy (3.0.15-2) unstable; urgency=low
559
560   * 30_localhost_fixup: Remove workaround for "localhost" listen-address,
561     which should solve all problems with privoxy not starting.
562     (Closes: #534735).
563
564  -- Roland Rosenfeld <roland@debian.org>  Sun, 13 Dec 2009 10:09:11 +0100
565
566 privoxy (3.0.15-1) unstable; urgency=low
567
568   * New upstream version 3.0.15-beta.
569   * Adapted all patches to the new upstream version.
570   * Added debian/README.source (from dpatch package) to explain how dpatch
571     works.
572   * Upgrade to Standards-Version 3.8.3 (no changes).
573   * 29_typos: fix some common typos.
574
575  -- Roland Rosenfeld <roland@debian.org>  Sat, 14 Nov 2009 14:22:31 +0100
576
577 privoxy (3.0.14-1) unstable; urgency=low
578
579   * New upstream version 3.0.14-beta.
580   * Adapted all patches to the new upstream version.
581   * --enable-no-gifs (uses PNG instead of GIF in replacement files).
582
583  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 Jul 2009 12:06:00 +0200
584
585 privoxy (3.0.13-1) unstable; urgency=low
586
587   * New upstream version 3.0.13-beta.
588   * Adapted all patches to the new upstream version.
589   * Removed 03_ipv6, because IPv6 is now supported upstream.
590   * Upgrade to Standards-Version 3.8.1 (no changes)
591   * Fix matcha-all.action typo in debian/postinst (Closes: #534270).
592
593  -- Roland Rosenfeld <roland@debian.org>  Tue, 23 Jun 2009 15:09:08 +0200
594
595 privoxy (3.0.12-2) unstable; urgency=low
596
597   * 03_ipv6: Use s6_addr instead of in6_u, which is not portable.
598
599  -- Roland Rosenfeld <roland@debian.org>  Wed, 25 Mar 2009 21:41:20 +0100
600
601 privoxy (3.0.12-1) unstable; urgency=low
602
603   * New upstream version 3.0.12-stable.
604   * Adapt all patches to new upstream version.
605   * Remove 30_quiet_start, because this is provided upstream now.
606
607  -- Roland Rosenfeld <roland@debian.org>  Wed, 25 Mar 2009 13:27:30 +0100
608
609 privoxy (3.0.11-1) unstable; urgency=low
610
611   * New upstream version 3.0.11-stable.
612   * 19_manpage_fixup incorporated upstream now.
613   * 24_global_action is incorporated upstream in a similar way.
614   * postinst: try to make removal of standards.action and global.action
615     and new file match-all.action smooth to a user who does not want to
616     modify his config file.
617   * 30_quiet_start: Suppress INFO log messages on stderr at program startup.
618   * Stop redirecting stderr to errorlog file but print all config file
619     errors to stderr at startup.  This closes the stderr filehandle since
620     upstream fixed the behavior in jcc.c 1.153.
621     This also solves the problem, that syntax errors in config file
622     weren't noticed, cause they are written to the console on start now
623     (Closes: #375174)
624   * Modify init.d script to be more lsb compliant.
625     Depends on lsb-base (>= 3.2-13)
626   * Allow disabling privoxy via RUN_DAEMON=no in /etc/default/privoxy.
627     (Closes: #482563).
628   * Update README.Debian to fit all changes.
629
630  -- Roland Rosenfeld <roland@debian.org>  Sun, 22 Feb 2009 22:07:08 +0100
631
632 privoxy (3.0.10-2) unstable; urgency=low
633
634   * IPv6 patch added again: 03_ipv6: privoxy-3.0.10-ipv6-all-6.diff by
635     Petr Písař (Closes: #179461).
636     It seems that the old bugs #391600 and #393605, which appeared with
637     the previous version, are fixed now.
638   * 28_listen_localhost: Listen on localhost:8118 instead of 127.0.0.1:8118,
639     because this is independent from localhost IP (127.0.0.1 vs. 127.0.1.1)
640     and also supports IPv6 (Closes: #512888).
641   * 05_default_action: unblock qa.debian.org/popcon-graph.php (Closes: #479525)
642   * Create log dir in init script, if it does not exist (Closes: #491423).
643
644  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 Feb 2009 13:39:10 +0100
645
646 privoxy (3.0.10-1) UNRELEASED; urgency=low
647
648   * Not released to Debian but only on sourceforge.net.
649   * New upstream version 3.0.10-stable (Closes: #499324).
650   * Install privoxy-log-parser into /usr/bin.
651   * Add lintian-override for libtool warnings according pcre, because we
652     do not use this version of pcre but the one from libpcre3-dev.
653
654  -- Roland Rosenfeld <roland@debian.org>  Sat, 20 Sep 2008 17:33:30 +0200
655
656 privoxy (3.0.9-1) unstable; urgency=low
657
658   * New upstream version 3.0.9-beta.
659   * Upgrade all patches to new version:
660     - 20_makefile_fixup included upstream.
661   * The new version doesn't support PDF documentation any more, so remove
662     it from the Debian package.
663     -> Stop Build-Depending on htmldoc.
664   * The new version doesn't support text/plain documentation any more, so
665     remove it from the Debian package.
666   * Upgrade to Standards-Version 3.8.0 (no changes)
667   * Move documentation from doc-base section Apps/Net to Network/Web Browsing.
668   * chown user:group instead of user.group in postinst to be more compatible.
669   * 05_defaut_action: unblock qa.debian.org/popcon.php (Closes: #479525).
670
671  -- Roland Rosenfeld <roland@debian.org>  Mon, 07 Jul 2008 22:35:17 +0200
672
673 privoxy (3.0.8-1) unstable; urgency=low
674
675   * New upstream release 3.0.8-stable.
676   * Upgrade all patches to new version.
677
678  -- Roland Rosenfeld <roland@debian.org>  Sun, 20 Jan 2008 22:19:02 +0100
679
680 privoxy (3.0.7-2) unstable; urgency=low
681
682   * Remove trailing space from debian/patches/00list to make lintian happy.
683   * postinst: On upgrade from 3.0.6 and below the config file format
684     changed: actionsfile now needs filename.action as parameter instead of
685     filename. Fix this config file change in postinst if necessary.
686     (Closes: #456274).
687   * Upgrade to Standards-Version 3.7.3 (no changes).
688   * 19_manpage_fixup: Replace "ö" by "\[:o]" in privoxy.8.
689
690  -- Roland Rosenfeld <roland@debian.org>  Sat, 12 Jan 2008 16:02:14 +0100
691
692 privoxy (3.0.7-1) unstable; urgency=low
693
694   * New upstream version 3.0.7-beta.
695   * Adapt all patches to new version.
696   * Enable new zlib feature (Closes: #368448):
697     - build-depend on zlib1g-dev
698     - disable prevent-compression in 25_standard_medium.dpatch
699   * Remove 28_pcre_returncode.dpatch, which is now applied upstream.
700   * Remove 23_fix_faq_id.dpatch, which is now applied upstream.
701   * Fix Homepage header in control file.
702   * 05_defaut_action: disable filter{js-annoyances} for
703     http://www.memo.de/ (Closes: #441256).
704   * Update debian/watch file based on an idea of Raphael Geissert.
705     (Closes: #449643)
706
707  -- Roland Rosenfeld <roland@debian.org>  Tue, 11 Dec 2007 19:34:35 +0100
708
709 privoxy (3.0.6-4) unstable; urgency=low
710
711   * Set "enable-remote-http-toggle 0" by default because otherwise
712     requests may be able to bypass filtering by setting "X-Filter: No"
713     headers using some strange javascript code.
714   * Disable default logging of every GET/POST/CONNECT request to protect
715     your privacy a bit more.
716   * 05_defaut_action: Stop blocking Andorra ccTLD (.ad) (Closes: #445461).
717   * Run make clean/distclean only if GNUmakefile exists in debian/rules.
718
719  -- Roland Rosenfeld <roland@debian.org>  Sun, 21 Oct 2007 12:47:51 +0200
720
721 privoxy (3.0.6-3) unstable; urgency=low
722
723   * According to http://wiki.debian.org/AccountHandlingInMaintainerScripts
724     removing system users in postrm isn't a good idea. So the removal of
725     user privoxy in postrm was disabled and deluser/adduser of existing
726     user in postinst was also removed. This should avoid problems with
727     purging privoxy if passwd package isn't installed (Closes: #417015).
728
729  -- Roland Rosenfeld <roland@debian.org>  Sat, 19 May 2007 21:22:42 +0200
730
731 privoxy (3.0.6-2) unstable; urgency=medium
732
733   * 28_pcre_returncode: Don't crash if pcre returns an error code that
734     pcrs didn't expect (Closes: #404284).
735
736  -- Roland Rosenfeld <roland@debian.org>  Sat, 23 Dec 2006 21:47:12 +0100
737
738 privoxy (3.0.6-1) unstable; urgency=low
739
740   * New upstream release 3.0.6.
741     - remove 28_usermanual_slash.dpatch, which is already included
742       upstream now.
743   * README.Debian: mention that privoxy has to be used as HTTP proxy to
744     access http://p.p/ URLs (Closes: #398162).
745
746  -- Roland Rosenfeld <roland@debian.org>  Mon, 20 Nov 2006 19:29:27 +0100
747
748 privoxy (3.0.5-beta-3) unstable; urgency=medium
749
750   * Disable the IPv6 patch, because this is seems to have too many bugs
751     for a release right now.
752     - This reopens #179461.
753     - This solves the problem, that "listen-address :8118" listens on
754       localhost only (Closes: #391600).
755     - This solves the problem, that regex pattern at front of hostname
756       is ignored (Closes: #393605).
757   * Use /usr/share/dpatch/dpatch.make in debian/rules instead of adding
758     the content by hand.
759   * Extended version of 26_edit_only_writable.dpatch by Fabian Keil.  Now
760     shows a message, that the file is write protected.  See SF#1564026.
761
762  -- Roland Rosenfeld <roland@debian.org>  Sun, 22 Oct 2006 11:53:02 +0200
763
764 privoxy (3.0.5-beta-2) unstable; urgency=low
765
766   * 27_remove_nsl.dpatch: Remove unnecessary linking against libnsl.
767   * 28_usermanual_slash.dpatch: Redirect http://p.p/user-manual (without
768     trailing slash) to http://p.p/user-manual/ (with trailing slash),
769     otherwise the links will be broken (Closes: #244931).
770
771  -- Roland Rosenfeld <roland@debian.org>  Sat,  7 Oct 2006 13:12:13 +0200
772
773 privoxy (3.0.5-beta-1) unstable; urgency=low
774
775   * New upstream version 3.0.5-beta.
776   * hide-referrer{foo} now allows everything as a forged referrer not
777     only http/https URLs and ignoring invalid URLs (Closes: #258193).
778   * Fixes the name of the filter from "popups" to "all-popups" in
779     user.action. (Closes: #385886).
780   * Block http://www.google-analytics.com/urchin.js because this is used
781     for cross site user tracking according to
782     http://www.google.com/analytics/ (Closes: #340913).
783   * Adapted all patches to this version.
784   * The following patches are incorporated upstream now, so they are no
785     longer needed: 01_local_usermanual.dpatch, 04_nomultiproxy.dpatch,
786     07_typos.dpatch, 08_log_pthread.dpatch, 09_no_identity.dpatch,
787     12_multiple-filters.dpatch, 13_memory.dpatch, 18_dns_retry.dpatch.
788   * 20_makefile_fixup.dpatch: Fix a syntax error in the GNUmakefile.in.
789   * 05_default_action.dpatch: main parts are incorporated upstream now.
790   * 05_default_action.dpatch: disable filter ie-eploits for amazon.de,
791     cause they use %01 and %02 as delimiters for multipage results
792     (Closes: #243245).
793   * 03_ipv6.dpatch: Add IPv6 support (Closes: #179461).
794   * 23_fix_faq_id.dpatch: Fix value of id attribute in <sect2> tag (no
795     underscore allowed) of faq.sgml.
796   * 24_global_action.dpatch: Move the global default for all pages (/)
797     from default.action to global.action to make updates with local
798     configurations easier.
799   * 25_standard_medium.dpatch: Change the global default from
800     standard.Cautious to standard.Medium, which is similar to the old
801     3.0.3 behavior and doesn't change too much (only
802     filter{js-annoyances}, filter{html-annoyances} and
803     filter{unsolicited-popups} are switched off now additionally because
804     they often cause trouble by using very much CPU time).
805   * 26_edit_only_writable.dpatch: Hide the edit button on
806     http://p.p/show-status if action file can not be written by the
807     privoxy user.
808   * default.action and standard.action are no longer owned by privoxy but
809     by root to show that these files are maintained upstream while users
810     should maintain their local changes in global.action and user.action.
811   * Add LSB compliance to init.d script (INIT INFO and status).
812
813  -- Roland Rosenfeld <roland@debian.org>  Sat, 23 Sep 2006 23:37:03 +0200
814
815 privoxy (3.0.3-2-2) unstable; urgency=low
816
817   * Upgrade to Standards-Version 3.7.2 (no changes).
818   * 17_502_no_such_domain.dpatch: Changes the 404 HTTP status code of the
819     "No such Domain" template to 502 Bad Gateway, which seems to be more
820     correct according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
821     (Closes: #380389).
822   * Disable filter{js-annoyances} and filter{unsolicited-popups} for
823     .cnrs.fr and blogs.msdn.com, because these sites consume very much CPU
824     time otherwise (Closes: #377843).
825   * 18_dns_retry.dpatch by Fabian Keil <fk@fabiankeil.de>: 10 retries
826     before giving up DNS lookup. This hopefully Closes: #335660.
827   * 19_manpage_fixup.dpatch:
828     - Convert Latin-1 char á to groff equivalent in man page.
829     - Quote minus signs to differentiate them from hyphens.
830   * Do not filter{banners-by-size} on .w3.org pages, because these often
831     contain validator icons (Closes: #319025).
832
833  -- Roland Rosenfeld <roland@debian.org>  Sat,  5 Aug 2006 15:15:17 +0200
834
835 privoxy (3.0.3-2-1) unstable; urgency=low
836
837   * New upstream version 3.0.3-2.
838   * Add debian/watch file.
839   * Remove parts of 13_memory.dpatch, which seems to free too much
840     memory (Closes: #353110, #354611).
841
842  -- Roland Rosenfeld <roland@debian.org>  Mon, 27 Feb 2006 23:28:52 +0100
843
844 privoxy (3.0.3-6) unstable; urgency=low
845
846   * Now hopefully really redirect all output of logrotate to /dev/null
847     (Closes: #314868).
848   * Migrate all patches to dpatch mechanism.
849   * Upgrade to debhelper 5.
850   * Call htmldoc with parameter --no-embedfonts to keep PDF files small.
851   * Build-Depends on htmldoc (>= 1.8.25-1), because older versions caused
852     broken PDF documentation on 64bit systems.
853   * Fix some typos in user-manual.
854   * Add multiple filter file support (from CVS) (Closes: #201177).
855   * Fix some memory leaks, mallocs, double frees (from CVS).
856   * Remove CVS $-tags from config files to make it easier for users to
857     keep the configuration in a VCS (Closes: #350799).
858   * Remove trailing spaces from all config files now.
859   * Build man page (and HTML version of it) at build time.
860
861  -- Roland Rosenfeld <roland@debian.org>  Sat, 11 Feb 2006 21:27:14 +0100
862
863 privoxy (3.0.3-5) unstable; urgency=low
864
865   * Redirect output of restart script in logrotate to /dev/null
866     (Closes: #314868).
867   * Upgrade to Standards-Version 3.6.2:
868     - Recommends: doc-base
869   * Build-Depends on autotools-dev and copy config.guess and config.sub
870     from there on every build (Closes: #332767).
871   * After dechunking remove the "chunked"-header instead of replacing it
872     by an d"identity" header. Thanks to Michael Shields for reporting this
873     (Closes: #318683).
874   * Update address of FSF in copyright file.
875
876  -- Roland Rosenfeld <roland@debian.org>  Sun,  9 Oct 2005 13:44:55 +0200
877
878 privoxy (3.0.3-4) unstable; urgency=low
879
880   * Stop converting entities to 8bit chars in the documentation
881     (Closes: #203697).
882   * Fix typos ('persistant' and 'Januar') in man page and man page sources
883     (Closes: #302145).
884   * Restart privoxy in logrotate script instead of sendig a kill -HUP, to
885     triggering reopen of log files (Closes: #285059).
886   * Apply patch by Jindrich Makovicka to fix race conditions in log
887     writing functions (Closes: #299662).
888   * Stop hiding referrer for www.petitiononline.com/mod_perl/signed.cgi,
889     because this site does not work otherwise (Closes: #250407).
890
891  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 May 2005 15:28:56 +0200
892
893 privoxy (3.0.3-3) unstable; urgency=low
894
895   * Now really remove multiproxy.org from all documentation, not only from
896     the config file (Closes: #198953).
897
898  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 Feb 2004 23:11:29 +0100
899
900 privoxy (3.0.3-2) unstable; urgency=low
901
902   * no banners-by-side on "/valid-" images, because that's usually from
903     validator.w3.org (Closes: #221009).
904   * Upgrade to Standards-Version 3.6.1 (no changes).
905   * Add Homepage URL to the package description.
906   * If the privoxy user is already existing as a non-system user in
907     postinst, this no longer fails, but deletes the non-system user before
908     adding it again as a system user (Closes: #232724).
909   * Use deluser instead of userdel in postrm.
910   * Redirect stderr of privoxy to /var/log/privoxy/errfile to avoid
911     problems with kept open file descriptors (Closes: #200712).
912   * Remove comment from config file, which points to list of open proxies
913     at multiproxy.org (Closes: #198953).
914
915  -- Roland Rosenfeld <roland@debian.org>  Sun, 15 Feb 2004 15:13:27 +0100
916
917 privoxy (3.0.3-1) unstable; urgency=low
918
919   * New upstream version 3.0.3.
920     - This introduces workarounds for server (PHP <4.2.3) bugs including
921       the "blank page" problem (Closes: #215231).
922     - Avoid the conversion of "open" in scripts to "PrivoxyWindowOpen"
923       (Closes: #197995).
924     - "advocancy" is no longer blocked (Closes: #202042).
925     - Fixed yet another two memory leaks (Closes: #215911).
926   * Stop backup of pdf directory, because it is no longer contained in the
927     upstream package.
928   * Create doc/pdf, which is missing upstream.
929   * disable filter{unsolicited-popups} for www.perl.com/language/newdocs/pod/
930     to avoid problems with "PrivoxyWindowOpen" in Perl manuals
931     (Closes: #195311).
932   * Apply patch make privoxy compilable on woody where htmldoc --version
933     doesn't exist (Closes: #216524).
934
935  -- Roland Rosenfeld <roland@debian.org>  Sat, 31 Jan 2004 11:25:53 +0100
936
937 privoxy (3.0.2-5) unstable; urgency=low
938
939   * Merge corrections from upstream default.action 1.7.
940     - demoronizer filter (which caused trouble on non latin1 charsets) is
941       now switched off by default (Closes: #202234).
942
943  -- Roland Rosenfeld <roland@debian.org>  Tue,  9 Sep 2003 21:31:51 +0200
944
945 privoxy (3.0.2-4) unstable; urgency=low
946
947   * Add a versioned build dependency on htmldoc (>= 1.8.20), because there
948     seem to be some options mission in the old 1.8.17 (Closes: #192457).
949   * Merge rotation of logfile and jarfile in logrotate script.
950   * Test whether /var/run/privoxy.pid is existing and don't bother when no
951     privoxy is running in logrotate script (Closes: #191838).
952   * Remove /var/run/privoxy.pid on privoxy stop in init.d script.
953   * Mention apt-get instead of dpkg in user-manual (Closes: #189239).
954   * Remove trailing whitespace from text versions of user-manual,
955     developer-manual and faq (Closes: #192566).
956
957  -- Roland Rosenfeld <roland@debian.org>  Fri,  9 May 2003 08:21:30 +0200
958
959 privoxy (3.0.2-3) unstable; urgency=low
960
961   * Stop filtering favicon.ico, which may cause trouble (Closes: #188947).
962   * Send SIGHUP to privoxy instead of touching /etc/provoxy/config in
963     logrotate script to tell privoxy that the logfiles were rotated
964     (Closes: #189240).
965   * Remove trailing spaces from config file (Closes: #189240).
966   * Install man page as privoxy(8) instead of privoxy(1), because this is
967     a system binary.
968   * Build HTML, text, and PDF versions of the documentation from source.
969   * Fix setting of dodk in configure.in.
970   * Add option "--linkcolor #0000ff" to htmldoc call in ldp_print to be
971     independent of ~/.htmldocrc color setting.
972   * Mention PDF and text version of the documentation in doc-base files.
973   * Install PDF version of the documentation, too.
974   * Install HTML version of the man page, too.
975
976  -- Roland Rosenfeld <roland@debian.org>  Mon, 21 Apr 2003 11:11:31 +0200
977
978 privoxy (3.0.2-2) unstable; urgency=low
979
980   * Don't apply any filters to {bugs|lists}.debian.org (Closes: #186537).
981   * Prepend "http://config.privoxy.org" before "/user-manual/" to always
982     get a correct URL for the local user-manual (also on 404 error pages).
983     (Closes SF-719724).
984
985  -- Roland Rosenfeld <roland@debian.org>  Sun, 13 Apr 2003 12:49:15 +0200
986
987 privoxy (3.0.2-1) unstable; urgency=low
988
989   * New upstream version 3.0.2.
990   * Update Standards-Version to 3.5.9 (no changes).
991
992  -- Roland Rosenfeld <roland@debian.org>  Wed, 26 Mar 2003 19:45:07 +0100
993
994 privoxy (3.0.0-6) unstable; urgency=low
995
996   * Fixed a bug in local user-manual patch, which failed when accessing
997     http://config.privoxy.org/user-manual/ (without a file name).
998
999  -- Roland Rosenfeld <roland@debian.org>  Sun,  2 Mar 2003 13:40:48 +0100
1000
1001 privoxy (3.0.0-5) unstable; urgency=low
1002
1003   * Stop build-depending on special versions of libc6-dev and gcc.
1004     Hopefully all auto-builders run new versions which shouldn't cause
1005     trouble (Closes: #182267)
1006
1007  -- Roland Rosenfeld <roland@debian.org>  Mon, 24 Feb 2003 19:07:11 +0100
1008
1009 privoxy (3.0.0-4) unstable; urgency=low
1010
1011   * Set "enable-edit-actions 0" and "enable-remote-toggle 0" in config
1012     file, instead of simply commenting out these two lines.  Mention this
1013     configuration change in README.Debian (Closes: #172965, #172966).
1014   * Add new "cgi" user-manual, which sends the user manual to the client
1015     and activate it in config file (Closes: #148128).
1016   * Build-Depend on libc6-dev (>> 2.2.5) to avoid problems with pthread
1017     (Closes: #158306, #162693).
1018   * Don't search for user bsmtp in /etc/passwd before using adduser.
1019     adduser handles already existing users correct.
1020   * Remove /etc/provoxy on purge (Closes: #164039).
1021   * Upgrade to Standards-Version 3.5.8:
1022     - remove support for DEB_BUILD_OPTION "debug"
1023     - add support for DEB_BUILD_OPTION "noopt"
1024   * Upgrade to debhelper >=4 and use debian/compat instead of DH_COMPAT.
1025   * Upgrade config.guess and config.sub (from autotools-dev 20030110.1).
1026   * Remove no-pthread workaround for hppa and build-depend on gcc >=3.2.2,
1027     which supports -pthread on hppa, too.
1028
1029  -- Roland Rosenfeld <roland@debian.org>  Sun, 23 Feb 2003 13:34:11 +0100
1030
1031 privoxy (3.0.0-3) unstable; urgency=low
1032
1033   * Add aliases "wafer" and "vanilla-wafer" for "send-wafer" and
1034     "send-vanilla-wafer" to actionlist to provide backward compatibility
1035     to 2.9.14 (Closes: #154647).
1036
1037  -- Roland Rosenfeld <roland@debian.org>  Sun,  8 Sep 2002 11:43:38 +0200
1038
1039 privoxy (3.0.0-2) unstable; urgency=low
1040
1041   * Recompile with libc6 from testing (instead of unstable).
1042
1043  -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 17:32:35 +0200
1044
1045 privoxy (3.0.0-1) unstable; urgency=low
1046
1047   * New upstream version (Closes: #158613).
1048   * Remove version number from config file, to avoid changing it on every
1049     new upstream version.  Sorry, this time you will still be bothered...
1050
1051  -- Roland Rosenfeld <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200
1052
1053 privoxy (2.9.20-1) unstable; urgency=low
1054
1055   * New upstream version.
1056
1057  -- Roland Rosenfeld <roland@debian.org>  Sun, 11 Aug 2002 11:05:01 +0200
1058
1059 privoxy (2.9.18-2) unstable; urgency=low
1060
1061   * Disable docbook, we use the precompiled docs (Closes: #155989).
1062
1063  -- Roland Rosenfeld <roland@debian.org>  Sat, 10 Aug 2002 09:36:58 +0200
1064
1065 privoxy (2.9.18-1) unstable; urgency=low
1066
1067   * New upstream version.
1068   * Use start-stop-daemon for starting privoxy to avoid problems on start,
1069     when privoxy is already running (Closes: #154882).
1070   * Undo broken -Ipcre inclusion in GNUmakefile.in, which causes trouble
1071     with using wrong pcreposix.h.
1072
1073  -- Roland Rosenfeld <roland@debian.org>  Thu,  8 Aug 2002 21:01:48 +0200
1074
1075 privoxy (2.9.16-1) unstable; urgency=low
1076
1077   * New upstream version.
1078   * Exclude CVS files from dh_installdocs (when compiling from CVS).
1079   * Add user.action and standard.action to /etc/privoxy.
1080   * Install images for html version of documentation.
1081   * Do no longer build html and txt versions of documentation using
1082     docbook, but use the converted versions which come with the upstream
1083     package.
1084   * default.action fixed upstream: "downloads" no longer blocked
1085     (Closes: #148290).
1086   * default.filter fixed upstream: Made WeBugs job ungreedy (Closes: #149450).
1087   * Remove the "beta" from the version number (the final release will be
1088     named 3.0, so it's superfluous).
1089
1090  -- Roland Rosenfeld <roland@debian.org>  Sat, 27 Jul 2002 18:55:11 +0200
1091
1092 privoxy (2.9.14-beta-4) unstable; urgency=low
1093
1094   * Damn, why did I write "i386-linux" into the rules file, when I try to
1095     write a work around for hppa?  Fixed now (Closes: #148227).
1096
1097  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 22:33:26 +0200
1098
1099 privoxy (2.9.14-beta-3) unstable; urgency=low
1100
1101   * Fix typo ('[' instead of '{') in default.action (Closes: #148122).
1102   * Disable edit-actions and remote-toggle in config file by default
1103     (Closes: #148125).
1104   * Use --disable-pthread on hppa, to avoid problem with hppa gcc not
1105     supporting -pthread option (Closes: #148117).
1106   * Install p_doc.css in documentation directory.
1107
1108  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 01:40:18 +0200
1109
1110 privoxy (2.9.14-beta-2) unstable; urgency=low
1111
1112   * Fix debian/rules clean to really clean.
1113   * Change owner of /etc/privoxy/{*.action|trust} to privoxy in postinst,
1114     to allow modification of these files web interface (Closes: SF-552144).
1115
1116  -- Roland Rosenfeld <roland@debian.org>  Thu, 23 May 2002 18:38:27 +0200
1117
1118 privoxy (2.9.14-beta-1) unstable; urgency=low
1119
1120   * New upstream version.
1121
1122  -- Roland Rosenfeld <roland@debian.org>  Sat, 13 Apr 2002 18:05:26 +0200
1123
1124 privoxy (2.9.13-beta-2) unstable; urgency=low
1125
1126   * Create HTML and ASCII versions of the documentation using docbook now.
1127
1128  -- Roland Rosenfeld <roland@debian.org>  Sun, 31 Mar 2002 23:53:28 +0200
1129
1130 privoxy (2.9.13-beta-1) unstable; urgency=low
1131
1132   * Initial Release.
1133
1134  -- Roland Rosenfeld <roland@debian.org>  Fri, 29 Mar 2002 11:52:03 +0100