@@ -11,7 +11,7 @@ Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
1111v2.7.2 or later are required to run newer releases of Roundup. From v2.0
1212onwards Python 3.4 and later are also supported.
1313
14- XXXX-XX-XX 2.0.1
14+ 2021-06-13 2.1.0b1
1515
1616Fixed:
1717
@@ -58,12 +58,12 @@ Fixed:
5858 the current run_tests.py. (reported by lmsteffan in irc)
5959- issue2551104 - fix issue with markdown autolink next to punctuation (ced)
6060- removed support for old style trackers that use dbinit.py and
61- config.py. Also remove all uses of depricated imp module. (John Rouillard)
61+ config.py. Also remove all uses of deprecated imp module. (John Rouillard)
6262- removed support for setting database type using
6363 <database>/backend_name. (John Rouillard)
6464- fixed some issues when generating translations. Use mappings and
6565 named format parameters so translators can move substituted tokens
66- in tranlsations .
66+ in translations .
6767- in rest interface, fix uncaught exceptions when parsing invalid
6868 Content-Type and Accept headers. Document response formats more
6969 fully in doc/rest.txt.
@@ -109,10 +109,10 @@ Fixed:
109109 link to open the editor.
110110- issue2551136 - timezone extention crash on Python 3.8. cgi.escape
111111 is used in some template to provide a select box of timezones. It
112- uses cgi.escape that is depricated and removed from 3.8 and newer.
112+ uses cgi.escape that is deprecated and removed from 3.8 and newer.
113113 Use html.escape with fallback to cgi.escape. (Cedric Krier)
114114- roundup-server can act as an SSL server. Usually SSL is provided by
115- a front-end server like nginx, hiawtha , apache. The SSL parameters
115+ a front-end server like nginx, hiawatha , apache. The SSL parameters
116116 have been upgraded to TLS 1.1. Cert is RSA 2048 bytes with SHA512
117117 signature. Without these upgrades, ssl mode won't start. Note this
118118 exposes other issue with roundup-server operating as an SSL
@@ -130,7 +130,7 @@ Fixed:
130130 non-item context.
131131- issue2551141 - roudup-admin returns no such class when restoring
132132 item with duplicate key. Fix incorrect error message when using
133- roundup-admin to restore a user when the username is aleady in use.
133+ roundup-admin to restore a user when the username is already in use.
134134 (John Rouillard)
135135- issue2551142 - Import of retired node with username after active
136136 node fails with unique constraint failure. (John Rouillard)
@@ -174,7 +174,7 @@ Features:
174174 tracker instances without copying code. Also move the test-detectors in
175175 tx_Source_detector.py to roundup/test for two reasons: It's used in the
176176 memorydb convenience functions and it may be useful in other tests. Make
177- the prefix a paramter of the convenience functions to be usable in other
177+ the prefix a parameter of the convenience functions to be usable in other
178178 tests.
179179- pytest suite now starts the server under wsgi and loads the home
180180 page. This test is skipped if the requests module is not installed.
0 commit comments