source: trunk/debian/changelog @ 395

Last change on this file since 395 was 395, checked in by bas, 14 years ago

changed some changelogs description.

email2trac.py.in:

  • use name if set instead of 'email2trac' if smtp_from is the same as sender address
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 17.9 KB
Line 
1email2trac (1.4.9-1) stable; urgency=low
2
3  * Do not check if notification is enabled, let Trac determine if a
4    notfication is enabled and which interface/plugin is used, eg:
5    announcerplugin
6
7    Author: Bas van der Vlies
8
9 -- Bas van der Vlies <basv@sara.nl>  Mon, 12 Jul 2010 13:18:19 +0200
10
11email2trac (1.4.8-1) stable; urgency=low
12
13  * Fixed several errors in ticket update:
14     - Changed the regex expression. It must end with ':'.
15     - The email was lost if the ticket id was unknown. If ticket
16       id is unknown a new ticket will be created.
17
18    Reported by: SARA grid team
19    Fixed by: Bas van der Vlies
20       
21 -- Bas van der Vlies <basv@sara.nl>  Tue, 06 Jul 2010 13:55:43 +0200
22
23email2trac (1.4.7-1) stable; urgency=low
24
25  * Ticket update for version 0.12 did not work, closes #209
26    Author: mark underscore kids add yahoo dot com
27    Applied by: Bas van der Vlies
28
29  * enabled workflow and notification for trac version 0.12
30    Author: Bas van der Vlies
31
32 -- Bas van der Vlies <basv@sara.nl>  Mon, 28 Jun 2010 07:56:18 +0200
33
34email2trac (1.4.6-1) stable; urgency=low
35
36  * A better fix for attachments with special characters, closes #206
37
38 -- Bas van der Vlies <basv@sara.nl>  Wed, 23 Jun 2010 11:52:19 +0200
39
40email2trac (1.4.5-1) stable; urgency=low
41
42  * When debug is enabled email2trac chokes on non-ascii (utf8)
43    characters in ticket fields, closes #205
44    Reported by: eirik dot schwenke add nsd dot uib dot no
45    Fixed by: Bas van der Vlies
46
47  * Email2trac crashes when attachment filename contains non-ascii
48    characters, closes #206
49    Reported by: karsten dot rohrbach add wibas dot de
50    Fixed by: Bas van der Vlies
51
52 -- Bas van der Vlies <basv@sara.nl>  Tue, 22 Jun 2010 13:23:00 +0200
53
54email2trac (1.4.3-1) stable; urgency=low
55
56  * support added for trac version 0.12
57
58 -- Bas van der Vlies  <basv@sara.nl>  Tue, 08 Jun 2010 16:26:52 +0200
59
60email2trac (1.4.2-1) stable; urgency=low
61
62  * delete_spam still used trac_version in /etc/email2trac.conf
63  * fixed an error in ticket_update_by_subject function.
64
65 -- Bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 15:40:20 +0200
66
67email2trac (1.4.0-3) stable; urgency=low
68
69  * Automatically determine trac version
70
71 -- Bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 14:43:05 +0200
72
73email2trac (1.4.0-2) stable; urgency=low
74
75  * See Changelog
76
77 -- Bas van der Vlies <basv@sara.nl>  Thu, 15 Apr 2010 14:13:24 +0200
78
79email2trac (1.3.5-1) stable; urgency=low
80
81  *  See Changes
82
83 -- Bas van der Vlies <basv@sara.nl>  Thu, 15 Apr 2010 09:14:14 +0200
84
85email2trac (1.3.2-1) stable; urgency=low
86
87  * Fixed a bug reporter was always set to the default value specified
88    in trac.ini.
89
90    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
91    Fixed by: Bas van der Vlies
92
93 -- Bas van der Vlies <basv@sara.nl>  Tue, 30 Mar 2010 13:22:00 +0200
94
95email2trac (1.3.1-1) stable; urgency=low
96
97  * If reported field is overriden then use it for all trac functions
98    including notification, closes #187
99   
100    Reported by: shildebrand at venturebeat dot com
101    Fixed by: Bas van der Vlies
102   
103 -- Bas van der Vlies <basv@sara.nl>  Tue, 30 Mar 2010 10:27:44 +0200
104
105email2trac (1.3.0-3) stable; urgency=low
106
107  * Added configure option '--with-install_user=<name>', default user is 'root'.
108    The specified user is used for installation so we can install the
109    package as non-root user, closes #182.
110
111    Reported by: shildebrand at venturebeat dot com
112    Fixed by: Bas van der Vlies
113
114  * Re-arranged some code so that we can override ticket fields in
115    email2trac.conf, eg:
116     - default_reporter : email2trac
117
118    Will set the reporter ticket field to email2trac for all mail, closes #182
119
120    Reported by: shildebrand at venturebeat dot com
121    Fixed by: Bas van der Vlies
122
123  * Fixed a bug when there is no subject field in the message, closes #179
124    The fix in the 1.2.0 version did not work.
125    Reported by: xurizaemon and John Donners (SARA)
126    Fixed by: Bas van der Vlies
127
128  * We do not write any files when dry run mode is enabled.
129    Fixed by: Bas van der Vlies
130
131  * Fixed several issues when DEBUG is enabled with printing non-ascii
132    characters, see #184
133    Reported by: hju add jochenkuhl dot de
134    Fixed by: Bas van der Vlies
135 
136 -- Bas van der Vlies <basv@sara.nl>  Wed, 03 Mar 2010 15:50:35 +0100
137
138email2trac (1.2.0-1) stable; urgency=low
139
140  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
141    environment variable (-e|--eggcache), closes #174
142    Author: pepl at cpan dot org
143    Applied by: Bas van der Vlies
144
145  * Ticket fields can be set inline an email: closes #171, #88
146     - controlled by parameter 'inline_properties', default behaviour off
147     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
148
149    Author: samuel at hoffstaetter dot com
150    Applied by: Bas van der Vlies
151
152  * Fixed a bug when there is no subject field in the message, closes #179
153    Reported by: xurizaemon
154    Fixed by: Bas van der Vlies
155
156  * Added unicode support attachment filenames, closes #177
157    Reported by: obwandner add concertare dot de
158    Fixed by: Bas van der Vlies
159
160  * Email to blog did not work at all. It works but it can not handle
161    attachments. see #175.
162    Reported by: oland dot wells add gmail.com
163    Patches    : Bas van der Vlies
164
165  * Show errors when we can not include attachments in the ticket, see #165
166    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
167    Fixed by: Bas van der Vlies
168
169  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
170    an update is received via email. The ticket will be reopened or triggers
171    a ticket workflow. This action can be skipped if we set the
172    email_triggers_workflow option to 0. The default value is 1, closes #180
173    Author: zac add sprackettd dot com
174    Applied by: Bas van der Vlies
175
176   
177
178 -- Bas van der Vlies <basv@sara.nl>  Wed, 27 Jan 2010 16:17:41 +0100
179
180email2trac (1.1.0-6) stable; urgency=low
181
182  * Workflow option did not work, closes #157
183    Reported by: thomas dot moschny at gmx dot de
184    Fixed  by: Bas van der Vlies & Thomas Moschny
185   
186  * When a ticket is updated via email. We must set a changelog id,
187    closes #156
188    Reported by: Chris dot Nelson at SIXNET dot com
189    Fixed by: Bas van der Vlies
190
191  * Changed all 'str =' assignments to 's =' to solve conflicts with
192    the builtin str function
193    Fixed by: Bas van der Vlies
194
195  * Python egg cache enviroment setting was ignored by email2trac.
196    closes #163
197    Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
198    Applied by: Bas van der Vlies
199
200  * Disabled code so the following line will not be displayed anymore
201    as comment in a ticket:
202     - This message has x attachment(s)
203    Suggested by: dereks at realloc dot net, closes ticket #165
204    Fixed by    : Bas van der Vlies
205
206
207  * Added a new parameter strip_content_types. So we can strip attachments
208    based on content type, eg:
209     - strip_content_types: application/pgp-signature, application/mac-binhex40
210
211    Will strip attachments that has these content_types.
212    Authors:  otto at bergerdata dot de and Bas van der Vlies
213
214  * FIxed an error when files where added with characters that needed to be
215    escaped. Both email2trac and trac escaped the filenames. We removed the
216    code from email2trac an let trac handle the escaping, closes #149
217
218    Reported by: hju att jochenkuhl dot de
219    Fixed by: Bas van der Vlies
220
221  * Added a new parameter:
222     - subject_field_separator, default value is &
223
224    This is used to set tickets fields via the subject line. It used to
225    be , .For backwards compatibility we introduced this parameter.
226    closes #166
227    Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
228    Fixed by    : Bas van der Vlies
229
230  * Prevent mail loop. We could set the CC ticket field to
231    the ticket email address.
232     - For a new ticket and reply_all is set.
233     - If the ticket CC field is updated via the subject line.
234
235    Also prevent setting the reporter address to the ticket email
236    address.
237
238    closes #172
239    Reported by: otto at bergerdata dot de
240    Fixed vy   : Bas van der Vlies
241   
242 -- Bas van der Vlies <bas@sara.nl>  Thu, 22 Oct 2009 17:47:50 +0200
243
244email2trac (1.0.0-1) stable; urgency=low
245
246  * Implemented a new feature to drop the HTML version of multipart/alternative
247    message part. Such a message part contains the same info. The info is sent
248    in different formats and the client can decide which version to use.
249    closes #30
250
251    to enable in email2trac.conf:
252        - drop_alternative_html_version: 1
253 
254    Implemented by: Bas van der Vlies
255
256 -- Bas van der Vlies <basv@sara.nl>  Tue, 25 Aug 2009 11:50:40 +0200
257
258email2trac (0.90-1) stable; urgency=low
259
260  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
261  * use the email addres in the reporter field, closes #136
262  * Fixed an error in blog update function
263
264    All Fixes by: Bas van der Vlies
265
266  * if alternate notify template is set then also set ticket id. It will show
267    up as ticket change, closes #142
268    Reported by: hju att jochenkuhl dot de
269    Fixed by: Bas van der Vlies
270
271  * Error in urllib.quote(filename) could not handle unicode
272    filenames, closes #138
273   
274    Reported by: debacle at debian dot org
275    Applied  by: Bas van der Vlies
276
277 
278  * Fixed an error when debug is on and the body message contains unicode
279    strings, closes #144
280    Reported by: trumbitta at gmail dot com
281    Applied by: Bas van der Vlies
282
283  * default trac version for email2trac is now updated to 0.11
284
285 -- Bas van der Vlies <basv@sara.nl>  Thu, 04 Jun 2009 14:48:11 +0200
286
287email2trac (0.80-1) stable; urgency=low
288
289  * Fixed in parsing the reflow parameter, closes #123
290    Reported by: tomasz dot sterna at sensisoft dot com
291    Fixed by: Bas van der Vlies
292
293  * implemented workflow for tickets that are reopend, closes #70
294    Reported by: hju at jochenkuhl dot de
295    Author by: Bas van der Vlies
296
297  * added FullBlogPlugin support. So we can update/create the blogs
298    via email, #116
299    Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
300
301  * email2trac require at least python version 2.4, closes #131
302    Reported by: otto at bergerdata dot de
303    Fixed by: Bas van der Vlies
304
305  * We can now set ticket fields for a new ticket via the 'subject' line:
306    - Subject: <description> #?<field=value>[,<field=value>]*
307    closes #130
308
309    Requested by: Steve
310    Implemented by: Bas van der Vlies
311
312 -- Bas van der Vlies <basv@ssara.nl>  Tue, 24 Mar 2009 15:26:08 +0100
313
314email2trac (0.70-1) stable; urgency=low
315
316  * New stable version
317
318 -- Bas van der Vlies <basv@sara.nl>  Tue, 27 Jan 2009 15:42:32 +0100
319
320email2trac (0.60-1) stable; urgency=low
321
322  *  New stable version
323
324 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Thu, 20 Nov 2008 11:29:59 +0100
325
326email2trac (0.40-1) stable; urgency=low
327
328  * New Version, see ChangeLog
329
330 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Fri, 10 Oct 2008 17:24:09 +0200
331
332email2trac (0.30-3) stable; urgency=low
333
334  * Non-maintainer upload.
335  * Reopen ticket if an email update is received
336
337 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Mon, 04 Aug 2008 16:14:12 +0200
338
339email2trac (0.30-2) stable; urgency=low
340
341  *  Fixed an error in formating email_header.
342
343 -- Bas van der Vlies <basv@sara.nl>  Thu, 03 Jul 2008 12:53:39 +0200
344
345email2trac (0.30-1) stable; urgency=low
346
347  * a lot improvements and fixes, see Changelog
348
349 -- Bas van der Vlies <basv@sara.nl>  Tue,  3 Jun 2008 23:00:27 +0200
350
351email2trac (0.20-1) stable; urgency=low
352
353  * New version, see Changelog
354
355 -- Bas van der Vlies <root@rc.sara.nl>  Tue, 27 May 2008 23:12:54 +0200
356
357email2trac (0.13.0-1) stable; urgency=low
358
359  * New version with a lot of improvements
360
361 -- Bas van der Vlies <root@rc.sara.nl>  Mon,  4 Feb 2008 11:27:27 +0100
362
363email2trac (0.10.0-2) stable; urgency=low
364
365  *  Added extra info to syslog when exception occurs
366
367 -- Bas van der Vlies <root@rc.sara.nl>  Fri,  3 Aug 2007 09:45:26 +0200
368
369email2trac (0.10.0-1) stable; urgency=low
370
371  * New release, see ChangeLog
372
373 -- bas <basv@sara.nl>  Tue, 17 Jul 2007 14:15:14 +0200
374
375email2trac (0.9.5-1) stable; urgency=low
376
377  * New version with some new features see ChangeLog
378
379 -- bas <basv@sara.nl>  Tue, 24 Apr 2007 14:27:25 +0200
380
381email2trac (0.9.0-2) stable; urgency=low
382
383  * add email2trac.conf to conffiles
384
385 -- bas <basv@sara.nl>  Wed,  6 Dec 2006 14:28:04 +0100
386
387email2trac (0.9.0-1) stable; urgency=low
388
389  * New version nothing changed
390
391 -- bas <basv@sara.nl>  Mon,  4 Dec 2006 18:57:16 +0100
392
393email2trac (0.8.2-2) stable; urgency=low
394
395  * Try new version with unicode fixes
396
397 -- bas <basv@sara.nl>  Mon,  4 Dec 2006 12:04:30 +0100
398
399email2trac (0.8.2-1) stable; urgency=low
400
401  * New release version
402
403 -- bas <basv@sara.nl>  Thu, 26 Oct 2006 08:19:56 +0200
404
405email2trac (0.8.1-6) stable; urgency=low
406
407  * Fixed a strang bug in 0.9 version, if ticket update and email has
408    attachment we are not allowed to set the description and author
409    field of the attachment else the comment text is lost
410
411 -- bas <basv@sara.nl>  Fri, 20 Oct 2006 13:06:28 +0200
412
413email2trac (0.8.1-5) stable; urgency=low
414
415  *  Adjust delete_spam.py for version 0.10
416
417 -- bas <basv@sara.nl>  Thu, 19 Oct 2006 10:57:30 +0200
418
419email2trac (0.8.1-4) stable; urgency=low
420
421  * Fixed an error in ticket update, when a ticket does not exists
422    proceed if it is a new ticket.
423
424 -- bas <bas@rc.sara.nl>  Wed, 18 Oct 2006 09:50:36 +0200
425
426email2trac (0.8.1-3) stable; urgency=low
427
428  * setgid() must be called before setuid()
429
430 -- bas <bas@rc.sara.nl>  Tue, 17 Oct 2006 11:17:13 +0200
431
432email2trac (0.8.1-2) stable; urgency=low
433
434  * Replace sys.exit(0) bij return else there is an exception
435
436 -- bas <bas@rc.sara.nl>  Wed, 11 Oct 2006 14:08:50 +0200
437
438email2trac (0.8.1-1) stable; urgency=low
439
440  * Fixed some errors in delete_spam.py
441  * added drop_spam option
442  * add author and description field when adding a attachment
443
444 -- bas <bas@rc.sara.nl>  Thu,  5 Oct 2006 15:03:23 +0200
445
446email2trac (0.8.0-2) stable; urgency=low
447
448  * Do not send notification when message is marked as Spam
449
450 -- bas <bas@subtrac.sara.nl>  Mon,  2 Oct 2006 10:57:09 +0200
451
452email2trac (0.8.0-1) stable; urgency=low
453
454  * See ChangeLog
455
456 -- bas <bas@subtrac.sara.nl>  Fri, 29 Sep 2006 12:29:30 +0200
457
458email2trac (0.7.7-1) stable; urgency=low
459
460  * added RPM specfile
461
462 -- bas <bas@rc.sara.nl>  Mon, 28 Aug 2006 10:11:30 +0200
463
464email2trac (0.7.6-5) stable; urgency=low
465
466  *  Fixed reply_all bug, thanks to ncarlson@ibsys.com
467
468 -- Bas van der Vlies <basv@sara.nl>  Fri, 21 Jul 2006 14:45:14 +0200
469
470email2trac (0.7.6-4) stable; urgency=low
471
472  *  Remove the temporarly create files by trac for attachment insertion
473
474 -- Bas van der Vlies <basv@sara.nl>  Mon, 17 Jul 2006 10:46:29 +0200
475
476email2trac (0.7.6-3) stable; urgency=low
477
478  * Hopefully now fixed the unicode/encode problems
479
480 -- Bas van der Vlies <basv@sara.nl>  Fri, 14 Jul 2006 10:59:25 +0200
481
482email2trac (0.7.6-2) stable; urgency=low
483
484  * Fixed delete_spam.py for versions higher then 0.8
485
486 -- Bas van der Vlies <basv@sara.nl>  Thu, 13 Jul 2006 14:28:55 +0200
487
488email2trac (0.7.6-1) stable; urgency=low
489
490  * Fixes delete_spam.py also delete from attachment table
491    Fixes: Jaap Dijkshoorn
492
493 -- bas <bas@rc.sara.nl>  Thu, 13 Jul 2006 12:33:41 +0200
494
495email2trac (0.7.5-1) stable; urgency=low
496
497  * Fix for release greater than 0.8, now attachments where saved
498    when a new ticket was inserted
499
500 -- bas <bas@rc.sara.nl>  Thu, 13 Jul 2006 10:23:27 +0200
501
502email2trac (0.7.4-2) stable; urgency=low
503
504  * New bug fixes for unicode support
505
506 -- bas <bas@subtrac.sara.nl>  Tue, 11 Jul 2006 14:52:58 +0200
507
508email2trac (0.7.4-1) stable; urgency=low
509
510  * Unicode bug fixes
511
512 -- bas <bas@subtrac.sara.nl>  Tue, 11 Jul 2006 09:24:00 +0200
513
514email2trac (0.7.3-7) stable; urgency=low
515
516  * removed some unicode data conversions
517
518 -- bas <bas@subtrac.sara.nl>  Thu,  6 Jul 2006 09:04:35 +0200
519
520email2trac (0.7.3-6) stable; urgency=low
521
522  * Fixed an encoding problem when email_header is set to 1
523
524 -- bas <bas@subtrac.sara.nl>  Fri, 30 Jun 2006 13:42:38 +0200
525
526email2trac (0.7.3-5) stable; urgency=low
527
528  *  Description always changed when accesing the ticket via the web.
529     Suggestion/Patch by: Christian Boos
530
531 -- bas <bas@subtrac.sara.nl>  Fri, 30 Jun 2006 09:50:32 +0200
532
533email2trac (0.7.3-4) stable; urgency=low
534
535  * Fixed a LookupError 
536
537 -- bas <basv@sara.nl>  Mon, 26 Jun 2006 09:58:07 +0200
538
539email2trac (0.7.3-3) stable; urgency=low
540
541  * Fixed and spell error, self.mail_addr must be self.email_addr
542
543 -- bas <basv@sara.nl>  Thu, 22 Jun 2006 15:17:55 +0200
544
545email2trac (0.7.3-1) stable; urgency=low
546
547  * Enabled syslog option
548
549 -- bas <bas@subtrac.sara.nl>  Thu, 22 Jun 2006 12:45:37 +0200
550
551email2trac (0.7.2-0) stable; urgency=low
552
553  * Added new try/except statement and fixed LookupError
554
555 -- bas <bas@subtrac.sara.nl>  Thu, 22 Jun 2006 09:59:02 +0200
556
557email2trac (0.7.1-3) stable; urgency=low
558
559  * Fixed an error for already added attachments. Do not close the
560    database connection
561
562 -- bas <bas@subtrac.sara.nl>  Fri, 16 Jun 2006 13:52:26 +0200
563
564email2trac (0.7.0-2) stable; urgency=low
565
566  * Fixed some language errors by Nathaniel Irons
567
568 -- bas <bas@subtrac.sara.nl>  Fri,  2 Jun 2006 09:27:22 +0200
569
570email2trac (0.7.0-1) stable; urgency=low
571
572  * Added Ticket merging
573
574 -- bas <bas@subtrac.sara.nl>  Fri, 26 May 2006 15:01:03 +0200
575
576email2trac (0.6.0-1) stable; urgency=low
577
578  * New Version 0.6
579
580 -- bas <bas@sara.nl>  Tue, 16 May 2006 11:14:11 +0200
581
582email2trac (0.5.7-1) stable; urgency=low
583
584  * New version that fixes serveral bugs
585
586 -- bas <bas@subtrac.sara.nl>  Wed, 12 Apr 2006 15:54:30 +0200
587
588email2trac (0.5.0-4) stable; urgency=low
589
590  *  Continue instead of going on
591
592 -- bas <bas@subtrac.sara.nl>  Fri, 17 Feb 2006 14:29:48 +0100
593
594email2trac (0.5.0-3) stable; urgency=low
595
596  *  Fixed delete_spam.py if there are not enough permissions to
597     delete tickets
598
599 -- bas <bas@subtrac.sara.nl>  Fri, 17 Feb 2006 12:38:19 +0100
600
601email2trac (0.5.0-2) stable; urgency=low
602
603  * leave out the body tag for email urls
604
605 -- bas <bas@subtrac.sara.nl>  Thu, 16 Feb 2006 16:01:02 +0100
606
607email2trac (0.5.0-1) stable; urgency=low
608
609  *  First package
610
611 -- Bas van der Vlies  <bas@sara.nl>  Thu, 29 Dec 2005 14:40:11 +0100
Note: See TracBrowser for help on using the repository browser.