source: trunk/debian/changelog @ 499

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

update version info

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