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
RevLine 
[399]1email2trac (1.5.0-1) stable; urgency=low
2
[400]3  * added a new option 'ticket_permission_system'. Can be set to:
[399]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
[401]16  * removed suppport for version 0.9
17    Author: Bas van der Vlies
18
[399]19 -- Bas van der Vlies <basv@sara.nl>  Thu, 15 Jul 2010 14:17:24 +0200
20
[393]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:
[395]25    announcerplugin
[393]26
[395]27    Author: Bas van der Vlies
[393]28
29 -- Bas van der Vlies <basv@sara.nl>  Mon, 12 Jul 2010 13:18:19 +0200
30
[390]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
[386]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
[388]49  * enabled workflow and notification for trac version 0.12
50    Author: Bas van der Vlies
51
[386]52 -- Bas van der Vlies <basv@sara.nl>  Mon, 28 Jun 2010 07:56:18 +0200
53
[384]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
[380]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
[372]74email2trac (1.4.3-1) stable; urgency=low
[371]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
[366]80email2trac (1.4.2-1) stable; urgency=low
[365]81
82  * delete_spam still used trac_version in /etc/email2trac.conf
[366]83  * fixed an error in ticket_update_by_subject function.
[365]84
85 -- Bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 15:40:20 +0200
86
[363]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
[360]93email2trac (1.4.0-2) stable; urgency=low
[355]94
95  * See Changelog
96
97 -- Bas van der Vlies <basv@sara.nl>  Thu, 15 Apr 2010 14:13:24 +0200
98
[350]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
[345]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
[350]113 -- Bas van der Vlies <basv@sara.nl>  Tue, 30 Mar 2010 13:22:00 +0200
[345]114
[344]115email2trac (1.3.1-1) stable; urgency=low
116
[345]117  * If reported field is overriden then use it for all trac functions
118    including notification, closes #187
[344]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
[337]125email2trac (1.3.0-3) stable; urgency=low
[327]126
[332]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.
[327]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
[333]135    email2trac.conf, eg:
136     - default_reporter : email2trac
[327]137
[333]138    Will set the reporter ticket field to email2trac for all mail, closes #182
139
[327]140    Reported by: shildebrand at venturebeat dot com
141    Fixed by: Bas van der Vlies
142
[329]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
[331]148  * We do not write any files when dry run mode is enabled.
149    Fixed by: Bas van der Vlies
150
[337]151  * Fixed several issues when DEBUG is enabled with printing non-ascii
[331]152    characters, see #184
153    Reported by: hju add jochenkuhl dot de
154    Fixed by: Bas van der Vlies
155 
[327]156 -- Bas van der Vlies <basv@sara.nl>  Wed, 03 Mar 2010 15:50:35 +0100
157
[308]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
[314]165  * Ticket fields can be set inline an email: closes #171, #88
[313]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
[316]171
[319]172  * Fixed a bug when there is no subject field in the message, closes #179
[316]173    Reported by: xurizaemon
174    Fixed by: Bas van der Vlies
[319]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
[320]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
[308]198 -- Bas van der Vlies <basv@sara.nl>  Wed, 27 Jan 2010 16:17:41 +0100
199
[306]200email2trac (1.1.0-6) stable; urgency=low
[288]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
[303]211  * Changed all 'str =' assignments to 's =' to solve conflicts with
212    the builtin str function
213    Fixed by: Bas van der Vlies
[288]214
[303]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
[292]219
[303]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
[292]225
[295]226
[303]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
[295]230
[303]231    Will strip attachments that has these content_types.
232    Authors:  otto at bergerdata dot de and Bas van der Vlies
[295]233
[303]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
[296]237
[303]238    Reported by: hju att jochenkuhl dot de
239    Fixed by: Bas van der Vlies
[297]240
[303]241  * Added a new parameter:
242     - subject_field_separator, default value is &
[297]243
[303]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
[300]249
[303]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.
[304]254
255    Also prevent setting the reporter address to the ticket email
256    address.
257
[303]258    closes #172
259    Reported by: otto at bergerdata dot de
260    Fixed vy   : Bas van der Vlies
[296]261   
[288]262 -- Bas van der Vlies <bas@sara.nl>  Thu, 22 Oct 2009 17:47:50 +0200
263
[278]264email2trac (1.0.0-1) stable; urgency=low
265
266  * Implemented a new feature to drop the HTML version of multipart/alternative
[279]267    message part. Such a message part contains the same info. The info is sent
[280]268    in different formats and the client can decide which version to use.
[279]269    closes #30
[283]270
271    to enable in email2trac.conf:
272        - drop_alternative_html_version: 1
[279]273 
[278]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
[275]278email2trac (0.90-1) stable; urgency=low
[269]279
[271]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
[269]282  * Fixed an error in blog update function
283
[271]284    All Fixes by: Bas van der Vlies
[269]285
[274]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
[272]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
[274]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
[271]302
[278]303  * default trac version for email2trac is now updated to 0.11
[276]304
[274]305 -- Bas van der Vlies <basv@sara.nl>  Thu, 04 Jun 2009 14:48:11 +0200
306
[259]307email2trac (0.80-1) stable; urgency=low
308
[264]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
[259]312
[264]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
[259]316
[264]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
[260]320
[264]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
[261]324
[264]325  * We can now set ticket fields for a new ticket via the 'subject' line:
[262]326    - Subject: <description> #?<field=value>[,<field=value>]*
[264]327    closes #130
[259]328
[264]329    Requested by: Steve
330    Implemented by: Bas van der Vlies
[262]331
332 -- Bas van der Vlies <basv@ssara.nl>  Tue, 24 Mar 2009 15:26:08 +0100
333
[252]334email2trac (0.70-1) stable; urgency=low
335
336  * New stable version
337
[262]338 -- Bas van der Vlies <basv@sara.nl>  Tue, 27 Jan 2009 15:42:32 +0100
[252]339
[244]340email2trac (0.60-1) stable; urgency=low
[235]341
[244]342  *  New stable version
[235]343
[262]344 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Thu, 20 Nov 2008 11:29:59 +0100
[235]345
[224]346email2trac (0.40-1) stable; urgency=low
347
348  * New Version, see ChangeLog
349
[262]350 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Fri, 10 Oct 2008 17:24:09 +0200
[224]351
[217]352email2trac (0.30-3) stable; urgency=low
353
354  * Non-maintainer upload.
355  * Reopen ticket if an email update is received
356
[262]357 -- Bas van der Vlies <root@subtrac2.rc.sara.nl>  Mon, 04 Aug 2008 16:14:12 +0200
[217]358
[213]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
[210]365email2trac (0.30-1) stable; urgency=low
366
[211]367  * a lot improvements and fixes, see Changelog
[210]368
[211]369 -- Bas van der Vlies <basv@sara.nl>  Tue,  3 Jun 2008 23:00:27 +0200
370
[204]371email2trac (0.20-1) stable; urgency=low
372
373  * New version, see Changelog
374
[211]375 -- Bas van der Vlies <root@rc.sara.nl>  Tue, 27 May 2008 23:12:54 +0200
[204]376
[195]377email2trac (0.13.0-1) stable; urgency=low
378
379  * New version with a lot of improvements
380
[262]381 -- Bas van der Vlies <root@rc.sara.nl>  Mon,  4 Feb 2008 11:27:27 +0100
[195]382
[187]383email2trac (0.10.0-2) stable; urgency=low
384
385  *  Added extra info to syslog when exception occurs
386
[262]387 -- Bas van der Vlies <root@rc.sara.nl>  Fri,  3 Aug 2007 09:45:26 +0200
[187]388
[182]389email2trac (0.10.0-1) stable; urgency=low
390
391  * New release, see ChangeLog
392
[185]393 -- bas <basv@sara.nl>  Tue, 17 Jul 2007 14:15:14 +0200
[182]394
[156]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
[144]401email2trac (0.9.0-2) stable; urgency=low
402
403  * add email2trac.conf to conffiles
404
[156]405 -- bas <basv@sara.nl>  Wed,  6 Dec 2006 14:28:04 +0100
[144]406
[142]407email2trac (0.9.0-1) stable; urgency=low
408
409  * New version nothing changed
410
[156]411 -- bas <basv@sara.nl>  Mon,  4 Dec 2006 18:57:16 +0100
[142]412
[139]413email2trac (0.8.2-2) stable; urgency=low
414
415  * Try new version with unicode fixes
416
[156]417 -- bas <basv@sara.nl>  Mon,  4 Dec 2006 12:04:30 +0100
[139]418
[132]419email2trac (0.8.2-1) stable; urgency=low
420
421  * New release version
422
[156]423 -- bas <basv@sara.nl>  Thu, 26 Oct 2006 08:19:56 +0200
[132]424
[129]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
[156]431 -- bas <basv@sara.nl>  Fri, 20 Oct 2006 13:06:28 +0200
[129]432
[128]433email2trac (0.8.1-5) stable; urgency=low
434
435  *  Adjust delete_spam.py for version 0.10
436
[156]437 -- bas <basv@sara.nl>  Thu, 19 Oct 2006 10:57:30 +0200
[128]438
[127]439email2trac (0.8.1-4) stable; urgency=low
440
441  * Fixed an error in ticket update, when a ticket does not exists
[128]442    proceed if it is a new ticket.
[127]443
[156]444 -- bas <bas@rc.sara.nl>  Wed, 18 Oct 2006 09:50:36 +0200
[127]445
[125]446email2trac (0.8.1-3) stable; urgency=low
447
448  * setgid() must be called before setuid()
449
[156]450 -- bas <bas@rc.sara.nl>  Tue, 17 Oct 2006 11:17:13 +0200
[125]451
[124]452email2trac (0.8.1-2) stable; urgency=low
453
454  * Replace sys.exit(0) bij return else there is an exception
455
[156]456 -- bas <bas@rc.sara.nl>  Wed, 11 Oct 2006 14:08:50 +0200
[124]457
[117]458email2trac (0.8.1-1) stable; urgency=low
459
460  * Fixed some errors in delete_spam.py
[120]461  * added drop_spam option
[121]462  * add author and description field when adding a attachment
[117]463
[156]464 -- bas <bas@rc.sara.nl>  Thu,  5 Oct 2006 15:03:23 +0200
[117]465
[112]466email2trac (0.8.0-2) stable; urgency=low
467
[113]468  * Do not send notification when message is marked as Spam
[112]469
[156]470 -- bas <bas@subtrac.sara.nl>  Mon,  2 Oct 2006 10:57:09 +0200
[112]471
[111]472email2trac (0.8.0-1) stable; urgency=low
473
474  * See ChangeLog
475
[156]476 -- bas <bas@subtrac.sara.nl>  Fri, 29 Sep 2006 12:29:30 +0200
[111]477
[106]478email2trac (0.7.7-1) stable; urgency=low
479
480  * added RPM specfile
481
[156]482 -- bas <bas@rc.sara.nl>  Mon, 28 Aug 2006 10:11:30 +0200
[106]483
[105]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
[103]490email2trac (0.7.6-4) stable; urgency=low
491
492  *  Remove the temporarly create files by trac for attachment insertion
493
[105]494 -- Bas van der Vlies <basv@sara.nl>  Mon, 17 Jul 2006 10:46:29 +0200
[103]495
[100]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
[99]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
[156]513 -- bas <bas@rc.sara.nl>  Thu, 13 Jul 2006 12:33:41 +0200
[99]514
[98]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
[156]520 -- bas <bas@rc.sara.nl>  Thu, 13 Jul 2006 10:23:27 +0200
[98]521
[96]522email2trac (0.7.4-2) stable; urgency=low
523
524  * New bug fixes for unicode support
525
[156]526 -- bas <bas@subtrac.sara.nl>  Tue, 11 Jul 2006 14:52:58 +0200
[96]527
528email2trac (0.7.4-1) stable; urgency=low
529
530  * Unicode bug fixes
531
[156]532 -- bas <bas@subtrac.sara.nl>  Tue, 11 Jul 2006 09:24:00 +0200
[96]533
[92]534email2trac (0.7.3-7) stable; urgency=low
535
536  * removed some unicode data conversions
537
[156]538 -- bas <bas@subtrac.sara.nl>  Thu,  6 Jul 2006 09:04:35 +0200
[92]539
[91]540email2trac (0.7.3-6) stable; urgency=low
541
542  * Fixed an encoding problem when email_header is set to 1
543
[156]544 -- bas <bas@subtrac.sara.nl>  Fri, 30 Jun 2006 13:42:38 +0200
[91]545
[90]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
[156]551 -- bas <bas@subtrac.sara.nl>  Fri, 30 Jun 2006 09:50:32 +0200
[90]552
[89]553email2trac (0.7.3-4) stable; urgency=low
554
555  * Fixed a LookupError 
556
[156]557 -- bas <basv@sara.nl>  Mon, 26 Jun 2006 09:58:07 +0200
[89]558
[88]559email2trac (0.7.3-3) stable; urgency=low
560
561  * Fixed and spell error, self.mail_addr must be self.email_addr
562
[156]563 -- bas <basv@sara.nl>  Thu, 22 Jun 2006 15:17:55 +0200
[88]564
[87]565email2trac (0.7.3-1) stable; urgency=low
566
567  * Enabled syslog option
568
[156]569 -- bas <bas@subtrac.sara.nl>  Thu, 22 Jun 2006 12:45:37 +0200
[87]570
571email2trac (0.7.2-0) stable; urgency=low
572
573  * Added new try/except statement and fixed LookupError
574
[156]575 -- bas <bas@subtrac.sara.nl>  Thu, 22 Jun 2006 09:59:02 +0200
[87]576
[85]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
[156]582 -- bas <bas@subtrac.sara.nl>  Fri, 16 Jun 2006 13:52:26 +0200
[85]583
[81]584email2trac (0.7.0-2) stable; urgency=low
585
586  * Fixed some language errors by Nathaniel Irons
587
[156]588 -- bas <bas@subtrac.sara.nl>  Fri,  2 Jun 2006 09:27:22 +0200
[81]589
[78]590email2trac (0.7.0-1) stable; urgency=low
591
592  * Added Ticket merging
593
[156]594 -- bas <bas@subtrac.sara.nl>  Fri, 26 May 2006 15:01:03 +0200
[78]595
[69]596email2trac (0.6.0-1) stable; urgency=low
597
598  * New Version 0.6
599
[156]600 -- bas <bas@sara.nl>  Tue, 16 May 2006 11:14:11 +0200
[69]601
[66]602email2trac (0.5.7-1) stable; urgency=low
603
604  * New version that fixes serveral bugs
605
[156]606 -- bas <bas@subtrac.sara.nl>  Wed, 12 Apr 2006 15:54:30 +0200
[66]607
[55]608email2trac (0.5.0-4) stable; urgency=low
609
610  *  Continue instead of going on
611
[156]612 -- bas <bas@subtrac.sara.nl>  Fri, 17 Feb 2006 14:29:48 +0100
[55]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
[156]619 -- bas <bas@subtrac.sara.nl>  Fri, 17 Feb 2006 12:38:19 +0100
[55]620
[54]621email2trac (0.5.0-2) stable; urgency=low
622
623  * leave out the body tag for email urls
624
[156]625 -- bas <bas@subtrac.sara.nl>  Thu, 16 Feb 2006 16:01:02 +0100
[54]626
[49]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.