comparison doc/announcement.txt @ 8004:9bd25a87bcc1

docs: spelling corrections.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 May 2024 21:37:06 -0400
parents a377590eba34
children 75774e89b483
comparison
equal deleted inserted replaced
8003:8e69fbb5e023 8004:9bd25a87bcc1
41 user property will use the current logged in user. Now you 41 user property will use the current logged in user. Now you
42 can share searches like: "My issues" as "my" will become 42 can share searches like: "My issues" as "my" will become
43 the current logged in user. 43 the current logged in user.
44 44
45 * login failures to the REST/XML-RPC interfaces are now rate 45 * login failures to the REST/XML-RPC interfaces are now rate
46 limited to limit passowrd guessing attacks. 46 limited to limit password guessing attacks.
47 47
48 * utf8mb4 is the default charset for MySQL. This requires 48 * utf8mb4 is the default charset for MySQL. This requires
49 migrating your database using the mysql client. You can 49 migrating your database using the mysql client. You can
50 choose to keep the older character set in config.ini. 50 choose to keep the older character set in config.ini.
51 51
52 * PostgreSQL services defined in pg_service.conf can be 52 * PostgreSQL services defined in pg_service.conf can be
53 used. PostgreSQL schemas are supported to eliminate the 53 used. PostgreSQL schemas are supported to eliminate the
54 need for the roundup user to have database 54 need for the roundup user to have database
55 creation/deletion privs. 55 creation/deletion privileges.
56 56
57 * fix out of memory issue when importing larger trackers 57 * fix out of memory issue when importing larger trackers
58 into PostgreSQL. 58 into PostgreSQL.
59 59
60 * multiple roundup-admin improvements: display protected 60 * multiple roundup-admin improvements: display protected
61 properties (like creation date), better formatting of 61 properties (like creation date), better formatting of
62 output, command history. Also on windows, pyreadline3 is 62 output, command history. Also on windows, pyreadline3 is
63 supported to provide an editable interactive command line. 63 supported to provide an editable interactive command line.
64 64
65 * an experimental wsgi performance improvment in 2.3.0 is 65 * an experimental wsgi performance improvement in 2.3.0 is
66 now now the default and is opt-out. 66 now now the default and is opt-out.
67 67
68 * new template functions: utils.readfile and 68 * new template functions: utils.readfile and
69 utils.expandfile. Javascript that is included in the 69 utils.expandfile. Javascript that is included in the
70 Python core will be moved to external files and be able to 70 Python core will be moved to external files and be able to
82 fixes. 82 fixes.
83 83
84 * sqlite version 1 and StructuredText support removed. 84 * sqlite version 1 and StructuredText support removed.
85 85
86 The file CHANGES.txt has a detailed list of feature 86 The file CHANGES.txt has a detailed list of feature
87 additions and bug fixes (58) for each release. The most 87 additions and bug fixes (67) for each release. The most
88 recent changes from there are at the end of this 88 recent changes from there are at the end of this
89 announcement. Also see the information in doc/upgrading.txt. 89 announcement. Also see the information in doc/upgrading.txt.
90 90
91 If you find bugs, please report them to issues AT 91 If you find bugs, please report them to issues AT
92 roundup-tracker.org or create an account at 92 roundup-tracker.org or create an account at

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