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