Changeset 333


Ignore:
Timestamp:
03/24/10 12:01:11 (14 years ago)
Author:
bas
Message:

Preparing for 1.3.0 version

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r323 r333  
     12010-03-24
     2
     3  * Added configure option '--with-install_user=<name>', default user is 'root'.
     4    The specified user is used for installation so we can install the
     5    package as non-root user, closes #182.
     6
     7    Reported by: shildebrand at venturebeat dot com
     8    Fixed by: Bas van der Vlies
     9
     10  * Re-arranged some code so that we can override ticket fields in
     11    email2trac.conf, eg:
     12     - default_reporter : email2trac
     13
     14    Will set the reporter ticket field to email2trac for all mail, closes #182
     15
     16    Reported by: shildebrand at venturebeat dot com
     17    Fixed by: Bas van der Vlies
     18
     19  * Fixed a bug when there is no subject field in the message, closes #179
     20    The fix in the 1.2.0 version did not work.
     21    Reported by: xurizaemon and John Donners (SARA)
     22    Fixed by: Bas van der Vlies
     23
     24  * We do not write any files when dry run mode is enabled.
     25    Fixed by: Bas van der Vlies
     26
     27  * Fixed several issues when DEBUG is enabled with printing no-ascii
     28    characters, see #184
     29    Reported by: hju add jochenkuhl dot de
     30    Fixed by: Bas van der Vlies
     31
    1322010-02-24
    233  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
  • trunk/debian/changelog

    r332 r333  
    99
    1010  * Re-arranged some code so that we can override ticket fields in
    11     email2trac.conf, mail subject line or mail body text, closes #182
     11    email2trac.conf, eg:
     12     - default_reporter : email2trac
     13
     14    Will set the reporter ticket field to email2trac for all mail, closes #182
    1215
    1316    Reported by: shildebrand at venturebeat dot com
  • trunk/email2trac.py.in

    r331 r333  
    17561756
    17571757                env = Environment(settings['project'], create=0)
     1758
    17581759                tktparser = TicketEmailParser(env, settings, float(version))
    17591760                tktparser.parse(sys.stdin)
Note: See TracChangeset for help on using the changeset viewer.