source: tags/1.4.0/debian/changelog @ 364

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

Automaticaly determine trac version. There is no need for trac_version in /etc/email2trac.conf

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