source: trunk/debian/changelog @ 501

Last change on this file since 501 was 501, checked in by bas, 13 years ago

updated version info and changelog

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