Changeset 664


Ignore:
Timestamp:
04/28/15 08:58:37 (9 years ago)
Author:
bas
Message:

Did not apply the patch correctly ;-(, close #364

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r661 r664  
     12.8.8:
     2    * No properly applied the patch for ticket #364.
     3
    142.8.7:
    25    * notify_sender did not work due to wrong variable, closes #364
  • trunk/debian/changelog

    r661 r664  
     1email2trac (2.8.8-1) UNRELEASED; urgency=low
     2
     3  * See Changelog
     4
     5 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Tue, 28 Apr 2015 08:55:36 +0200
     6
    17email2trac (2.8.7.1) UNRELEASED; urgency=low
    28
  • trunk/email2trac.py.in

    r661 r664  
    24872487                if self.email2trac_notify_reporter:
    24882488                    if not self.email2trac_notify_reporter in torcpts:
    2489                         torcpts.append(elf.email2trac_notify_reporter)
     2489                        torcpts.append(self.email2trac_notify_reporter)
    24902490
    24912491                if self.email2trac_replyto:
  • trunk/email2trac.spec

    r661 r664  
    11Summary: Utilities for converting emails to trac tickets
    22Name: email2trac
    3 Version: 2.8.7
     3Version: 2.8.8
    44Release: 1
    55License: Apache License 2.0
  • trunk/release.json

    r663 r664  
    11{
    2   "version": "2.8.7",
    3   "changes": "fixed an error in notify_sender code",
     2  "version": "2.8.8",
     3  "changes": "Properly fixed the error in notify_sender code",
    44  "state": "stable",
    55  "scope": "bug fixes",
    6   "download": "ftp://ftp.surfsara.nl/pub/outgoing/email2trac-2.8.7.tar.gz"
     6  "download": "ftp://ftp.surfsara.nl/pub/outgoing/email2trac-2.8.8.tar.gz"
    77}
Note: See TracChangeset for help on using the changeset viewer.