@@ -43,7 +43,7 @@ release are:
43
43
the current logged in user.
44
44
45
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
48
* utf8mb4 is the default charset for MySQL. This requires
49
49
migrating your database using the mysql client. You can
@@ -52,7 +52,7 @@ release are:
52
52
* PostgreSQL services defined in pg_service.conf can be
53
53
used. PostgreSQL schemas are supported to eliminate the
54
54
need for the roundup user to have database
55
- creation/deletion privs .
55
+ creation/deletion privileges .
56
56
57
57
* fix out of memory issue when importing larger trackers
58
58
into PostgreSQL.
@@ -62,7 +62,7 @@ release are:
62
62
output, command history. Also on windows, pyreadline3 is
63
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
66
now now the default and is opt-out.
67
67
68
68
* new template functions: utils.readfile and
@@ -84,7 +84,7 @@ release are:
84
84
* sqlite version 1 and StructuredText support removed.
85
85
86
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
88
recent changes from there are at the end of this
89
89
announcement. Also see the information in doc/upgrading.txt.
90
90
0 commit comments