comparison 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
comparison
equal deleted inserted replaced
1303:71be6588904f 1304:61ad556cfc8d
10 10
11 Roundup requires python 2.1.3 or later for correct operation. Users of the 11 Roundup requires python 2.1.3 or later for correct operation. Users of the
12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3. 12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
13 13
14 We've had a good crack at bugs (thanks to all who contributed!): 14 We've had a good crack at bugs (thanks to all who contributed!):
15
16 - added quotes around python interpreter in windows bat (sf bug 623963)
17 - fixed link at end of installation doc (sf bug 623957)
18 - handle "classname" URL path errors cleaner (generate a 404)
19 - added CGI :remove:<propname> and :add:<propname> which specify item
20 ids to remove / add in <propname> multilink.
21 - bugfix in boolean templating
22 - remember the change note on bad submissions (sf bug 625989)
23 - highlight required form fields (sf bug 625989)
24 - force non-word boundary to match re: in subject (sf bug 626303)
25 - handle sqlite bug (<2.7.2) (sf bug 630828)
26 - handle missing props in anydbm stringFind
27 - updated email package address formatting (deprecation)
28 - copied email address quoting from email v2.4.3 so we're consistent
29 with 2.2
30 - email summary extraction now takes the first whole sentence or line -
31 whichever is longer
32 - documented dependency on Active State (sf bug 623959)
33 - ensured there's no zero-length files in source (sf bug 633622)
34 - added ID to the search page (sf bug 631601)
35 - fixed filtering by id in anydbm
36 - show issue ID in the headings (sf bug 631598)
37 - show entire messages by default in issues (sf bug 625995)
38 - fixed journalling to save old values instead of new (sorry I took so
39 long, GM)
40 - handle missing REQUEST_URI for cgi-bin users (sf bug 620163)
15 41
16 42
17 Source and documentation is available at the website: 43 Source and documentation is available at the website:
18 http://roundup.sourceforge.net/ 44 http://roundup.sourceforge.net/
19 Release Info (via download page): 45 Release Info (via download page):

Roundup Issue Tracker: http://roundup-tracker.org/