Mercurial > p > roundup > code
changeset 3722:41feeed84caa
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Oct 2006 09:43:06 +0000 |
| parents | 14e3bfec5e4a |
| children | e0d13120a330 |
| files | doc/announcement.txt doc/installation.txt |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Wed Oct 04 03:52:36 2006 +0000 +++ b/doc/announcement.txt Wed Oct 04 09:43:06 2006 +0000 @@ -1,6 +1,7 @@ I'm proud to release version 1.2.0 of Roundup. Feature: + - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) - handle connection loss when responding to web requests
--- a/doc/installation.txt Wed Oct 04 03:52:36 2006 +0000 +++ b/doc/installation.txt Wed Oct 04 09:43:06 2006 +0000 @@ -533,6 +533,11 @@ echo test |mail -s '[issue] test' support@YOUR_DOMAIN_HERE +Be careful that some mail systems (postfix for example) will impost a +limits on processes they spawn. In particular postfix can set a file size +limit. *This can cause your Roundup database to become corrupted.* + + As a custom router/transport using a pipe process (Exim4 specific) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
