source: trunk/debian/changelog @ 395

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

changed some changelogs description.

email2trac.py.in:

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