~ubuntu-branches/ubuntu/wily/email2trac/wily-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2015-08-03 20:58:17 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150803205817-6zyxey0yjka5gzj3
Tags: 2.8.8-1
* New upstream version
* Do some clean mangling (Closes: #671093)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2.8.8:
 
2
    * No properly applied the patch for ticket #364.
 
3
 
 
4
2.8.7:
 
5
    * notify_sender did not work due to wrong variable, closes #364
 
6
      Author: kroseneg at schmidham dot net
 
7
      Applied by: Bas van der Vlies
 
8
 
 
9
2.8.6:
 
10
    * Fixed a bug for unicode strings in email_to_unicode, skip these kind of types.
 
11
      Author: Bas van der Vlies
 
12
 
 
13
2.8.5:
 
14
  * Improve error message when email2trac failse, closes #345
 
15
    Author: quinn add strangecode dot com
 
16
    Applied by: Bas van der Vlies
 
17
 
 
18
  * Regular expression for ticket update by subject parsing is too eager, closes #346
 
19
    Author: thomas.moschny add gmx dot de
 
20
    Applied by: Bas van der Vlies
 
21
 
1
22
2.8.4
2
23
  * There was a case where the lower method on a string was referenced as an object instead of 
3
24
    actually making a method call, closes #340