source: trunk/debian/changelog @ 319

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

When there a problems with saving attachments. Show it as comment in the ticket, closes #165

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