|
1 | | -I'm proud to release this, the 1.1.1 release of Roundup. |
| 1 | +I'm proud to release version 1.1.2 of Roundup. |
| 2 | + |
| 3 | +Feature: |
| 4 | + |
| 5 | +- server-ctl script uses server configuration file (sf bug 1443805) |
2 | 6 |
|
3 | 7 | Fixed: |
4 | 8 |
|
5 | | -- failure with browsers not sending "Accept-Language" header |
6 | | - (sf bugs 1429646 and 1435335) |
7 | | -- translate class name in "required property not supplied" error message |
8 | | - (sf bug 1429669) |
9 | | -- error in link property lookups with numeric-alike key values (sf bug 1424550) |
10 | | -- ignore UTF-8 BOM in .po files |
11 | | -- add permission filter to menu() implementations (sf bug 1431188) |
12 | | -- lithuanian translation updated by Nerijus Baliunas (sf patch 1411175) |
13 | | -- incompatibility with python2.3 in the mailer module (sf bug 1432602) |
14 | | -- typo in SMTP TLS option name: "MAIL_TLS_CERFILE" (sf bug 1435452) |
15 | | -- email obfuscation code in html templating is more robust |
16 | | -- blank-title subject line handling (sf bug 1442121) |
17 | | -- "All users may only view and edit issues, files and messages they |
18 | | - create" example in docs (sf bug 1439086) |
19 | | -- saving of queries (sf bug 1436169) |
20 | | -- "Adding a new constrained field to the classic schema" example in docs |
21 | | - (sf bug 1433118) |
22 | | -- security check in mailgw (sf bug 1442145) |
23 | | -- "clear this message" (sf bug 1429367) |
24 | | -- escape all uses of "schema" in mysql backend (sf bug 1397569) |
25 | | -- date spec wasn't allowing week intervals |
| 9 | +- indexing may be turned off for FileClass "content" now |
| 10 | + ("content" and "type" properties are now automatically included in the |
| 11 | + FileClass schema where previously the "content" property was faked and |
| 12 | + "type" was optional) |
| 13 | +- reduced frequency of session timestamp update |
| 14 | +- progress display in roundup-admin reindex |
| 15 | +- bug in menu() permission filter (sf bug 1444440) |
| 16 | +- verbose output during import is optional now (sf bug 1475624) |
| 17 | +- escape *all* uses of "schema" in mysql backend (sf bug 1472120) |
| 18 | +- responses to user rego email (sf bug 1470254) |
| 19 | +- dangling connections in session handling (sf bug 1463359) |
| 20 | +- classhelp popup pagination forgot about "type" (sf bug 1465836) |
| 21 | +- umask is now configurable (with the same 0002 default) |
| 22 | +- sorting of entries in classhelp popup (sf bug 1449000) |
| 23 | +- allow single digit seconds in date spec (sf bug 1447141) |
| 24 | +- prevent generation of new single-digit seconds dates (sf bug 1429390) |
| 25 | +- implement close() on all indexers (sf bug 1242477) |
| 26 | + |
26 | 27 |
|
27 | 28 | If you're upgrading from an older version of Roundup you *must* follow |
28 | 29 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments