Changeset 303 for trunk/debian


Ignore:
Timestamp:
01/11/10 15:23:49 (14 years ago)
Author:
bas
Message:

New version and set release date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r302 r303  
    1010    Fixed by: Bas van der Vlies
    1111
    12  * Changed all 'str =' assignments to 's =' to solve conflicts with
    13    the builtin str function
    14    Fixed by: Bas van der Vlies
    15 
    16  * Python egg cache enviroment setting was ignored by email2trac.
    17    closes #163
    18    Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
    19    Applied by: Bas van der Vlies
    20 
    21  * Disabled code so the following line will not be displayed anymore
    22    as comment in a ticket:
    23      * This message has x attachment(s)
    24    Suggested by: dereks at realloc dot net, closes ticket #165
    25    Fixed by    : Bas van der Vlies
    26 
    27 
    28  * Added a new parameter strip_content_types. So we can strip attachments
    29    based on content type, eg:
    30      * strip_content_types: application/pgp-signature, application/mac-binhex40
    31 
    32    Will strip attachments that has these content_types.
    33    Authors:  otto at bergerdata dot de and Bas van der Vlies
    34 
    35  * FIxed an error when files where added with characters that needed to be
    36    escaped. Both email2trac and trac escaped the filenames. We removed the
    37    code from email2trac an let trac handle the escaping, closes #149
    38 
    39    Reported by: hju att jochenkuhl dot de
    40    Fixed by: Bas van der Vlies
    41 
    42  * Added a new parameter:
    43      * subject_field_separator, default value is &
    44 
    45    This is used to set tickets fields via the subject line. It used to
    46    be , .For backwards compatibility we introduced this parameter.
    47    closes #166
    48    Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
    49    Fixed by    : Bas van der Vlies
    50 
    51  * Prevent mail loop. We could set the CC ticket field to
    52    the ticket email address.
    53     - For a new ticket and reply_all is set.
    54     - If the ticket CC field is updated via the subject line.
    55    closes #172
    56    Reported by: otto at bergerdata dot de
    57    Fixed vy   : Bas van der Vlies
     12  * Changed all 'str =' assignments to 's =' to solve conflicts with
     13    the builtin str function
     14    Fixed by: Bas van der Vlies
     15
     16  * Python egg cache enviroment setting was ignored by email2trac.
     17    closes #163
     18    Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
     19    Applied by: Bas van der Vlies
     20
     21  * Disabled code so the following line will not be displayed anymore
     22    as comment in a ticket:
     23     - This message has x attachment(s)
     24    Suggested by: dereks at realloc dot net, closes ticket #165
     25    Fixed by    : Bas van der Vlies
     26
     27
     28  * Added a new parameter strip_content_types. So we can strip attachments
     29    based on content type, eg:
     30     - strip_content_types: application/pgp-signature, application/mac-binhex40
     31
     32    Will strip attachments that has these content_types.
     33    Authors:  otto at bergerdata dot de and Bas van der Vlies
     34
     35  * FIxed an error when files where added with characters that needed to be
     36    escaped. Both email2trac and trac escaped the filenames. We removed the
     37    code from email2trac an let trac handle the escaping, closes #149
     38
     39    Reported by: hju att jochenkuhl dot de
     40    Fixed by: Bas van der Vlies
     41
     42  * Added a new parameter:
     43     - subject_field_separator, default value is &
     44
     45    This is used to set tickets fields via the subject line. It used to
     46    be , .For backwards compatibility we introduced this parameter.
     47    closes #166
     48    Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
     49    Fixed by    : Bas van der Vlies
     50
     51  * Prevent mail loop. We could set the CC ticket field to
     52    the ticket email address.
     53     - For a new ticket and reply_all is set.
     54     - If the ticket CC field is updated via the subject line.
     55    closes #172
     56    Reported by: otto at bergerdata dot de
     57    Fixed vy   : Bas van der Vlies
    5858   
    5959 -- Bas van der Vlies <bas@sara.nl>  Thu, 22 Oct 2009 17:47:50 +0200
Note: See TracChangeset for help on using the changeset viewer.