source: emailtotracscript/trunk/debian/changelog @ 139

Last change on this file since 139 was 139, checked in by bas, 17 years ago

EmailtoTracScript?:

email2trac.py.in:

  • Fixed some unicode problem that crashes trac
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 5.7 KB
Line 
1email2trac (0.8.2-2) stable; urgency=low
2
3  * Try new version with unicode fixes
4
5 -- root <root@subtrac.sara.nl>  Mon,  4 Dec 2006 12:04:30 +0100
6
7email2trac (0.8.2-1) stable; urgency=low
8
9  * New release version
10
11 -- root <root@rc.sara.nl>  Thu, 26 Oct 2006 08:19:56 +0200
12
13email2trac (0.8.1-6) stable; urgency=low
14
15  * Fixed a strang bug in 0.9 version, if ticket update and email has
16    attachment we are not allowed to set the description and author
17    field of the attachment else the comment text is lost
18
19 -- root <root@rc.sara.nl>  Fri, 20 Oct 2006 13:06:28 +0200
20
21email2trac (0.8.1-5) stable; urgency=low
22
23  *  Adjust delete_spam.py for version 0.10
24
25 -- root <root@rc.sara.nl>  Thu, 19 Oct 2006 10:57:30 +0200
26
27email2trac (0.8.1-4) stable; urgency=low
28
29  * Fixed an error in ticket update, when a ticket does not exists
30    proceed if it is a new ticket.
31
32 -- root <root@rc.sara.nl>  Wed, 18 Oct 2006 09:50:36 +0200
33
34email2trac (0.8.1-3) stable; urgency=low
35
36  * setgid() must be called before setuid()
37
38 -- root <root@rc.sara.nl>  Tue, 17 Oct 2006 11:17:13 +0200
39
40email2trac (0.8.1-2) stable; urgency=low
41
42  * Replace sys.exit(0) bij return else there is an exception
43
44 -- root <root@rc.sara.nl>  Wed, 11 Oct 2006 14:08:50 +0200
45
46email2trac (0.8.1-1) stable; urgency=low
47
48  * Fixed some errors in delete_spam.py
49  * added drop_spam option
50  * add author and description field when adding a attachment
51
52 -- root <root@rc.sara.nl>  Thu,  5 Oct 2006 15:03:23 +0200
53
54email2trac (0.8.0-2) stable; urgency=low
55
56  * Do not send notification when message is marked as Spam
57
58 -- root <root@subtrac.sara.nl>  Mon,  2 Oct 2006 10:57:09 +0200
59
60email2trac (0.8.0-1) stable; urgency=low
61
62  * See ChangeLog
63
64 -- root <root@subtrac.sara.nl>  Fri, 29 Sep 2006 12:29:30 +0200
65
66email2trac (0.7.7-1) stable; urgency=low
67
68  * added RPM specfile
69
70 -- root <root@rc.sara.nl>  Mon, 28 Aug 2006 10:11:30 +0200
71
72email2trac (0.7.6-5) stable; urgency=low
73
74  *  Fixed reply_all bug, thanks to ncarlson@ibsys.com
75
76 -- Bas van der Vlies <basv@sara.nl>  Fri, 21 Jul 2006 14:45:14 +0200
77
78email2trac (0.7.6-4) stable; urgency=low
79
80  *  Remove the temporarly create files by trac for attachment insertion
81
82 -- Bas van der Vlies <basv@sara.nl>  Mon, 17 Jul 2006 10:46:29 +0200
83
84email2trac (0.7.6-3) stable; urgency=low
85
86  * Hopefully now fixed the unicode/encode problems
87
88 -- Bas van der Vlies <basv@sara.nl>  Fri, 14 Jul 2006 10:59:25 +0200
89
90email2trac (0.7.6-2) stable; urgency=low
91
92  * Fixed delete_spam.py for versions higher then 0.8
93
94 -- Bas van der Vlies <basv@sara.nl>  Thu, 13 Jul 2006 14:28:55 +0200
95
96email2trac (0.7.6-1) stable; urgency=low
97
98  * Fixes delete_spam.py also delete from attachment table
99    Fixes: Jaap Dijkshoorn
100
101 -- root <root@rc.sara.nl>  Thu, 13 Jul 2006 12:33:41 +0200
102
103email2trac (0.7.5-1) stable; urgency=low
104
105  * Fix for release greater than 0.8, now attachments where saved
106    when a new ticket was inserted
107
108 -- root <root@rc.sara.nl>  Thu, 13 Jul 2006 10:23:27 +0200
109
110email2trac (0.7.4-2) stable; urgency=low
111
112  * New bug fixes for unicode support
113
114 -- root <root@subtrac.sara.nl>  Tue, 11 Jul 2006 14:52:58 +0200
115
116email2trac (0.7.4-1) stable; urgency=low
117
118  * Unicode bug fixes
119
120 -- root <root@subtrac.sara.nl>  Tue, 11 Jul 2006 09:24:00 +0200
121
122email2trac (0.7.3-7) stable; urgency=low
123
124  * removed some unicode data conversions
125
126 -- root <root@subtrac.sara.nl>  Thu,  6 Jul 2006 09:04:35 +0200
127
128email2trac (0.7.3-6) stable; urgency=low
129
130  * Fixed an encoding problem when email_header is set to 1
131
132 -- root <root@subtrac.sara.nl>  Fri, 30 Jun 2006 13:42:38 +0200
133
134email2trac (0.7.3-5) stable; urgency=low
135
136  *  Description always changed when accesing the ticket via the web.
137     Suggestion/Patch by: Christian Boos
138
139 -- root <root@subtrac.sara.nl>  Fri, 30 Jun 2006 09:50:32 +0200
140
141email2trac (0.7.3-4) stable; urgency=low
142
143  * Fixed a LookupError 
144
145 -- root <basv@sara.nl>  Mon, 26 Jun 2006 09:58:07 +0200
146
147email2trac (0.7.3-3) stable; urgency=low
148
149  * Fixed and spell error, self.mail_addr must be self.email_addr
150
151 -- root <basv@sara.nl>  Thu, 22 Jun 2006 15:17:55 +0200
152
153email2trac (0.7.3-1) stable; urgency=low
154
155  * Enabled syslog option
156
157 -- root <root@subtrac.sara.nl>  Thu, 22 Jun 2006 12:45:37 +0200
158
159email2trac (0.7.2-0) stable; urgency=low
160
161  * Added new try/except statement and fixed LookupError
162
163 -- root <root@subtrac.sara.nl>  Thu, 22 Jun 2006 09:59:02 +0200
164
165email2trac (0.7.1-3) stable; urgency=low
166
167  * Fixed an error for already added attachments. Do not close the
168    database connection
169
170 -- root <root@subtrac.sara.nl>  Fri, 16 Jun 2006 13:52:26 +0200
171
172email2trac (0.7.0-2) stable; urgency=low
173
174  * Fixed some language errors by Nathaniel Irons
175
176 -- root <root@subtrac.sara.nl>  Fri,  2 Jun 2006 09:27:22 +0200
177
178email2trac (0.7.0-1) stable; urgency=low
179
180  * Added Ticket merging
181
182 -- root <root@subtrac.sara.nl>  Fri, 26 May 2006 15:01:03 +0200
183
184email2trac (0.6.0-1) stable; urgency=low
185
186  * New Version 0.6
187
188 -- root <bas@sara.nl>  Tue, 16 May 2006 11:14:11 +0200
189
190email2trac (0.5.7-1) stable; urgency=low
191
192  * New version that fixes serveral bugs
193
194 -- root <root@subtrac.sara.nl>  Wed, 12 Apr 2006 15:54:30 +0200
195
196email2trac (0.5.0-4) stable; urgency=low
197
198  *  Continue instead of going on
199
200 -- root <root@subtrac.sara.nl>  Fri, 17 Feb 2006 14:29:48 +0100
201
202email2trac (0.5.0-3) stable; urgency=low
203
204  *  Fixed delete_spam.py if there are not enough permissions to
205     delete tickets
206
207 -- root <root@subtrac.sara.nl>  Fri, 17 Feb 2006 12:38:19 +0100
208
209email2trac (0.5.0-2) stable; urgency=low
210
211  * leave out the body tag for email urls
212
213 -- root <root@subtrac.sara.nl>  Thu, 16 Feb 2006 16:01:02 +0100
214
215email2trac (0.5.0-1) stable; urgency=low
216
217  *  First package
218
219 -- 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.