Mercurial > p > roundup > code
comparison CHANGES.txt @ 3718:0d561b24ceff
support sqlite3
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Oct 2006 01:12:00 +0000 |
| parents | 5770f1802cd0 |
| children | 14e3bfec5e4a |
comparison
equal
deleted
inserted
replaced
| 3717:5770f1802cd0 | 3718:0d561b24ceff |
|---|---|
| 1 This file contains the changes to the Roundup system over time. The entries | 1 This file contains the changes to the Roundup system over time. The entries |
| 2 are given with the most recent entry first. | 2 are given with the most recent entry first. |
| 3 | 3 |
| 4 2006-??-?? 1.1.3 | 4 2006-??-?? 1.1.3 |
| 5 Feature: | 5 Feature: |
| 6 - supports Python 2.5, including the sqlite3 module | |
| 6 - full timezone support (sf patch 1465296) | 7 - full timezone support (sf patch 1465296) |
| 7 - handle connection loss when responding to web requests | 8 - handle connection loss when responding to web requests |
| 8 - match incoming mail In-Reply-To against existing messages when no issue | 9 - match incoming mail In-Reply-To against existing messages when no issue |
| 9 id is specified in the Subject | 10 id is specified in the Subject |
| 10 - added StringHTMLProperty wrapped() method to wrap long lines in issue | 11 - added StringHTMLProperty wrapped() method to wrap long lines in issue |
| 20 backends *and* the classic template. | 21 backends *and* the classic template. |
| 21 - sorting, grouping, and searching by transitive properties (e.g., | 22 - sorting, grouping, and searching by transitive properties (e.g., |
| 22 messages.author.supervisor) is now supported in all backends | 23 messages.author.supervisor) is now supported in all backends |
| 23 - added filter_sql to SQL backends which takes an arbitrary SQL statement | 24 - added filter_sql to SQL backends which takes an arbitrary SQL statement |
| 24 and returns a list of item ids | 25 and returns a list of item ids |
| 26 | |
| 25 | 27 |
| 26 Fixed: | 28 Fixed: |
| 27 - Verbose option for import and export (sf bug 1505645) | 29 - Verbose option for import and export (sf bug 1505645) |
| 28 - -c option for roundup-mailgw won't accept parameter (sf bug 1505649) | 30 - -c option for roundup-mailgw won't accept parameter (sf bug 1505649) |
| 29 - '?' in rfc2822-encoded header isn't quoted (sf bug 1505663) | 31 - '?' in rfc2822-encoded header isn't quoted (sf bug 1505663) |
