X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=97814c53701c3e659c2bf86af8e123f6f8fdbad2;hb=0d04dd411e43b85c164e15e504db49607be72b3b;hp=f7badbc96e85efe49211ff7251b982f585ffd4df;hpb=d8434c4389b0699717a18cb80613504a25e323c7;p=privoxy.git diff --git a/debian/changelog b/debian/changelog index f7badbc9..97814c53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,148 @@ +privoxy (3.0.33~gitsnapshot-1) UNRELEASED; urgency=medium + + * Unreleased GIT snapshot. + * Adapt Debian patches to GIT changes. + * Undo lintian override for bug 992465. + + -- Roland Rosenfeld Thu, 02 Dec 2021 09:04:45 +0100 + +privoxy (3.0.32-3) unstable; urgency=medium + + * d/maintscript: Remove orphaned /etc/privoxy/(standard|global).action + (Closes: #990157). + * No longer "rm /etc/privoxy" on purge. + * postrm: optimize ucf purge of /etc/privoxy/config* + * Update to Standards-Version 4.6.0 (no changes). + * Use "command -v" instead of deprecated "which" in postrm. + * Override lintian bug 992465 (usr/lib/systemd outside /lib). + * debian/control: update Build-Depends for cross builds. + + -- Roland Rosenfeld Fri, 27 Aug 2021 13:26:25 +0200 + +privoxy (3.0.32-2) unstable; urgency=medium + + * Work around apparmor failure in testsuite (Closes: #986258). + * apparmor: Allow multiple instances using /run/privoxy*.pid + * README.Debian: add information about apparmor. + + -- Roland Rosenfeld Sat, 03 Apr 2021 11:17:39 +0200 + +privoxy (3.0.32-1) unstable; urgency=medium + + * New upstream release 3.0.32. + * Adapt all patches to new version. + + -- Roland Rosenfeld Thu, 25 Feb 2021 22:18:54 +0100 + +privoxy (3.0.31-1) unstable; urgency=medium + + * New upstream release 3.0.31. + * Support nodoc build option. + + -- Roland Rosenfeld Sat, 30 Jan 2021 21:40:46 +0100 + +privoxy (3.0.30-1) unstable; urgency=medium + + * New upstream release 3.0.30. + * Update all patches to new version. + * 15_mansection8, 35_man-spelling, 39_show-status and 40_redirect-ssl + are now incorporated upstream. + * Optimize debian/rules clean to restore pristine state. + + -- Roland Rosenfeld Thu, 28 Jan 2021 22:00:05 +0100 + +privoxy (3.0.29-2) unstable; urgency=medium + + * Use --enable-extended-statistics and --enable-pcre-host-patterns. + * 39_show-status: Add new features to show-status page. + * Remove 38_SOURCE_DATE_EPOCH, since upstream honors it when set. + * Upgrade to Standards-Version 4.5.1 (no changes). + * 40_redirect-ssl: Check the actual URL when https inspecting requests. + * Add apparmor profile usr.sbin.privoxy. + + -- Roland Rosenfeld Sun, 17 Jan 2021 13:10:33 +0100 + +privoxy (3.0.29-1) unstable; urgency=medium + + * New upstream release 3.0.29. + * Update all patches to new version. + * 36_trusted-cgi-referer-example and 37_ppedit-tests403 are now + incorporated upstream. + * d/copyright: Update to new upstream version. + * d/copyright: use ./ prefix to upstream filenames, because orig.tar.gz + is build with a ./ prefix. + * Upgrade to debhelper v13. + * Rebuild privoxy-man-page.html. + * 38_SOURCE_DATE_EPOCH: Remove hardcoded SOURCE_DATE_EPOCH from + configure.in but use the date from debian/changelog. + * Remove 05_defaut_action since this is no longer needed. + * Tag all patches with Forwarded header. + * debian/watch: Cleanup and update to version 4. + * Compile --with-mbedtls to allow https-inspection. + * Adapt TLS/SSL settings to Debian FHS. + * Generate dirs with correct permissions for https-inspection. + * Delete https-inspection certs on purge. + * Expire https-inspection certs after 90 days. + * Compile --with-brotli to enable support for brotli decompression. + + -- Roland Rosenfeld Sun, 29 Nov 2020 14:22:27 +0100 + +privoxy (3.0.28-3) unstable; urgency=medium + + * Add buildlog to salsa-ci test pipeline. + * d/salsa-ci.yml stripped down using pipline-jobs.yml + * Build-depend on debhelper-compat (= 12) instead of using d/compat. + * Upgrade to Standards-Version 4.5.0 (no changes). + * Add upstream metadata. + * privoxy.service: run After=network-online.target, this fixes + LP#1870101. + + -- Roland Rosenfeld Thu, 02 Apr 2020 18:04:44 +0200 + +privoxy (3.0.28-2) unstable; urgency=medium + + * d/tests/privoxy-regression-test: Remove tmpdir on exit. + * 36_trusted-cgi-referer-example: Comment trusted-cgi-referer pointing + to example.org + * d/maintscript: Remove orphaned /etc/privoxy/templates/show-version + (Closes: #918110). + * 37_ppedit-tests403: Update a bunch of regression tests that have to + expect status code 403 now. + * Enable enable-edit-actions in privoxy-regression-test again. + * Upgrade to debhelper v12. + * Update (minimal) upstream signing key. + * Add Pre-Depends: ${misc:Pre-Depends} for --skip-systemd-native. + + -- Roland Rosenfeld Sun, 06 Jan 2019 13:07:14 +0100 + +privoxy (3.0.28-1) unstable; urgency=medium + + [ Roland Rosenfeld ] + * Add es debconf translation. Thanks to Jonathan Bustillos (Closes: #903863). + * 38_connection_close: Don't add a "Connection" header for CONNECT requests. + + [ Ondřej Nový ] + * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP + * d/watch: Use https protocol + + [ Roland Rosenfeld ] + * d/tests: Fix leftover ADTTMP. + * Add salsa CI pipeline in debian/gitlab-ci.yml. + * New upstream version 3.0.28. + * Adapt all patches to new version (06_8bit_manual is implemented in a + better way upstream now, 36_openspopenjade is replaced by some + autoconf code, 37_adventofcode and 38_connection_close are included + upstream). + * Update debian/copyright. + * Upgrade to Standards-Version 4.3.0 (Declare Rules-Requires-Root: no). + * Move PID file from /var/run to /run. + * Undo voodoo to remove CVS tags from configs since upstream uses git + now. + * Disable enable-edit-actions in privoxy-regression-test, since the test + seems to be broken (does not use referrer, which is required here). + + -- Roland Rosenfeld Mon, 31 Dec 2018 16:52:27 +0100 + privoxy (3.0.26-6) unstable; urgency=medium * Fix typo in patch description.