@@ -10,6 +10,18 @@ Feature:
1010- Allow customisation of regular expressions used in email parsing, thanks
1111 Bruno Damour
1212- Italian translation by Marco Ghidinelli
13+ - Multilinks take any iterable
14+ - config option: specify port and local hostname for SMTP connections
15+ - Tracker index templating (i.e. when roundup_server is serving multiple
16+ trackers) (sf bug 1058020)
17+ - config option: Limit nosy attachments based on size (Philipp Gortan)
18+ - roundup_server supports SSL via pyopenssl
19+ - templatable 404 not found messages (sf bug 1403287)
20+ - Unauthorized email includes a link to the registration page for
21+ the tracker
22+ - config options: control whether author info/email is included in email
23+ sent by roundup
24+
1325
1426Fixed:
1527- Handling of unset Link search in RDBMS backend
@@ -24,6 +36,19 @@ Fixed:
2436 (e.g., "file" and "msg") now works for SQL backends.
2537- Enabled over-riding of content-type in web interface (thanks
2638 John Mitchell)
39+ - Validate user timezones to filter bad entries (sf bug 1738470)
40+ - Classic template allows searching for issues with no topic set
41+ (sf bug 1610787)
42+ - xapian_indexer uses current API for stemming (Rick Benavidez)
43+ (sf bug 1771414)
44+ - Ensure email addresses are unique (sf bug 1611787)
45+ - roundup_admin tracks uncommitted changes in interactive mode
46+ for all backends (sf bug 1297014)
47+ - add template search path for easy_install (Marek Kubica)
48+ - don't spam the roundup admin on client shutdowns (Ulrik Mikaelsson)
49+ - respect umask on filestorage backends (Ulrik Mikaelsson) (sf bug 1744328)
50+ - cope with spam robots posting multiple instances of the same form
51+ - include the author of property-only changes in generated messages
2752
2853
29542007-02-15 1.3.3
0 commit comments