source: trunk/debian/changelog @ 401

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

remove support for trac 0.9 version

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