Mercurial > p > roundup > code
diff CHANGES.txt @ 4211:61cf00ca920a
Process each message through the mail gateway as a separate transaction.
The mail-gateway used to process messages fetched, e.g., via imap in a
single big transaction. Now we process each message coming in via the
mail-gateway in its own transaction. Regression-tests passed.
See also discussion:
http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Tue, 14 Jul 2009 09:10:43 +0000 |
| parents | e47ec982645b |
| children | 57dfcc824acc |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 13 16:00:35 2009 +0000 +++ b/CHANGES.txt Tue Jul 14 09:10:43 2009 +0000 @@ -8,6 +8,8 @@ - fixed action taken in response to invalid GET request - fixed classic tracker template to submit POST requests when appropriate - fix problems with french and german locale files (issue 2550546) +- Run each message of the mail-gateway in a separate transaction, + see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 2009-03-18 1.4.8 (r4209)
