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.
14
14
15
15
You can install it with::
16
16
17
- pip install roundup
17
+ pip install roundup~=2.4.0b0
18
18
19
19
(preferably in a virtual environment). To download it, use::
20
20
21
- pip download roundup
21
+ pip download roundup~=2.4.0b0
22
22
23
23
then unpack and test/install from the tarball.
24
24
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:
26
27
27
28
* new classhelper component thanks to a team of students
28
29
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:
41
42
can share searches like: "My issues" as "my" will become
42
43
the current logged in user.
43
44
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 .
46
47
47
48
* utf8mb4 is the default charset for MySQL. This requires
48
49
migrating your database using the mysql client. You can
You can’t perform that action at this time.
0 commit comments