File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Among the notable improvements from the 2.1.0 release are:
3232- Word size for Roundup's full text search increased to 50.
3333
3434- CORS support for the REST interface allowing Roundup to
35- be use by third party services. Includes ability to
35+ be used by third party services. Includes ability to
3636 list valid Origins in CSRF checks.
3737
3838- Dockerfile support. Docker-compose for a mysql based
@@ -73,7 +73,7 @@ Among the notable improvements from the 2.1.0 release are:
7373
7474The file CHANGES.txt has a detailed list of feature additions and
7575bug fixes (50) for each release. The most recent changes from
76- there are at the end of this announcement. Also see the
76+ there are at the end of this announcement. Also see the
7777information in doc/upgrading.txt.
7878
7979If you find bugs, please report them to issues AT roundup-tracker.org
Original file line number Diff line number Diff line change @@ -197,7 +197,9 @@ def main():
197197 'Intended Audience :: End Users/Desktop' ,
198198 'Intended Audience :: Developers' ,
199199 'Intended Audience :: System Administrators' ,
200+ 'License :: OSI Approved' ,
200201 'License :: OSI Approved :: MIT License' ,
202+ 'License :: OSI Approved :: Zope Public License'
201203 'Operating System :: MacOS :: MacOS X' ,
202204 'Operating System :: Microsoft :: Windows' ,
203205 'Operating System :: POSIX' ,
You can’t perform that action at this time.
0 commit comments