Mercurial > p > roundup > code
changeset 6736:0b10732e09ee
Fix typos, complete license declaration.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 28 Jun 2022 16:35:47 -0400 |
| parents | e8607971d3d1 |
| children | 7f0bc46aee67 |
| files | doc/announcement.txt setup.py |
| diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Mon Jun 27 17:34:42 2022 -0400 +++ b/doc/announcement.txt Tue Jun 28 16:35:47 2022 -0400 @@ -32,7 +32,7 @@ - Word size for Roundup's full text search increased to 50. - CORS support for the REST interface allowing Roundup to - be use by third party services. Includes ability to + be used by third party services. Includes ability to list valid Origins in CSRF checks. - Dockerfile support. Docker-compose for a mysql based @@ -73,7 +73,7 @@ The file CHANGES.txt has a detailed list of feature additions and bug fixes (50) for each release. The most recent changes from -there are at the end of this announcement. Also see the +there are at the end of this announcement. Also see the information in doc/upgrading.txt. If you find bugs, please report them to issues AT roundup-tracker.org
--- a/setup.py Mon Jun 27 17:34:42 2022 -0400 +++ b/setup.py Tue Jun 28 16:35:47 2022 -0400 @@ -197,7 +197,9 @@ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', + 'License :: OSI Approved', 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Zope Public License' 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',
