Mercurial > p > roundup > code
diff doc/announcement.txt @ 1304:61ad556cfc8d
working toward 0.5.2 release
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Nov 2002 11:38:43 +0000 |
| parents | f0ab014eaf72 |
| children | 3b953be32cdc |
line wrap: on
line diff
--- a/doc/announcement.txt Wed Nov 06 05:39:50 2002 +0000 +++ b/doc/announcement.txt Wed Nov 06 11:38:43 2002 +0000 @@ -13,6 +13,32 @@ We've had a good crack at bugs (thanks to all who contributed!): +- added quotes around python interpreter in windows bat (sf bug 623963) +- fixed link at end of installation doc (sf bug 623957) +- handle "classname" URL path errors cleaner (generate a 404) +- added CGI :remove:<propname> and :add:<propname> which specify item + ids to remove / add in <propname> multilink. +- bugfix in boolean templating +- remember the change note on bad submissions (sf bug 625989) +- highlight required form fields (sf bug 625989) +- force non-word boundary to match re: in subject (sf bug 626303) +- handle sqlite bug (<2.7.2) (sf bug 630828) +- handle missing props in anydbm stringFind +- updated email package address formatting (deprecation) +- copied email address quoting from email v2.4.3 so we're consistent + with 2.2 +- email summary extraction now takes the first whole sentence or line - + whichever is longer +- documented dependency on Active State (sf bug 623959) +- ensured there's no zero-length files in source (sf bug 633622) +- added ID to the search page (sf bug 631601) +- fixed filtering by id in anydbm +- show issue ID in the headings (sf bug 631598) +- show entire messages by default in issues (sf bug 625995) +- fixed journalling to save old values instead of new (sorry I took so + long, GM) +- handle missing REQUEST_URI for cgi-bin users (sf bug 620163) + Source and documentation is available at the website: http://roundup.sourceforge.net/
