From: Don Armstrong Date: Sat, 15 Apr 2006 06:59:47 +0000 (-0700) Subject: * Change acknowledge to close, and indicate who actually closed the X-Git-Tag: release/2.6.0~615^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15ad7ba922dbba5ae88a566167783fa813babe30;p=debbugs.git * Change acknowledge to close, and indicate who actually closed the bug in the close message that is sent out --- diff --git a/debian/changelog b/debian/changelog index a46d9b15..6502ad49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -97,7 +97,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Obey X-Debbugs-No-Ack in control@ messages. (closes: #201825) - Allow forwarded: to be set at submit@ time. (closes: #128320) - Fix example rewrite rules to allow for #1234 and foo+bar@baz.com - (closes: #321925) + (closes: #321925) - Output proper charset for attachments (closes: #335813) - Use MIME encodings to attach messages in close and done. (closes: #136654) @@ -105,6 +105,8 @@ debbugs (2.4.2) UNRELEASED; urgency=low bugs which are in the same package. (closes: #286792) - Make all packages lowercase to support packages with uppercase names, even though that's insane. (closes: #67067) + - Change acknoledged to close (closes: #61341) and indicate who + actually closed the bug (closes: #355968) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/process.in b/scripts/process.in index 480b3afc..dc0f4650 100644 --- a/scripts/process.in +++ b/scripts/process.in @@ -451,7 +451,7 @@ END ["X-Loop" => "$gMaintainerEmail", From => "$gMaintainerEmail ($gProject $gBug Tracking System)", To => "$data->{originator}", - Subject => "$gBug#$ref acknowledged by developer ($header{'subject'})", + Subject => "$gBug#$ref closed by $markedby ($header{'subject'})", "Message-ID" => "", "In-Reply-To" => "$data->{msgid}", References => "$header{'message-id'} $data->{msgid}", @@ -465,12 +465,12 @@ This is an automatic notification regarding your $gBug report #$ref: $data->{subject}, which was filed against the $data->{package} package. -It has been closed by one of the developers, namely -$markedby. +It has been closed by $markedby. Their explanation is attached below. If this explanation is unsatisfactory and you have not received a better one in a separate -message then please contact the developer, by replying to this email. +message then please contact $markedby by replying +to this email. $gMaintainer (administrator, $gProject $gBugs database)