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