File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,16 @@ access the tracker.
1414
1515You can install it with::
1616
17- pip install roundup
17+ pip install roundup~=2.4.0b0
1818
1919(preferably in a virtual environment). To download it, use::
2020
21- pip download roundup
21+ pip download roundup~=2.4.0b0
2222
2323then unpack and test/install from the tarball.
2424
25- Among the notable improvements from the 2.3.0 release are:
25+ Among the notable improvements in 2.4.0 from the 2.3.0
26+ release are:
2627
2728* new classhelper component thanks to a team of students
2829 from CS682 at U-Mass Boston. This fixes many issues with
@@ -41,8 +42,8 @@ Among the notable improvements from the 2.3.0 release are:
4142 can share searches like: "My issues" as "my" will become
4243 the current logged in user.
4344
44- * login failures to the REST/Xmlrpc interfaces ae now rate
45- limited.
45+ * login failures to the REST/XML-RPC interfaces are now rate
46+ limited to limit passowrd guessing attacks .
4647
4748* utf8mb4 is the default charset for MySQL. This requires
4849 migrating your database using the mysql client. You can
You can’t perform that action at this time.
0 commit comments