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