]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Change acknowledge to close, and indicate who actually closed the
authorDon Armstrong <don@volo>
Sat, 15 Apr 2006 06:59:47 +0000 (23:59 -0700)
committerDon Armstrong <don@volo>
Sat, 15 Apr 2006 06:59:47 +0000 (23:59 -0700)
   bug in the close message that is sent out

debian/changelog
scripts/process.in

index a46d9b150563d9601323ab810b817792737d31b7..6502ad498395aab5744500a0faf5812b776e15ee 100644 (file)
@@ -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 <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
 
index 480b3afce38e8f111355cb374fa7c9ef3867be84..dc0f4650c26eeb395f83f7813bd8233debc79644 100644 (file)
@@ -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"  => "<handler.$ref.$nn.notifdone\@$gEmailDomain>",
               "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)