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