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