Changeset 366 for trunk


Ignore:
Timestamp:
05/25/10 08:36:39 (14 years ago)
Author:
bas
Message:

Fixed an important error in ticket_update_by_subject. email2trac crashed when this option was enabled

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r363 r366  
     12010-05-25
     2  * delete_spam still used the trac_version in email2trac.comf
     3    Fixed by: Bas van der Vlies
     4
     5  * email2trac crashed when ticket_update_by_subject was enabled.
     6    Fixed by: Bas van der Vlies
     7
    182010-05-20
    29  * email2trac crashed if there are '/' and '\' characters in a filename.
  • trunk/debian/changelog

    r365 r366  
    1 email2trac (1.4.1-1) stable; urgency=low
     1email2trac (1.4.2-1) stable; urgency=low
    22
    33  * delete_spam still used trac_version in /etc/email2trac.conf
     4  * fixed an error in ticket_update_by_subject function.
    45
    56 -- Bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 15:40:20 +0200
  • trunk/email2trac.py.in

    r363 r366  
    948948
    949949                                        if matched_id:
    950                                                 matched_id = '#%d:' % matched_id
     950                                                matched_id = '#%d' % matched_id
    951951                                                return matched_id
    952952
  • trunk/email2trac.spec

    r355 r366  
    11Summary: Utilities for converting emails to trac tickets
    22Name: email2trac
    3 Version: 1.4.0
     3Version: 1.4.2
    44Release: 1
    55License: GPL
Note: See TracChangeset for help on using the changeset viewer.