Changeset 386


Ignore:
Timestamp:
06/28/10 07:57:55 (14 years ago)
Author:
bas
Message:

Ticket update for version 0.12 did not work, closes #209

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r384 r386  
     12010-06-28
     2  * Ticket update for version 0.12 did not work, closes #209
     3    Author: mark underscore kids add yahoo dot com
     4    Applied by: Bas van der Vlies
     5   
    162010-06-23
    27  * A better fix for attachments with special characters, closes #206
  • trunk/debian/changelog

    r384 r386  
     1email2trac (1.4.7-1) stable; urgency=low
     2
     3  * Ticket update for version 0.12 did not work, closes #209
     4    Author: mark underscore kids add yahoo dot com
     5    Applied by: Bas van der Vlies
     6
     7 -- Bas van der Vlies <basv@sara.nl>  Mon, 28 Jun 2010 07:56:18 +0200
     8
    19email2trac (1.4.6-1) stable; urgency=low
    210
  • trunk/email2trac.py.in

    r383 r386  
    766766                # When is the change committed
    767767                #
    768                 if self.VERSION == 0.11:
     768                if self.VERSION < 0.11:
     769                        when = int(time.time())
     770                else:
    769771                        utc = UTC()
    770772                        when = datetime.now(utc)
    771                 else:
    772                         when = int(time.time())
    773773
    774774                try:
  • trunk/email2trac.spec

    r384 r386  
    11Summary: Utilities for converting emails to trac tickets
    22Name: email2trac
    3 Version: 1.4.6
     3Version: 1.4.7
    44Release: 1
    55License: GPL
Note: See TracChangeset for help on using the changeset viewer.