source: emailtotracscript/trunk/ChangeLog @ 35

Last change on this file since 35 was 33, checked in by bas, 18 years ago

EmailtoTracScript?:

email2trac:

  • Updated Changelog for new version
  • Property svn:mime-type set to text/x-trac-wiki
File size: 2.7 KB
RevLine 
[33]12006-01-20  Bas van der Vlies <basv@sara.nl>:
2        * A warning error is fixed by kilian.cavalotti@lip6.fr
3        * Several errors in make install ;-(, reported by
4          tacker
5
[23]62006-01-15  Bas van der Vlies <basv@sara.nl>:
7        * Added configure script.
8
[18]92006-01-10  Bas van der Vlies <basv@sara.nl>:
10        * Removed project_root from source and config file
11        * Adjust code so we can use mulitple stanza's in config file, eg:
12          [bas]
13          project: /data/trac/bas
14          spam_level: 3
15
16          use option "-p|--project bas" to select the stanza
17
[5]182006-01-04  Bas van der Vlies <basv@sara.nl>:
19
20        * Fixed getopt for -f option
21        * Added suppport for different TRAC versions (0.8 and 0.9)
22
232006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
24
25        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
26       
27        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
28
29        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
30
31        * email2trac.py (TicketEmailParser.debug_attachments): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
32
33        * email2trac.py (TicketEmailParser.parse): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
34
352005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
36
37        * Makefile: add a Makefile to build and install email2trac
38
39        * email2trac.py: migrate to Trac 0.9 API
40
412005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
42
43        * run_email2trac.c: add error messages if DEBUG macro defined
44
45        * run_email2trac.c: add error testing and specific return values for each error
46
47        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
48
49        * run_email2trac.h: include file to define site specific paramaters
50
510.2.4 01/11/2005
52        Added email_header option if set then show TO/CC fields in
53        description of the ticket.
54
55        Fixed an error in the mailto URL. This was an old error that
56        supposed to be fixed but reoccured in this version.
57       
580.2.3 31/10/2005
59        Fixed a bug with base64 encoded attachments/emails
60        Fixed by: Walter de Jong
61
620.2.2 10/10/2005
63        according to RFC 2368 (titled "the mailto URL scheme") the mailto
64        URL can only work with short &body messages. It fails with long
65        messages and the link won't work. Therefore the mail body is
66        no longer copied into the mail reply.
67
680.2.1 10/07/2005
69        body of reply email looks better
70
71
720.2   10/07/2005
73        mailto is replaced by a html mailto to line. If
74        you reply to the ticket via this link then an
75        email client is started with some default values:
76                To: <reporter>
77                Subject: Re: <orginal subject>
78                Body: email_comment <orginal text>
79
80        email2trac.conf:
81                email_comment: # (default:  >)
82
83               
84
Note: See TracBrowser for help on using the repository browser.