X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=debian%2FREADME.Debian;h=5506000c45fb35dd4a89ed72c65319fbad4fad2a;hp=1e13c06f3d5b5a1feca09f209087d57fee8456fb;hb=47e9a13bb048883664b6e03d5ce325f36b68783c;hpb=7080a82ad34bd1f81efb7219df775ccb18468303 diff --git a/debian/README.Debian b/debian/README.Debian index 1e13c06f..5506000c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -7,5 +7,40 @@ privoxy for Debian want to use these features, you can enable them in /etc/privoxy/config and do a "/etc/init.d/privoxy restart". +- Experimental IPv6 support patch is available in the source package + but currently disabled because of too many side effects and bugs. + If you really need it, you can try to compile the Debian package + sources yourself and enable it in debian/patches/00list. + +- The global default for all URLs (/) is no longer set in + default.action but in a new file global.action, so your local + changes should go to global.action and user.action only, while + default.action is maintained by package upgrades automatically. + +- Since 3.0.5 the upstream package uses the Cautious default settings + instead of Medium (like 3.0.3 did). To avoid problems on upgrades + of old packages, the Debian package still uses the Medium settings. + You can find the different profiles in /etc/privoxy/standard.action. + To change the default, go to http://p.p/edit-actions-list?f=global + (this can also be reached from http://p.p/show-status via the + global.action edit link. p.p is a privoxy internal address, so you + need to use privoxy as your HTTP proxy before you can access these + URLs) and modify the default to your needs. You can either set one + of the standard profiles (Cautious, Medium, or Advanced) or change + every single setting using the "Edit" button. It is necessary to + set "enable-edit-actions 1" (see above) in /etc/privoxy/config to + use the web interface. Alternatively you can modify + /etc/privoxy/global.action by hand. The other templates are + available in /etc/privoxy/standard.action. + +- /etc/privoxy/default.action is now owned by root, so you can not + modify it via http://p.p/edit-actions-list?f=default any longer + (assumed that you set "enable-edit-action 1" above). You should + realize your local adaptions in /etc/privoxy/global.action and + /etc/privoxy/user.action, so default.action can be easily upgraded + by new package versions. If you do not like this change, feel free + to change the owner of default.action to "privoxy" and the file is + editable again. + Roland Rosenfeld -$Id$ +$Id: README.Debian,v 1.6 2006-11-12 11:34:59 roland Exp $