Mercurial > p > roundup > code
changeset 7989:bee475ae8653
doc: update pip command and typo fixes
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 May 2024 19:20:07 -0400 |
| parents | 68ad91f5905d |
| children | 788afca5aa15 |
| files | doc/announcement.txt |
| diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Sat May 25 19:19:09 2024 -0400 +++ b/doc/announcement.txt Sat May 25 19:20:07 2024 -0400 @@ -14,15 +14,16 @@ You can install it with:: - pip install roundup + pip install roundup~=2.4.0b0 (preferably in a virtual environment). To download it, use:: - pip download roundup + pip download roundup~=2.4.0b0 then unpack and test/install from the tarball. -Among the notable improvements from the 2.3.0 release are: +Among the notable improvements in 2.4.0 from the 2.3.0 +release are: * new classhelper component thanks to a team of students from CS682 at U-Mass Boston. This fixes many issues with @@ -41,8 +42,8 @@ can share searches like: "My issues" as "my" will become the current logged in user. -* login failures to the REST/Xmlrpc interfaces ae now rate - limited. +* login failures to the REST/XML-RPC interfaces are now rate + limited to limit passowrd guessing attacks. * utf8mb4 is the default charset for MySQL. This requires migrating your database using the mysql client. You can
