From: Sven Hoexter Date: Wed, 6 Aug 2025 14:40:21 +0000 (+0200) Subject: d/NEWS: Mention option changes and removals which happened back in version 1.1.8. X-Git-Tag: debian/1.1.11-2~1 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=32cef4b5e1e8420ccebf2293cff4610b5657b188;p=sven%2Fpflogsumm.git d/NEWS: Mention option changes and removals which happened back in version 1.1.8. This was disucssed on postfix-user mailinglist in https://marc.info/?l=postfix-users&m=175447037714480&w=2 and wished for by users to be informed when installing distro packages. --- diff --git a/debian/NEWS b/debian/NEWS index 48e401e..d370cb3 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,16 @@ +pflogsumm (1.1.8-1) experimental; urgency=medium + + This release removes all old options using underscores, e.g. + --verp_mung has to be changed to --verp-mung. + + The following deprecated options got removed: + --no_bounce_detail + --no_deferral_detail + --no_reject_detail + --no_smtpd_warnings + + -- Sven Hoexter Wed, 06 Aug 2025 16:39:14 +0200 + pflogsumm (1.1.6-1) experimental; urgency=medium This release moves pflogsumm to /usr/bin. Existing cron jobs diff --git a/debian/changelog b/debian/changelog index bf86d38..b7ede72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ pflogsumm (1.1.11-2) UNRELEASED; urgency=medium * d/control: Drop Rules-Requires-Root: no, it's the default now. + * d/NEWS: Mention option changes and removals which happened back in + version 1.1.8. -- Sven Hoexter Wed, 06 Aug 2025 16:33:15 +0200